diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2021-06-03 00:04:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 07:30:42 +0200 |
commit | 78b4b165280d3d70e7a217599f0c06a4c0bb11f9 (patch) | |
tree | 5368754766d1368e6bc495eb9a532a29ecb48ca1 /arch/arm/boot/dts/am5718.dtsi | |
parent | ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power (diff) | |
download | linux-78b4b165280d3d70e7a217599f0c06a4c0bb11f9.tar.xz linux-78b4b165280d3d70e7a217599f0c06a4c0bb11f9.zip |
ARM: dts: dra7: Fix duplicate USB4 target module node
With [1] USB4 target-module node got defined in dra74x.dtsi file.
However, the earlier definition in [2] was not removed, and this
duplication of the target module is causing boot failure on dra74
variant boards - dra7-evm, dra76-evm.
USB4 is only present in DRA74x variants, so keeping the entry in
dra74x.dtsi and removing it from the top level interconnect hierarchy
dra7-l4.dtsi file. This change makes the USB4 target module no longer
visible to AM5718, DRA71x and DRA72x so removing references to it in
their respective dts files.
[1]: commit c7b72abca61ec ("ARM: OMAP2+: Drop legacy platform data for
dra7 dwc3")
[2]: commit 549fce068a311 ("ARM: dts: dra7: Add l4 interconnect
hierarchy and ti-sysc data")
Fixes: c7b72abca61ec ("ARM: OMAP2+: Drop legacy platform data for dra7 dwc3")
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am5718.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am5718.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/am5718.dtsi b/arch/arm/boot/dts/am5718.dtsi index ebf4d3cc1cfb..6d7530a48c73 100644 --- a/arch/arm/boot/dts/am5718.dtsi +++ b/arch/arm/boot/dts/am5718.dtsi @@ -17,17 +17,13 @@ * VCP1, VCP2 * MLB * ISS - * USB3, USB4 + * USB3 */ &usb3_tm { status = "disabled"; }; -&usb4_tm { - status = "disabled"; -}; - &atl_tm { status = "disabled"; }; |