Skip to content

Commit

Permalink
ARM: dts: dra71x: Disable usb4_tm target module
Browse files Browse the repository at this point in the history
usb4_tm is unsed on dra71 and accessing the module
with ti,sysc is causing a boot crash hence disable its target
module.

Fixes: 549fce0 ("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>
  • Loading branch information
Keerthy authored and Tony Lindgren committed May 20, 2019
1 parent fe9edfe commit 34b1b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/dra71x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
&rtctarget {
status = "disabled";
};

&usb4_tm {
status = "disabled";
};

0 comments on commit 34b1b80

Please sign in to comment.