]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: tegra: diable ap and pmic watchdog by default for jetson/jetson-cv
authorKerwin Wan <kerwinw@nvidia.com>
Thu, 11 Jun 2015 00:52:29 +0000 (17:52 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 16 Jun 2015 23:33:46 +0000 (16:33 -0700)
ap and pmic watchdog will be enabled by odmdata through SHIM.

Bug 200114172

Change-Id: Ie7bf11a1151640a504aeabd52351771c6f27a26c
Signed-off-by: Kerwin Wan <kerwinw@nvidia.com>
Reviewed-on: http://git-master/r/755851
(cherry picked from commit b7ebe73c5563f0a1c0492a70bad143462e64ec46)
Reviewed-on: http://git-master/r/756744
Reviewed-by: Hayden Du <haydend@nvidia.com>
arch/arm64/boot/dts/tegra210-jetson-cv-p2597-2180-a00.dts
arch/arm64/boot/dts/tegra210-jetson-e-p2595-0000-a00-00.dts

index 1d1af50fcfadbf479fc8ebc4719f60669946d350..6ea0dbd455a99240a1969b7fd96f707c50c71ee2 100644 (file)
                };
        };
 
+       i2c@7000d000 {
+               max77620@3c {
+                       watchdog {
+                               status = "disabled";
+                       };
+               };
+       };
+
+       watchdog@60005100 {
+               status = "disabled";
+       };
+
         modem {
                /* using XHCI UTMI */
                nvidia,phy-type = <2>;
index 82f8ab80c7eaa5a8c70b510c7d0383f73f4eb71b..3205e6169be942a9e697a5444cf1ce35bef28c38 100644 (file)
                };
        };
 
+       i2c@7000d000 {
+               max77620@3c {
+                       watchdog {
+                               status = "disabled";
+                       };
+               };
+       };
+
+       watchdog@60005100 {
+               status = "disabled";
+       };
+
         modem {
                /* using XHCI UTMI */
                nvidia,phy-type = <2>;