ARM: dts: s3c64xx: align SDHCI node name with dtschema

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220626120342.38851-4-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-06-26 14:03:40 +02:00
parent 1923e58045
commit 1b90ddb9d9

View File

@ -59,7 +59,7 @@ vic1: interrupt-controller@71300000 {
#interrupt-cells = <1>;
};
sdhci0: sdhci@7c200000 {
sdhci0: mmc@7c200000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x7c200000 0x100>;
interrupt-parent = <&vic1>;
@ -70,7 +70,7 @@ sdhci0: sdhci@7c200000 {
status = "disabled";
};
sdhci1: sdhci@7c300000 {
sdhci1: mmc@7c300000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x7c300000 0x100>;
interrupt-parent = <&vic1>;
@ -81,7 +81,7 @@ sdhci1: sdhci@7c300000 {
status = "disabled";
};
sdhci2: sdhci@7c400000 {
sdhci2: mmc@7c400000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x7c400000 0x100>;
interrupt-parent = <&vic1>;