Skip to content

Commit

Permalink
ARM: dts: dra76x: Disable usb4_tm target module
Browse files Browse the repository at this point in the history
usb4_tm is unsed on dra76 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 f7b9cb9 commit b07bd27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/dra76x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@
&rtctarget {
status = "disabled";
};

&usb4_tm {
status = "disabled";
};

0 comments on commit b07bd27

Please sign in to comment.