[PATCH 2/5] ARM: dts: s3c24xx: align SDHCI node name with dtschema

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Sun Jun 26 05:03:39 PDT 2022


The node names should be generic and DT schema expects "mmc".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
 arch/arm/boot/dts/s3c2416.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/s3c2416.dtsi b/arch/arm/boot/dts/s3c2416.dtsi
index 4f084f4fe44f..4660751cb207 100644
--- a/arch/arm/boot/dts/s3c2416.dtsi
+++ b/arch/arm/boot/dts/s3c2416.dtsi
@@ -45,7 +45,7 @@ uart_3: serial at 5000c000 {
 		status = "disabled";
 	};
 
-	sdhci_1: sdhci at 4ac00000 {
+	sdhci_1: mmc at 4ac00000 {
 		compatible = "samsung,s3c6410-sdhci";
 		reg = <0x4AC00000 0x100>;
 		interrupts = <0 0 21 3>;
@@ -56,7 +56,7 @@ sdhci_1: sdhci at 4ac00000 {
 		status = "disabled";
 	};
 
-	sdhci_0: sdhci at 4a800000 {
+	sdhci_0: mmc at 4a800000 {
 		compatible = "samsung,s3c6410-sdhci";
 		reg = <0x4A800000 0x100>;
 		interrupts = <0 0 20 3>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list