diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:36 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 23:16:36 +0200 |
commit | 83aba97d7076246f5638b77c4b84985a609e4d9c (patch) | |
tree | e72a9298014cb16e57d0419f45ec8c575af50291 /arch/arm/boot/dts/am437x-l4.dtsi | |
parent | ARM: dts: Drop custom hwmod property for am3 mmc (diff) | |
download | linux-83aba97d7076246f5638b77c4b84985a609e4d9c.tar.xz linux-83aba97d7076246f5638b77c4b84985a609e4d9c.zip |
ARM: dts: Drop custom hwmod property for am4 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/am437x-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am437x-l4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi index 2297bc462904..22685140b77c 100644 --- a/arch/arm/boot/dts/am437x-l4.dtsi +++ b/arch/arm/boot/dts/am437x-l4.dtsi @@ -1076,7 +1076,6 @@ target-module@60000 { /* 0x48060000, ap 30 14.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmc1"; reg = <0x602fc 0x4>, <0x60110 0x4>, <0x60114 0x4>; @@ -1600,7 +1599,6 @@ target-module@d8000 { /* 0x481d8000, ap 54 5e.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmc2"; reg = <0xd82fc 0x4>, <0xd8110 0x4>, <0xd8114 0x4>; |