diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-13 09:59:48 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-07-14 08:41:18 -0700 |
commit | 0db53013cd7429409f37386fb7f4616dabcc5023 (patch) | |
tree | 5bc7b664d5f63dff021278d6a89a115b2dc6a0a1 /arch/arm/boot/dts/omap5-l4.dtsi | |
parent | 3c881456b64519e661b14a23664f272a0171b0cb (diff) | |
download | lwn-0db53013cd7429409f37386fb7f4616dabcc5023.tar.gz lwn-0db53013cd7429409f37386fb7f4616dabcc5023.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 dwc3
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 5217805bf126..4fad290b5819 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -167,7 +167,6 @@ target-module@20000 { /* 0x4a020000, ap 109 08.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "usb_otg_ss"; reg = <0x20000 0x4>, <0x20010 0x4>; reg-names = "rev", "sysc"; |