diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-12 09:46:09 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 08:17:47 -0800 |
commit | 0cd62d5e7432897d8892b3fc0f9ab17d3a57764c (patch) | |
tree | 819f491051c6f0915fcac5a3e3cea90acddf7dc3 /arch/arm/boot/dts/am4372.dtsi | |
parent | eabb3f5a1b4ff3994428ab6438b2422646c82033 (diff) | |
download | linux-0cd62d5e7432897d8892b3fc0f9ab17d3a57764c.tar.bz2 |
ARM: OMAP2+: Drop legacy platform data for am4 qspi
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: Jean Pihet <jean.pihet@newoldbits.com>
Acked-by: Jean Pihet <jean.pihet@newoldbits.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 79a14b0ce43b..81db74b1f471 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -369,7 +369,6 @@ target-module@47900000 { compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "qspi"; reg = <0x47900000 0x4>, <0x47900010 0x4>; reg-names = "rev", "sysc"; |