From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> 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 <kuninori.morimoto.gx@xxxxxxxxxxx> [geert: Rebased, reworded, added reference] Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- 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 linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html