Commit 34b1b806 authored by Keerthy's avatar Keerthy Committed by Tony Lindgren
Browse files

ARM: dts: dra71x: Disable usb4_tm target module



usb4_tm is unsed on dra71 and accessing the module
with ti,sysc is causing a boot crash hence disable its target
module.

Fixes: 549fce06 ("ARM: dts: dra7: Add l4 interconnect hierarchy and ti-sysc data")
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fe9edfe6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,3 +11,7 @@
&rtctarget {
	status = "disabled";
};

&usb4_tm {
	status = "disabled";
};