diff options
| author | Charan Pedumuru <charan.pedumuru@gmail.com> | 2025-05-07 06:29:35 +0000 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-05-20 08:44:17 +0200 |
| commit | 3590692a136d75e39cd67b0f23e032669fcdbcd2 (patch) | |
| tree | 5e6f30a27447437300955423ea1a3a59511d0d43 /arch/mips | |
| parent | 4cc7543eb494daae7d6282e17459e1b06eff82aa (diff) | |
| download | net-3590692a136d75e39cd67b0f23e032669fcdbcd2.tar.gz | |
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 <charan.pedumuru@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/boot/dts/pic32/pic32mzda.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/pic32/pic32mzda.dtsi b/arch/mips/boot/dts/pic32/pic32mzda.dtsi index fdc721b414a88a..feca35ba56a47a 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>; |
