diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:41 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-23 17:46:32 +0300 |
commit | 9ac545f974017ac976ef84ec0db678c23a696ff1 (patch) | |
tree | c30d52236034d30697c2d85886ee4715c23e64ca /arch/arm/boot/dts/omap4-l4-abe.dtsi | |
parent | 491a35282413257dd160ae776e6b5387eacdbc49 (diff) | |
download | linux-9ac545f974017ac976ef84ec0db678c23a696ff1.tar.xz |
ARM: OMAP2+: Drop legacy platform data for omap4 mcasp
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-abe.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4-abe.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-l4-abe.dtsi b/arch/arm/boot/dts/omap4-l4-abe.dtsi index 83724d6fefbf..6c892fc9d726 100644 --- a/arch/arm/boot/dts/omap4-l4-abe.dtsi +++ b/arch/arm/boot/dts/omap4-l4-abe.dtsi @@ -185,7 +185,6 @@ target-module@28000 { /* 0x40128000, ap 8 08.0 */ compatible = "ti,sysc-mcasp", "ti,sysc"; - ti,hwmods = "mcasp"; reg = <0x28000 0x4>, <0x28004 0x4>; reg-names = "rev", "sysc"; |