diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-20 17:20:39 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-20 22:54:02 -0400 |
commit | 740418ef19fd7def7b9c333435d4ca1dce28cc42 (patch) | |
tree | 69fffa950a00a0497b08f318c9987e7d406ac3c9 /arch/arm/boot/dts/tegra20-harmony.dts | |
parent | 928487a1ceca5cd7e41bd78fa4a10098d8cc1ca9 (diff) |
ARM: tegra: harmony: fix ldo7 regulator-name
On Harmony, LDO7 does not feed vdd_fuse. Correct the regulator name.
This issue was probably the result of copying Ventana's regulator setup
when creating the Harmony .dts file. No other naming issues appear to
exist.
Reported-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-harmony.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-harmony.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-harmony.dts b/arch/arm/boot/dts/tegra20-harmony.dts index b98a1b36e694..c3ef1ad26b6a 100644 --- a/arch/arm/boot/dts/tegra20-harmony.dts +++ b/arch/arm/boot/dts/tegra20-harmony.dts | |||
@@ -397,7 +397,7 @@ | |||
397 | regulator@11 { | 397 | regulator@11 { |
398 | reg = <11>; | 398 | reg = <11>; |
399 | regulator-compatible = "ldo7"; | 399 | regulator-compatible = "ldo7"; |
400 | regulator-name = "vdd_ldo7,avdd_hdmi,vdd_fuse"; | 400 | regulator-name = "vdd_ldo7,avdd_hdmi"; |
401 | regulator-min-microvolt = <3300000>; | 401 | regulator-min-microvolt = <3300000>; |
402 | regulator-max-microvolt = <3300000>; | 402 | regulator-max-microvolt = <3300000>; |
403 | }; | 403 | }; |