Message ID | 20221219101052.7899-1-amadeus@jmu.edu.cn |
---|---|
State | Accepted |
Commit | 0b693c8f8b88d50114caaa4d2337932d4d172631 |
Headers | show |
Series | arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a | expand |
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,
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;
'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(-)