OSDN Git Service

ARM: dts: dra72x: Disable usb4_tm target module
authorKeerthy <j-keerthy@ti.com>
Tue, 4 Jun 2019 06:13:35 +0000 (11:43 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Jun 2019 07:04:59 +0000 (00:04 -0700)
usb4_tm is unsed on dra72 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")
Reported-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72x.dtsi

index 8983155..9c39c6b 100644 (file)
@@ -62,3 +62,7 @@
 &pcie2_rc {
        compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie";
 };
+
+&usb4_tm {
+       status = "disabled";
+};