diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:37 +0200 |
commit | af8637f0ee7e2cca052ce9240ef8d7907fb44dc1 (patch) | |
tree | 0ae021eb5bfa601da1f83108ff97cf3ca962c9f7 /arch/arm/boot/dts/omap5-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for dra7 wdt (diff) | |
download | linux-af8637f0ee7e2cca052ce9240ef8d7907fb44dc1.tar.xz linux-af8637f0ee7e2cca052ce9240ef8d7907fb44dc1.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 wdt
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.
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 3341fec81b6f..25aacf1ba708 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -2302,7 +2302,6 @@ target-module@4000 { /* 0x4ae14000, ap 7 14.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "wd_timer2"; reg = <0x4000 0x4>, <0x4010 0x4>, <0x4014 0x4>; |