diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:38 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:38 +0200 |
commit | b4e2b347d8b6a80e56156337fc225b3172fc05b6 (patch) | |
tree | 473a98a5cac9d978aff6dcee4023e460dd74e505 /arch/arm/boot/dts/am437x-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for omap5 mcbsp (diff) | |
download | linux-b4e2b347d8b6a80e56156337fc225b3172fc05b6.tar.xz linux-b4e2b347d8b6a80e56156337fc225b3172fc05b6.zip |
ARM: OMAP2+: Drop legacy platform data for am4 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/am437x-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am437x-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi index f26b772b1733..8aaad41fbfe7 100644 --- a/arch/arm/boot/dts/am437x-l4.dtsi +++ b/arch/arm/boot/dts/am437x-l4.dtsi @@ -2277,7 +2277,6 @@ target-module@47000 { /* 0x48347000, ap 110 70.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "hdq1w"; reg = <0x47000 0x4>, <0x47014 0x4>, <0x47018 0x4>; |