Commit bb3f4672 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: change SD/eMMC node names to follow json-schema

Follow the standard nodename pattern "^mmc(@.*)?$" defined in
Documentation/devicetree/bindings/mmc/mmc-controller.yaml

Otherwise, after the dt-binding is converted to json-schema,
'make ARCH=arm64 dtbs_check' will show warnings like this:

  sdhc@5a000000: $nodename:0: 'sdhc@5a000000' does not match '^mmc(@.*)?$'
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent bb6d3fb3
...@@ -433,7 +433,7 @@ peri_rst: reset { ...@@ -433,7 +433,7 @@ peri_rst: reset {
}; };
}; };
emmc: sdhc@5a000000 { emmc: mmc@5a000000 {
compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc"; compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
reg = <0x5a000000 0x400>; reg = <0x5a000000 0x400>;
interrupts = <0 78 4>; interrupts = <0 78 4>;
......
...@@ -559,7 +559,7 @@ peri_rst: reset { ...@@ -559,7 +559,7 @@ peri_rst: reset {
}; };
}; };
emmc: sdhc@5a000000 { emmc: mmc@5a000000 {
compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc"; compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
reg = <0x5a000000 0x400>; reg = <0x5a000000 0x400>;
interrupts = <0 78 4>; interrupts = <0 78 4>;
...@@ -578,7 +578,7 @@ emmc: sdhc@5a000000 { ...@@ -578,7 +578,7 @@ emmc: sdhc@5a000000 {
cdns,phy-dll-delay-sdclk-hsmmc = <21>; cdns,phy-dll-delay-sdclk-hsmmc = <21>;
}; };
sd: sdhc@5a400000 { sd: mmc@5a400000 {
compatible = "socionext,uniphier-sd-v3.1.1"; compatible = "socionext,uniphier-sd-v3.1.1";
status = "disabled"; status = "disabled";
reg = <0x5a400000 0x800>; reg = <0x5a400000 0x800>;
......
...@@ -353,7 +353,7 @@ peri_rst: reset { ...@@ -353,7 +353,7 @@ peri_rst: reset {
}; };
}; };
emmc: sdhc@5a000000 { emmc: mmc@5a000000 {
compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc"; compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
reg = <0x5a000000 0x400>; reg = <0x5a000000 0x400>;
interrupts = <0 78 4>; interrupts = <0 78 4>;
...@@ -372,7 +372,7 @@ emmc: sdhc@5a000000 { ...@@ -372,7 +372,7 @@ emmc: sdhc@5a000000 {
cdns,phy-dll-delay-sdclk-hsmmc = <21>; cdns,phy-dll-delay-sdclk-hsmmc = <21>;
}; };
sd: sdhc@5a400000 { sd: mmc@5a400000 {
compatible = "socionext,uniphier-sd-v3.1.1"; compatible = "socionext,uniphier-sd-v3.1.1";
status = "disabled"; status = "disabled";
reg = <0x5a400000 0x800>; reg = <0x5a400000 0x800>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment