diff options
author | Keerthy <j-keerthy@ti.com> | 2019-05-17 03:14:07 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-05-20 17:28:02 +0200 |
commit | b07bd27e02b9108ce8412cc2dc6faf621f57d224 (patch) | |
tree | 65eb3661f593fd4bd04aa5bd0c86a5d05505d77a /arch/arm | |
parent | ARM: dts: dra76x: Disable rtc target module (diff) | |
download | linux-b07bd27e02b9108ce8412cc2dc6faf621f57d224.tar.xz linux-b07bd27e02b9108ce8412cc2dc6faf621f57d224.zip |
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: 549fce068a3112 ("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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra76x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi index 5c437271d307..82b3dc90b7d6 100644 --- a/arch/arm/boot/dts/dra76x.dtsi +++ b/arch/arm/boot/dts/dra76x.dtsi @@ -85,3 +85,7 @@ &rtctarget { status = "disabled"; }; + +&usb4_tm { + status = "disabled"; +}; |