diff options
| author | Yao Zi <ziyao@disroot.org> | 2025-02-28 16:31:18 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-28 22:04:51 +0100 |
| commit | 0bc2addd241e760dcb647268fcdd24fdfc07f835 (patch) | |
| tree | d9db6845b352f4b4a948df5ce84cc8262d568e77 /arch | |
| parent | 07b1693fb68c04489c583735fad8adfb5a080288 (diff) | |
| download | linux-0bc2addd241e760dcb647268fcdd24fdfc07f835.tar.gz linux-0bc2addd241e760dcb647268fcdd24fdfc07f835.tar.bz2 linux-0bc2addd241e760dcb647268fcdd24fdfc07f835.zip | |
arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1
[ Upstream commit 43c854c65e47d2f3763345683b06257b4d12e4e3 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts b/arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts index 61dd71c259aa..ddf84c2a19cf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts @@ -512,7 +512,6 @@ &sdmmc0 { max-frequency = <150000000>; - supports-sd; bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; |
