Skip to content

Commit

Permalink
ARM: dts: vf-colibri: add carrier boards 3.3V supply
Browse files Browse the repository at this point in the history
Add the carrier boards 3.3V supply as fixed regulator. This allows
to specify the power supply for nodes like backlight.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Stefan Agner authored and Shawn Guo committed Feb 29, 2016
1 parent 47b06e6 commit 3da1785
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
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 {
compatible = "regulator-fixed";
regulator-name = "5V";
Expand All @@ -72,6 +79,7 @@
&bl {
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <6>;
power-supply = <&reg_3v3>;
status = "okay";
};

Expand Down Expand Up @@ -122,6 +130,10 @@
status = "okay";
};

&reg_module_3v3 {
vin-supply = <&reg_3v3>;
};

&uart0 {
status = "okay";
};
Expand Down

0 comments on commit 3da1785

Please sign in to comment.