Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
Marvell 88PG867/88PG868 voltage regulators
|
|
|
|
Required properties:
|
|
- compatible: one of "marvell,88pg867", "marvell,88pg868";
|
|
- reg: I2C slave address.
|
|
|
|
Optional subnodes for regulators: "buck1", "buck2", using common regulator
|
|
bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
|
|
|
|
Example:
|
|
|
|
pg868@19 {
|
|
compatible = "marvell,88pg868";
|
|
reg = <0x19>;
|
|
|
|
vcpu: buck1 {
|
|
regulator-boot-on;
|
|
regulator-always-on;
|
|
regulator-min-microvolt = <1000000>;
|
|
regulator-max-microvolt = <1350000>;
|
|
};
|
|
};
|