ARM: dts: dra76x: Disable usb4_tm target module
authorKeerthy <j-keerthy@ti.com>
Fri, 17 May 2019 01:14:07 +0000 (06:44 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 20 May 2019 15:28:02 +0000 (08:28 -0700)
usb4_tm is unsed on dra76 and accessing the module
with ti,sysc is causing a boot crash hence disable its target
module.

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/dra76x.dtsi

index 5c437271d307f71ecf6c077590432c2233ee637e..82b3dc90b7d6b6fb4a33b73850d89246fb564b44 100644 (file)
@@ -85,3 +85,7 @@
 &rtctarget {
        status = "disabled";
 };
+
+&usb4_tm {
+       status = "disabled";
+};