forked from Minki/linux
ARM: dts: imx53-mba53: create a container for fixed regulators
To align with others on fixed regulators bindings, it adds node 'regulators' as the container and move all regulator-fixed nodes into there. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
07ed1eed52
commit
a4a2aa9b03
@ -17,14 +17,6 @@
|
|||||||
model = "TQ MBa53 starter kit";
|
model = "TQ MBa53 starter kit";
|
||||||
compatible = "tq,mba53", "tq,tqma53", "fsl,imx53";
|
compatible = "tq,mba53", "tq,tqma53", "fsl,imx53";
|
||||||
|
|
||||||
reg_backlight: fixed@0 {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "lcd-supply";
|
|
||||||
gpio = <&gpio2 5 0>;
|
|
||||||
startup-delay-us = <5000>;
|
|
||||||
enable-active-low;
|
|
||||||
};
|
|
||||||
|
|
||||||
backlight {
|
backlight {
|
||||||
compatible = "pwm-backlight";
|
compatible = "pwm-backlight";
|
||||||
pwms = <&pwm2 0 50000>;
|
pwms = <&pwm2 0 50000>;
|
||||||
@ -43,6 +35,17 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
regulators {
|
||||||
|
compatible = "simple-bus";
|
||||||
|
|
||||||
|
reg_backlight: fixed@0 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "lcd-supply";
|
||||||
|
gpio = <&gpio2 5 0>;
|
||||||
|
startup-delay-us = <5000>;
|
||||||
|
enable-active-low;
|
||||||
|
};
|
||||||
|
|
||||||
reg_3p2v: 3p2v {
|
reg_3p2v: 3p2v {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "3P2V";
|
regulator-name = "3P2V";
|
||||||
@ -50,6 +53,7 @@
|
|||||||
regulator-max-microvolt = <3200000>;
|
regulator-max-microvolt = <3200000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
compatible = "tq,imx53-mba53-sgtl5000",
|
compatible = "tq,imx53-mba53-sgtl5000",
|
||||||
|
Loading…
Reference in New Issue
Block a user