]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: dts: hisilicon: Rename dwmmc nodes to mmc
authorBhargav Joshi <rougueprince47@gmail.com>
Wed, 25 Mar 2026 22:54:39 +0000 (04:24 +0530)
committerWei Xu <xuwei5@hisilicon.com>
Fri, 27 Mar 2026 06:53:02 +0000 (06:53 +0000)
commitf17d7a0f8ff6f9864d8f82e99c46cee1088e945b
tree7d862d172538ed26efc69636d85acac27d53c325
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
arm64: dts: hisilicon: Rename dwmmc nodes to mmc

The core mmc devicetree schema expects mmc controller nodes to be named
using '^mmc(@.*)?$' pattern.

The legacy Hisilicon SoC files (hi3660, hi3670, and hi6220) previously
used the 'dwmmc' prefix for their nodes. This caused warnings during
dtbs_check.

Rename the 'dwmmc' nodes to 'mmc' to comply with the standard schema and
dtbs_check warnings. The legacy phandle labels are kept intact.

Signed-off-by: Bhargav Joshi <rougueprince47@gmail.com>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3660.dtsi
arch/arm64/boot/dts/hisilicon/hi3670.dtsi
arch/arm64/boot/dts/hisilicon/hi6220.dtsi