Commit 96a427a1 authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Drop custom hwmod property for omap5 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.
Tested-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 83aba97d
...@@ -1850,7 +1850,6 @@ mcspi2: spi@0 { ...@@ -1850,7 +1850,6 @@ mcspi2: spi@0 {
target-module@9c000 { /* 0x4809c000, ap 51 3a.0 */ target-module@9c000 { /* 0x4809c000, ap 51 3a.0 */
compatible = "ti,sysc-omap4", "ti,sysc"; compatible = "ti,sysc-omap4", "ti,sysc";
ti,hwmods = "mmc1";
reg = <0x9c000 0x4>, reg = <0x9c000 0x4>,
<0x9c010 0x4>; <0x9c010 0x4>;
reg-names = "rev", "sysc"; reg-names = "rev", "sysc";
...@@ -1910,7 +1909,6 @@ target-module@a8000 { /* 0x480a8000, ap 59 2a.0 */ ...@@ -1910,7 +1909,6 @@ target-module@a8000 { /* 0x480a8000, ap 59 2a.0 */
target-module@ad000 { /* 0x480ad000, ap 61 20.0 */ target-module@ad000 { /* 0x480ad000, ap 61 20.0 */
compatible = "ti,sysc-omap4", "ti,sysc"; compatible = "ti,sysc-omap4", "ti,sysc";
ti,hwmods = "mmc3";
reg = <0xad000 0x4>, reg = <0xad000 0x4>,
<0xad010 0x4>; <0xad010 0x4>;
reg-names = "rev", "sysc"; reg-names = "rev", "sysc";
...@@ -1951,7 +1949,6 @@ target-module@b2000 { /* 0x480b2000, ap 37 0c.0 */ ...@@ -1951,7 +1949,6 @@ target-module@b2000 { /* 0x480b2000, ap 37 0c.0 */
target-module@b4000 { /* 0x480b4000, ap 65 42.0 */ target-module@b4000 { /* 0x480b4000, ap 65 42.0 */
compatible = "ti,sysc-omap4", "ti,sysc"; compatible = "ti,sysc-omap4", "ti,sysc";
ti,hwmods = "mmc2";
reg = <0xb4000 0x4>, reg = <0xb4000 0x4>,
<0xb4010 0x4>; <0xb4010 0x4>;
reg-names = "rev", "sysc"; reg-names = "rev", "sysc";
...@@ -2044,7 +2041,6 @@ mcspi4: spi@0 { ...@@ -2044,7 +2041,6 @@ mcspi4: spi@0 {
target-module@d1000 { /* 0x480d1000, ap 71 28.0 */ target-module@d1000 { /* 0x480d1000, ap 71 28.0 */
compatible = "ti,sysc-omap4", "ti,sysc"; compatible = "ti,sysc-omap4", "ti,sysc";
ti,hwmods = "mmc4";
reg = <0xd1000 0x4>, reg = <0xd1000 0x4>,
<0xd1010 0x4>; <0xd1010 0x4>;
reg-names = "rev", "sysc"; reg-names = "rev", "sysc";
...@@ -2077,7 +2073,6 @@ mmc4: mmc@0 { ...@@ -2077,7 +2073,6 @@ mmc4: mmc@0 {
target-module@d5000 { /* 0x480d5000, ap 73 30.0 */ target-module@d5000 { /* 0x480d5000, ap 73 30.0 */
compatible = "ti,sysc-omap4", "ti,sysc"; compatible = "ti,sysc-omap4", "ti,sysc";
ti,hwmods = "mmc5";
reg = <0xd5000 0x4>, reg = <0xd5000 0x4>,
<0xd5010 0x4>; <0xd5010 0x4>;
reg-names = "rev", "sysc"; reg-names = "rev", "sysc";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment