diff options
author | Tony Lindgren <tony@atomide.com> | 2019-08-26 17:41:15 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-08-26 17:41:15 +0200 |
commit | 3f95f51b1602f89cf9c0269bdfb8b1021de3e3df (patch) | |
tree | a0706234b28f730acd51f4697b8ed29c5de539d2 /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for cpsw on am3 and am4 (diff) | |
download | linux-3f95f51b1602f89cf9c0269bdfb8b1021de3e3df.tar.xz linux-3f95f51b1602f89cf9c0269bdfb8b1021de3e3df.zip |
ARM: OMAP2+: Drop legacy platform data for cpsw on dra7
We can now probe cpsw with ti-sysc interconnect driver and dts
data. Let's drop the related platform data and custom ti,hwmods
dts property for am3 and am4.
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: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Cc: Keerthy <j-keerthy@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi index 8b31f49d24f1..e0d916a2cdb5 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -3045,7 +3045,6 @@ target-module@84000 { /* 0x48484000, ap 3 10.0 */ compatible = "ti,sysc-omap4-simple", "ti,sysc"; - ti,hwmods = "gmac"; reg = <0x85200 0x4>, <0x85208 0x4>, <0x85204 0x4>; @@ -3107,7 +3106,6 @@ clock-names = "fck"; #address-cells = <1>; #size-cells = <0>; - ti,hwmods = "davinci_mdio"; bus_freq = <1000000>; reg = <0x1000 0x100>; }; |