diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:39 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:39 +0200 |
commit | cca5e19af216a9955c9041f5576761dd2fe4147f (patch) | |
tree | d4cc8191fb58026be64d01fa36e2403719710232 /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for am4 hdq1w (diff) | |
download | linux-cca5e19af216a9955c9041f5576761dd2fe4147f.tar.xz linux-cca5e19af216a9955c9041f5576761dd2fe4147f.zip |
ARM: OMAP2+: Drop legacy platform data for dra7 hdq1w
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/dra7-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi index 6f16dbfab54d..1871cd26aafc 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -2089,7 +2089,6 @@ target-module@b2000 { /* 0x480b2000, ap 37 52.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "hdq1w"; reg = <0xb2000 0x4>, <0xb2014 0x4>, <0xb2018 0x4>; |