OSDN Git Service

ARM: dts: gta04: add ldo 3v3 regulator
authorAndreas Kemnade <andreas@kemnade.info>
Thu, 31 Jan 2019 18:06:39 +0000 (19:06 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 7 Feb 2019 17:29:44 +0000 (09:29 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dtsi

index 2dfa85e..666dd02 100644 (file)
                display1 = &tv0;
        };
 
+       ldo_3v3: fixedregulator {
+               compatible = "regulator-fixed";
+               regulator-name = "ldo_3v3";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-always-on;
+       };
+
        /* fixed 26MHz oscillator */
        hfclk_26m: oscillator {
                #clock-cells = <0>;