[PATCH] arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a

Chukun Pan posted 1 patch 2 years, 9 months ago
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a
Posted by Chukun Pan 2 years, 9 months ago
'supports-sdio' is not part of the DT binding
and not supported by the Linux driver.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
index a1c5fdf7d68f..5af11acb5c16 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
@@ -737,7 +737,6 @@ &sdmmc0 {
 };
 
 &sdmmc2 {
-	supports-sdio;
 	bus-width = <4>;
 	disable-wp;
 	cap-sd-highspeed;
-- 
2.25.1
Re: [PATCH] arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a
Posted by Heiko Stuebner 2 years, 8 months ago
On Mon, 19 Dec 2022 18:10:52 +0800, Chukun Pan wrote:
> 'supports-sdio' is not part of the DT binding
> and not supported by the Linux driver.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a
      commit: 0b693c8f8b88d50114caaa4d2337932d4d172631

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>