Commit 3da17857 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: vf-colibri: add carrier boards 3.3V supply

Add the carrier boards 3.3V supply as fixed regulator. This allows
to specify the power supply for nodes like backlight.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 47b06e6e
...@@ -50,6 +50,13 @@ clk16m: clk16m { ...@@ -50,6 +50,13 @@ clk16m: clk16m {
clock-frequency = <16000000>; clock-frequency = <16000000>;
}; };
reg_3v3: regulator-3v3 {
compatible = "regulator-fixed";
regulator-name = "3.3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
reg_5v0: regulator-5v0 { reg_5v0: regulator-5v0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "5V"; regulator-name = "5V";
...@@ -72,6 +79,7 @@ reg_usbh_vbus: regulator-usbh-vbus { ...@@ -72,6 +79,7 @@ reg_usbh_vbus: regulator-usbh-vbus {
&bl { &bl {
brightness-levels = <0 4 8 16 32 64 128 255>; brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <6>; default-brightness-level = <6>;
power-supply = <&reg_3v3>;
status = "okay"; status = "okay";
}; };
...@@ -122,6 +130,10 @@ &pwm1 { ...@@ -122,6 +130,10 @@ &pwm1 {
status = "okay"; status = "okay";
}; };
&reg_module_3v3 {
vin-supply = <&reg_3v3>;
};
&uart0 { &uart0 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment