Skip to content

Commit 43c854c

Browse files
ziyao233mmind
authored andcommitted
arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1
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: 8d94da5 ("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>
1 parent 55de171 commit 43c854c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@
512512

513513
&sdmmc0 {
514514
max-frequency = <150000000>;
515-
supports-sd;
516515
bus-width = <4>;
517516
cap-mmc-highspeed;
518517
cap-sd-highspeed;

0 commit comments

Comments
 (0)