]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: tegra: harmony: fix ldo7 regulator-name
authorStephen Warren <swarren@nvidia.com>
Thu, 20 Sep 2012 21:20:39 +0000 (15:20 -0600)
committerOlof Johansson <olof@lixom.net>
Fri, 21 Sep 2012 02:54:02 +0000 (19:54 -0700)
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>
arch/arm/boot/dts/tegra20-harmony.dts

index b98a1b36e694fde017de4002132734259f2ad500..c3ef1ad26b6a29b0f86124fc7fcb2276aa08a034 100644 (file)
                                regulator@11 {
                                        reg = <11>;
                                        regulator-compatible = "ldo7";
-                                       regulator-name = "vdd_ldo7,avdd_hdmi,vdd_fuse";
+                                       regulator-name = "vdd_ldo7,avdd_hdmi";
                                        regulator-min-microvolt = <3300000>;
                                        regulator-max-microvolt = <3300000>;
                                };