diff options
| author | Keerthy <j-keerthy@ti.com> | 2019-06-04 02:13:35 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-06-10 03:04:59 -0400 |
| commit | cbdce1418894c4da804fd89555376863aa956a12 (patch) | |
| tree | fd45dc011c08270622527205fadeecf72dc2a8e1 | |
| parent | 34f61de87017aff3c8306280d196dddb1e168a88 (diff) | |
ARM: dts: dra72x: Disable usb4_tm target module
usb4_tm is unsed on dra72 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")
Reported-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/boot/dts/dra72x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi index 89831552cd86..9c39c6b9b5d6 100644 --- a/arch/arm/boot/dts/dra72x.dtsi +++ b/arch/arm/boot/dts/dra72x.dtsi | |||
| @@ -62,3 +62,7 @@ | |||
| 62 | &pcie2_rc { | 62 | &pcie2_rc { |
| 63 | compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; | 63 | compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; |
| 64 | }; | 64 | }; |
| 65 | |||
| 66 | &usb4_tm { | ||
| 67 | status = "disabled"; | ||
| 68 | }; | ||
