diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-10 19:10:11 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 19:17:49 +0300 |
commit | 4150fe384e4dc553e6e5dfb03e0416df23425fee (patch) | |
tree | 39b19f51e9070f267dbf0521e97fea784d32385e /arch/arm/boot/dts/omap5-l4-abe.dtsi | |
parent | 1d2a38d42b043e30e95545fdcc92edd51364dfe4 (diff) | |
download | linux-4150fe384e4dc553e6e5dfb03e0416df23425fee.tar.xz |
ARM: OMAP2+: Drop legacy platform data for omap5 mcpdm
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: Keerthy <j-keerthy@ti.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-l4-abe.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4-abe.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-l4-abe.dtsi b/arch/arm/boot/dts/omap5-l4-abe.dtsi index 177c8d632883..a6ddfccc2128 100644 --- a/arch/arm/boot/dts/omap5-l4-abe.dtsi +++ b/arch/arm/boot/dts/omap5-l4-abe.dtsi @@ -243,7 +243,6 @@ mcpdm_module: target-module@32000 { /* 0x40132000, ap 16 10.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "mcpdm"; reg = <0x32000 0x4>, <0x32010 0x4>; reg-names = "rev", "sysc"; |