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: 549fce068a ("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>
This commit is contained in:
Keerthy 2019-05-17 06:44:09 +05:30 committed by Tony Lindgren
parent fe9edfe648
commit 34b1b8061d
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@
&rtctarget {
status = "disabled";
};
&usb4_tm {
status = "disabled";
};