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.11 22 lines 530 B view raw
1Marvell 88PG867/88PG868 voltage regulators 2 3Required properties: 4- compatible: one of "marvell,88pg867", "marvell,88pg868"; 5- reg: I2C slave address. 6 7Optional subnodes for regulators: "buck1", "buck2", using common regulator 8bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>. 9 10Example: 11 12 pg868@19 { 13 compatible = "marvell,88pg868"; 14 reg = <0x19>; 15 16 vcpu: buck1 { 17 regulator-boot-on; 18 regulator-always-on; 19 regulator-min-microvolt = <1000000>; 20 regulator-max-microvolt = <1350000>; 21 }; 22 };