Message ID | 20250507-mchp-sdhci-v1-1-ed29de05295a@gmail.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: dma: microchip,sdhci-pic32: Add json schema for text binding | expand |
On 07/05/2025 08:29, Charan Pedumuru wrote: > 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> Best regards, Krzysztof
diff --git a/arch/mips/boot/dts/pic32/pic32mzda.dtsi b/arch/mips/boot/dts/pic32/pic32mzda.dtsi index fdc721b414a88a12050497cd2ddf98ae2fbce035..feca35ba56a47adac0e2a906f4fe9c7a4e89cd4f 100644 --- a/arch/mips/boot/dts/pic32/pic32mzda.dtsi +++ b/arch/mips/boot/dts/pic32/pic32mzda.dtsi @@ -225,7 +225,7 @@ gpio9: gpio9@1f860900 { 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>;
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> --- arch/mips/boot/dts/pic32/pic32mzda.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)