diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-21 14:16:36 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-21 14:16:36 -0700 |
commit | 83aba97d7076246f5638b77c4b84985a609e4d9c (patch) | |
tree | e72a9298014cb16e57d0419f45ec8c575af50291 /arch/arm/boot/dts/am4372.dtsi | |
parent | e9279e0712f7a996274262f1f77a37a93d52507c (diff) | |
download | linux-next-83aba97d7076246f5638b77c4b84985a609e4d9c.tar.gz |
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/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 848e2a8884e2..5ead185d389d 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -230,7 +230,6 @@ target-module@47810000 { compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmc3"; reg = <0x478102fc 0x4>, <0x47810110 0x4>, <0x47810114 0x4>; |