Skip to content
Snippets Groups Projects
Commit cbdce141 authored by Keerthy's avatar Keerthy Committed by Tony Lindgren
Browse files

ARM: dts: dra72x: Disable usb4_tm target module


usb4_tm is unsed on dra72 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")
Reported-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 34f61de8
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,7 @@
&pcie2_rc {
compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie";
};
&usb4_tm {
status = "disabled";
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment