diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-12 18:46:13 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-01-23 17:24:46 +0100 |
commit | 814b253877345d01d78ea4786ad246c16e537378 (patch) | |
tree | ddb826ca8931fb6924b3626555909ff2fca84d1b /arch/arm/boot/dts | |
parent | ARM: dts: Configure interconnect target module for omap4 des (diff) | |
download | linux-814b253877345d01d78ea4786ad246c16e537378.tar.xz linux-814b253877345d01d78ea4786ad246c16e537378.zip |
ARM: OMAP2+: Drop legacy platform data for omap4 aes
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: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 277d3455293f..1c528acaee4b 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -268,7 +268,6 @@ aes1_target: target-module@4b501000 { compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "aes1"; reg = <0x4b501080 0x4>, <0x4b501084 0x4>, <0x4b501088 0x4>; @@ -298,7 +297,6 @@ aes2_target: target-module@4b701000 { compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "aes2"; reg = <0x4b701080 0x4>, <0x4b701084 0x4>, <0x4b701088 0x4>; |