Re: [PATCH 2/2] arm64: dts: hisilicon: Rename dwmmc nodes to mmc
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-03-24 09:42:07
Also in:
linux-devicetree, linux-mmc
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-03-24 09:42:07
Also in:
linux-devicetree, linux-mmc
On Tue, Mar 24, 2026 at 01:14:00AM +0530, Bhargav Joshi wrote:
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 <redacted> --- arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 4 ++-- arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 4 ++-- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof