Skip to content

Commit 3da1785

Browse files
agnersShawn Guo
authored andcommitted
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: Stefan Agner <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 47b06e6 commit 3da1785

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/vf-colibri-eval-v3.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
clock-frequency = <16000000>;
5151
};
5252

53+
reg_3v3: regulator-3v3 {
54+
compatible = "regulator-fixed";
55+
regulator-name = "3.3V";
56+
regulator-min-microvolt = <3300000>;
57+
regulator-max-microvolt = <3300000>;
58+
};
59+
5360
reg_5v0: regulator-5v0 {
5461
compatible = "regulator-fixed";
5562
regulator-name = "5V";
@@ -72,6 +79,7 @@
7279
&bl {
7380
brightness-levels = <0 4 8 16 32 64 128 255>;
7481
default-brightness-level = <6>;
82+
power-supply = <&reg_3v3>;
7583
status = "okay";
7684
};
7785

@@ -122,6 +130,10 @@
122130
status = "okay";
123131
};
124132

133+
&reg_module_3v3 {
134+
vin-supply = <&reg_3v3>;
135+
};
136+
125137
&uart0 {
126138
status = "okay";
127139
};

0 commit comments

Comments
 (0)