Skip to content

Commit 0db02b3

Browse files
akemnadetmlind
authored andcommitted
ARM: dts: gta04: add ldo 3v3 regulator
Required for completeness sake to be able to specify a regulator for devices having a non-optional regulator property. It corresponds to the "3V3" net in the schematics. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Johan Hovold <johan@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent a3f9c8c commit 0db02b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/omap3-gta04.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
display1 = &tv0;
3333
};
3434

35+
ldo_3v3: fixedregulator {
36+
compatible = "regulator-fixed";
37+
regulator-name = "ldo_3v3";
38+
regulator-min-microvolt = <3300000>;
39+
regulator-max-microvolt = <3300000>;
40+
regulator-always-on;
41+
};
42+
3543
/* fixed 26MHz oscillator */
3644
hfclk_26m: oscillator {
3745
#clock-cells = <0>;

0 commit comments

Comments
 (0)