diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-10 08:10:26 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 08:17:59 -0800 |
commit | 5725e6c169c6c20b9026b7a4c98a5ba20b128027 (patch) | |
tree | 11122b50c833916e713fbdaef02d6227832dd67c /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | 8c77b65635a655b16dd4c2e56b804dce09989067 (diff) | |
download | linux-stable-5725e6c169c6c20b9026b7a4c98a5ba20b128027.tar.gz linux-stable-5725e6c169c6c20b9026b7a4c98a5ba20b128027.tar.bz2 linux-stable-5725e6c169c6c20b9026b7a4c98a5ba20b128027.zip |
ARM: OMAP2+: Drop legacy platform data for omap4 slimbus
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.
Tested-by: Keerthy <j-keerthy@ti.com>
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 a7b13fbfcf92..017e9a7212a4 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -1881,7 +1881,6 @@ target-module@76000 { /* 0x48076000, ap 39 38.0 */ compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "slimbus2"; reg = <0x76000 0x4>, <0x76010 0x4>; reg-names = "rev", "sysc"; |