Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 378 B view raw
1SKY81452 voltage regulator 2 3Required properties: 4- regulator node named lout. 5- any required generic properties defined in regulator.txt 6 7Optional properties: 8- any available generic properties defined in regulator.txt 9 10Example: 11 12 regulator { 13 lout { 14 regulator-name = "sky81452-lout"; 15 regulator-min-microvolt = <4500000>; 16 regulator-max-microvolt = <8000000>; 17 }; 18 };