arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1
authorYao Zi <ziyao@disroot.org>
Fri, 28 Feb 2025 16:31:18 +0000 (16:31 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 28 Feb 2025 21:44:00 +0000 (22:44 +0100)
Property "supports-sd" isn't documented anywhere and is unnecessary for
mainline driver to function. It seems a property used by downstream
kernel was brought into mainline.

This should be reported by dtbs_check, but mmc-controller-common.yaml
defaults additionalProperties to true thus allows it. Remove the
property to clean the devicetree up and avoid possible confusion.

Fixes: 8d94da58de53 ("arm64: dts: rockchip: Add EmbedFire LubanCat 1")
Signed-off-by: Yao Zi <ziyao@disroot.org>
Link: https://lore.kernel.org/r/20250228163117.47318-2-ziyao@disroot.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts

index 61dd71c259aac1821518490b11a7870cacfe7d54..ddf84c2a19cfaeea69fadbab83cb21a78756d4c7 100644 (file)
 
 &sdmmc0 {
        max-frequency = <150000000>;
-       supports-sd;
        bus-width = <4>;
        cap-mmc-highspeed;
        cap-sd-highspeed;