[PATCH 1/2] mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding

Charan Pedumuru posted 2 patches 7 months, 1 week ago
[PATCH 1/2] mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding
Posted by Charan Pedumuru 7 months, 1 week ago
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(-)

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>;

-- 
2.43.0
Re: [PATCH 1/2] mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding
Posted by Thomas Bogendoerfer 6 months, 4 weeks ago
On Wed, May 07, 2025 at 06:29:35AM +0000, 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>
> ---
>  arch/mips/boot/dts/pic32/pic32mzda.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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>;
> 

applied to mips-next

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
Re: [PATCH 1/2] mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common mmc-controller binding
Posted by Krzysztof Kozlowski 7 months, 1 week ago
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