diff options
author | Tony Lindgren <tony@atomide.com> | 2019-08-26 17:41:16 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-08-26 17:41:16 +0200 |
commit | 84087b3d633d04716cf1a83eb537f732a540a5b5 (patch) | |
tree | 84c515ec738473d64b33eea45210094c4c7431df /arch/arm/boot/dts/omap4-l4-abe.dtsi | |
parent | ARM: dts: Drop custom hwmod property for omap4 i2c (diff) | |
download | linux-84087b3d633d04716cf1a83eb537f732a540a5b5.tar.xz linux-84087b3d633d04716cf1a83eb537f732a540a5b5.zip |
ARM: OMAP2+: Drop legacy watchdog platform data for omap4
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/omap4-l4-abe.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4-abe.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-l4-abe.dtsi b/arch/arm/boot/dts/omap4-l4-abe.dtsi index 67072df39bc7..8e6662bb9e83 100644 --- a/arch/arm/boot/dts/omap4-l4-abe.dtsi +++ b/arch/arm/boot/dts/omap4-l4-abe.dtsi @@ -255,7 +255,6 @@ target-module@30000 { /* 0x40130000, ap 14 0e.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "wd_timer3"; reg = <0x30000 0x4>, <0x30010 0x4>, <0x30014 0x4>; |