diff options
| author | Andreas Kemnade <andreas@kemnade.info> | 2019-01-31 13:06:39 -0500 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-02-07 12:29:44 -0500 |
| commit | 0db02b3bee2a8aa4a2dddff02cbbc578c53e5d2f (patch) | |
| tree | 89c79a3ecf3f5f763de6779177a4ed38c961a645 | |
| parent | a3f9c8c78abd283d840d4b22d6e19059ae953d7a (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 2dfa85e2f608..666dd0288b69 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi | |||
| @@ -32,6 +32,14 @@ | |||
| 32 | display1 = &tv0; | 32 | display1 = &tv0; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 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 | |||
| 35 | /* fixed 26MHz oscillator */ | 43 | /* fixed 26MHz oscillator */ |
| 36 | hfclk_26m: oscillator { | 44 | hfclk_26m: oscillator { |
| 37 | #clock-cells = <0>; | 45 | #clock-cells = <0>; |
