From: Charan Pedumuru Date: Wed, 7 May 2025 06:29:35 +0000 (+0000) Subject: mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-contr... X-Git-Tag: v6.16-rc1~34^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3590692a136d75e39cd67b0f23e032669fcdbcd2;p=thirdparty%2Fkernel%2Flinux.git mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding Rename the sdhci nodename from "sdhci@" to "mmc@" to align with linux common mmc-controller binding. Signed-off-by: Charan Pedumuru Reviewed-by: Krzysztof Kozlowski Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/pic32/pic32mzda.dtsi b/arch/mips/boot/dts/pic32/pic32mzda.dtsi index fdc721b414a88..feca35ba56a47 100644 --- a/arch/mips/boot/dts/pic32/pic32mzda.dtsi +++ b/arch/mips/boot/dts/pic32/pic32mzda.dtsi @@ -225,7 +225,7 @@ gpio-ranges = <&pic32_pinctrl 0 144 16>; }; - sdhci: sdhci@1f8ec000 { + sdhci: mmc@1f8ec000 { compatible = "microchip,pic32mzda-sdhci"; reg = <0x1f8ec000 0x100>; interrupts = <191 IRQ_TYPE_LEVEL_HIGH>;