diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-13 18:59:49 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-07-14 17:41:18 +0200 |
commit | cca3f3e6f91c2db7bf58ddcccb65c34369728381 (patch) | |
tree | a6790887b2b4578a088d33a31e58910302d41609 /arch/arm/boot/dts/omap5-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for omap4 usb (diff) | |
download | linux-cca3f3e6f91c2db7bf58ddcccb65c34369728381.tar.xz linux-cca3f3e6f91c2db7bf58ddcccb65c34369728381.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 usb host
We can now probe devices with ti-sysc interconnect driver and dts
data. Let's drop the related platform data and custom ti,hwmods
dts property.
As we're just dropping data, and the early platform data init
is based on the custom ti,hwmods property, we want to drop both
the platform data and ti,hwmods property in a single patch.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 4fad290b5819..32f01986bc3e 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -268,7 +268,6 @@ target-module@62000 { /* 0x4a062000, ap 11 0e.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "usb_tll_hs"; reg = <0x62000 0x4>, <0x62010 0x4>, <0x62014 0x4>; @@ -297,7 +296,6 @@ target-module@64000 { /* 0x4a064000, ap 71 1e.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "usb_host_hs"; reg = <0x64000 0x4>, <0x64010 0x4>; reg-names = "rev", "sysc"; |