diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:04:33 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:04:33 +0200 |
commit | eb586ea39f266d168063678b5fbddf10ba3eb8c2 (patch) | |
tree | 35cd203df9ed2869525a62770343f208898aa566 /arch/arm/boot/dts/omap4.dtsi | |
parent | e1d4a11d68b695cdf82d8da5f0c0d237652fb376 (diff) | |
download | linux-eb586ea39f266d168063678b5fbddf10ba3eb8c2.tar.gz linux-eb586ea39f266d168063678b5fbddf10ba3eb8c2.tar.bz2 linux-eb586ea39f266d168063678b5fbddf10ba3eb8c2.zip |
ARM: OMAP2+: Drop legacy platform data for omap4 iss
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.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index fc0be942dbeb..92997d0010f6 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -192,7 +192,6 @@ target-module@52000000 { compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "iss"; reg = <0x52000000 0x4>, <0x52000010 0x4>; reg-names = "rev", "sysc"; |