]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: tegra: fixed the gpio # of fixed regulator
authorKerwin Wan <kerwinw@nvidia.com>
Fri, 5 Jun 2015 22:49:20 +0000 (15:49 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Wed, 17 Jun 2015 11:56:48 +0000 (04:56 -0700)
There are 16 gpios on tca9539pwr. The range of gpio # is 0~15
not 0~7 and 10~17.

Bug 1606897

Change-Id: Iacb4ac953ef5f49b09e2ac26b6fc7a0fc49dce28
Signed-off-by: Kerwin Wan <kerwinw@nvidia.com>
Reviewed-on: http://git-master/r/753440
(cherry picked from commit 8553261de2ef2356889ba104e61527d4983bd5a0)
Reviewed-on: http://git-master/r/758170
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Hayden Du <haydend@nvidia.com>
arch/arm64/boot/dts/tegra210-platforms/tegra210-jetson-cv-power-tree-p2597-2180-a00.dtsi

index a031878873464bc6cf6cb999cb2e186ce76bbf00..2a5ea15d166d37beba13341a6f42effc4c4b45ac 100644 (file)
@@ -33,7 +33,7 @@
                };
 
                en_vdd_cam: regulator@5 {
-                       gpio = <&tca9539_77 11 1>;
+                       gpio = <&tca9539_77 9 1>;
                };
 
                vdd_hdmi: regulator@7 {
 
                en_dvdd_disp_1v8: regulator@21 {
                        compatible = "regulator-fixed-sync";
-                       regulator-name = "en-vdd-disp-3v3";
+                       regulator-name = "en-vdd-disp-1v8";
                        regulator-min-microvolt = <1800000>;
                        regulator-max-microvolt = <1800000>;
-                       gpio = <&tca9539_74 11 1>;
+                       gpio = <&tca9539_74 9 1>;
                        enable-active-high;
                };
 
@@ -96,7 +96,7 @@
                        regulator-name = "en-vdd-cam-hv-2v8";
                        regulator-min-microvol = <2800000>;
                        regulator-max-microvol = <2800000>;
-                       gpio = <&tca9539_74 15 1>;
+                       gpio = <&tca9539_74 13 1>;
                        enable-active-high;
                };