diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-16 11:57:13 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 11:57:55 +0100 |
commit | 3856e86f86d6793fcf1e30fbc2976a61ca816737 (patch) | |
tree | fb6bb017870e2d33ed033f26ac739b096ef4a5bb /arch/arm/boot/dts/am33xx-l4.dtsi | |
parent | ARM: dts: Configure interconnect target module for am3 wkup_m3 (diff) | |
download | linux-3856e86f86d6793fcf1e30fbc2976a61ca816737.tar.xz linux-3856e86f86d6793fcf1e30fbc2976a61ca816737.zip |
ARM: OMAP2+: Drop legacy platform data for am3 wkup_m3
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.
Cc: Dave Gerlach <d-gerlach@ti.com>
Cc: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 7fa2312b13e8..3d8d260eb4f7 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -32,7 +32,6 @@ target-module@0 { /* 0x44d00000, ap 4 28.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "wkup_m3"; reg = <0x0 0x4>; reg-names = "rev"; clocks = <&l4_wkup_aon_clkctrl AM3_L4_WKUP_AON_WKUP_M3_CLKCTRL 0>; |