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 v5.6-rc3 24 lines 553 B view raw
1SY8824C/SY8824E/SY20276 Voltage regulator 2 3Required properties: 4- compatible: Must be one of the following. 5 "silergy,sy8824c" 6 "silergy,sy8824e" 7 "silergy,sy20276" 8 "silergy,sy20278" 9- reg: I2C slave address 10 11Any property defined as part of the core regulator binding, defined in 12./regulator.txt, can also be used. 13 14Example: 15 16 vcore: regulator@00 { 17 compatible = "silergy,sy8824c"; 18 reg = <0x66>; 19 regulator-name = "vcore"; 20 regulator-min-microvolt = <800000>; 21 regulator-max-microvolt = <1150000>; 22 regulator-boot-on; 23 regulator-always-on; 24 };