From: Kuninori Morimoto <[email protected]>

As of commit 423f6c2e977de73b ("mmc: sdhi: update sh_mobile_sdhi_of_data
for r8a7790"), the driver takes care of r8a7790 specific MMC options.
Hence they can be removed from the dtsi.

Signed-off-by: Kuninori Morimoto <[email protected]>
[geert: Rebased, reworded, added reference]
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 arch/arm/boot/dts/r8a7790.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 0f18db0319af9e56..34f22587555a95ae 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -426,7 +426,6 @@
                clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
                dmas = <&dmac0 0xcd>, <&dmac0 0xce>;
                dma-names = "tx", "rx";
-               cap-sd-highspeed;
                status = "disabled";
        };
 
@@ -437,7 +436,6 @@
                clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
                dmas = <&dmac0 0xc9>, <&dmac0 0xca>;
                dma-names = "tx", "rx";
-               cap-sd-highspeed;
                status = "disabled";
        };
 
@@ -448,7 +446,6 @@
                clocks = <&mstp3_clks R8A7790_CLK_SDHI2>;
                dmas = <&dmac0 0xc1>, <&dmac0 0xc2>;
                dma-names = "tx", "rx";
-               cap-sd-highspeed;
                status = "disabled";
        };
 
@@ -459,7 +456,6 @@
                clocks = <&mstp3_clks R8A7790_CLK_SDHI3>;
                dmas = <&dmac0 0xd3>, <&dmac0 0xd4>;
                dma-names = "tx", "rx";
-               cap-sd-highspeed;
                status = "disabled";
        };
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to