diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:38 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:38 +0300 |
commit | 349355ce3a05d95b25865fd5a9f09afa77085caf (patch) | |
tree | ab6eb75932ab7254daccc4c7352162a19d9c33ea /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | af8637f0ee7e2cca052ce9240ef8d7907fb44dc1 (diff) | |
download | linux-349355ce3a05d95b25865fd5a9f09afa77085caf.tar.xz |
ARM: OMAP2+: Drop legacy platform data for omap4 mcbsp
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-l4.dtsi b/arch/arm/boot/dts/omap4-l4.dtsi index 84dad620d4f2..f032c6ddd554 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -2013,7 +2013,6 @@ target-module@96000 { /* 0x48096000, ap 37 26.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mcbsp4"; reg = <0x9608c 0x4>; reg-names = "sysc"; ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY | |