From: Keerthy Date: Fri, 17 May 2019 01:14:09 +0000 (+0530) Subject: ARM: dts: dra71x: Disable usb4_tm target module X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34b1b8061de3215208db9accfe60cc3f5b40178f;p=linux.git 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: 549fce068a3112 ("ARM: dts: dra7: Add l4 interconnect hierarchy and ti-sysc data") Signed-off-by: Keerthy Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra71x.dtsi b/arch/arm/boot/dts/dra71x.dtsi index aad7394902a69..695a08ed03607 100644 --- a/arch/arm/boot/dts/dra71x.dtsi +++ b/arch/arm/boot/dts/dra71x.dtsi @@ -11,3 +11,7 @@ &rtctarget { status = "disabled"; }; + +&usb4_tm { + status = "disabled"; +};