diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 14:16:37 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 14:16:37 -0700 |
commit | 8109ceb4a276de9575136e342071d3172cfe57e4 (patch) | |
tree | 951b3a35dddf6ea4d546640573b688b7052ccff0 /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | a130133fee5fb91b60520faa76483a5c19d0cd26 (diff) | |
download | linux-8109ceb4a276de9575136e342071d3172cfe57e4.tar.bz2 |
ARM: OMAP2+: Drop legacy platform data for dra7 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.
Cc: Keerthy <j-keerthy@ti.com>
Tested-by: Keerthy <j-keerthy@ti.com>
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 e4cc7b55b625..6f16dbfab54d 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -4294,7 +4294,6 @@ target-module@4000 { /* 0x4ae14000, ap 7 28.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "wd_timer2"; reg = <0x4000 0x4>, <0x4010 0x4>, <0x4014 0x4>; |