diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:35 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:35 +0200 |
commit | e9279e0712f7a996274262f1f77a37a93d52507c (patch) | |
tree | 7f59307985b8b97e834525eb7547622176e327f9 /arch/arm/boot/dts/am33xx-l4.dtsi | |
parent | ARM: dts: Drop custom hwmod property for omap5 i2c (diff) | |
download | linux-e9279e0712f7a996274262f1f77a37a93d52507c.tar.xz linux-e9279e0712f7a996274262f1f77a37a93d52507c.zip |
ARM: dts: Drop custom hwmod property for am3 mmc
We can now probe devices with ti-sysc interconnect driver and dts
data. Let's drop the custom ti,hwmods dts property. We have already
dropped the platform data earlier, but have been still allocating it
dynamically, which is no longer needed.
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/am33xx-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 4e482b356d58..582f96e9623f 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -1305,7 +1305,6 @@ target-module@60000 { /* 0x48060000, ap 36 0c.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmc1"; reg = <0x602fc 0x4>, <0x60110 0x4>, <0x60114 0x4>; @@ -1792,7 +1791,6 @@ target-module@d8000 { /* 0x481d8000, ap 64 66.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmc2"; reg = <0xd82fc 0x4>, <0xd8110 0x4>, <0xd8114 0x4>; |