ARM: dts: dra76x: Disable usb4_tm target module

usb4_tm is unsed on dra76 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:07 +05:30 committed by Tony Lindgren
parent f7b9cb944a
commit b07bd27e02

View File

@ -85,3 +85,7 @@ mcan_clk: mcan_clk@3fc {
&rtctarget {
status = "disabled";
};
&usb4_tm {
status = "disabled";
};