ARM: dts: dra76x: Disable rtc target module
authorKeerthy <j-keerthy@ti.com>
Fri, 17 May 2019 01:14:06 +0000 (06:44 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 20 May 2019 15:26:56 +0000 (08:26 -0700)
rtc is fused out on dra76 and accessing target module
register is causing a boot crash hence disable it.

Fixes: 549fce068a3112 ("ARM: dts: dra7: Add l4 interconnect hierarchy and ti-sysc data")
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-l4.dtsi
arch/arm/boot/dts/dra76x.dtsi

index fe9f0bc29fec20df23b0bd0a6567d610f92f90dc..3b4cba9da91f81e5bef45c14cc07ddd10debed74 100644 (file)
                        };
                };
 
-               target-module@38000 {                   /* 0x48838000, ap 29 12.0 */
+               rtctarget: target-module@38000 {                        /* 0x48838000, ap 29 12.0 */
                        compatible = "ti,sysc-omap4-simple", "ti,sysc";
                        ti,hwmods = "rtcss";
                        reg = <0x38074 0x4>,
index 9ee45aa365d87d37689e3625648d13f5876a30bb..5c437271d307f71ecf6c077590432c2233ee637e 100644 (file)
@@ -81,3 +81,7 @@
                reg = <0x3fc>;
        };
 };
+
+&rtctarget {
+       status = "disabled";
+};