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 | 509b1377eb52f708b003e752be69053e0211b44e (patch) | |
tree | 370f393475fd97e7e24888108078190a14d37463 /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for dra7 dwc3 (diff) | |
download | linux-509b1377eb52f708b003e752be69053e0211b44e.tar.xz linux-509b1377eb52f708b003e752be69053e0211b44e.zip |
ARM: OMAP2+: Drop legacy platform data for omap4 usb
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/omap4-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-l4.dtsi b/arch/arm/boot/dts/omap4-l4.dtsi index fcc52121ff09..1db9b0d33ec7 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -240,7 +240,6 @@ target-module@62000 { /* 0x4a062000, ap 11 16.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "usb_tll_hs"; reg = <0x62000 0x4>, <0x62010 0x4>, <0x62014 0x4>; @@ -268,7 +267,6 @@ target-module@64000 { /* 0x4a064000, ap 86 1e.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "usb_host_hs"; reg = <0x64000 0x4>, <0x64010 0x4>, <0x64014 0x4>; |