diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-10 08:10:10 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 08:17:48 -0800 |
commit | 1d2a38d42b043e30e95545fdcc92edd51364dfe4 (patch) | |
tree | 878ad0c456aa27e8cc80783766181258a90f4041 /arch/arm/boot/dts/omap5-l4-abe.dtsi | |
parent | 6974285ed52a9d28cdad4538ccbc7731c2e71738 (diff) | |
download | linux-1d2a38d42b043e30e95545fdcc92edd51364dfe4.tar.gz linux-1d2a38d42b043e30e95545fdcc92edd51364dfe4.tar.bz2 linux-1d2a38d42b043e30e95545fdcc92edd51364dfe4.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 dmic
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 23aa90716f7f..177c8d632883 100644 --- a/arch/arm/boot/dts/omap5-l4-abe.dtsi +++ b/arch/arm/boot/dts/omap5-l4-abe.dtsi @@ -203,7 +203,6 @@ target-module@2e000 { /* 0x4012e000, ap 12 0c.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "dmic"; reg = <0x2e000 0x4>, <0x2e010 0x4>; reg-names = "rev", "sysc"; |