diff mbox series

[1/3] ARM: dts: uniphier: rename DT nodes to follow json-schema

Message ID 20200228125721.22470-1-yamada.masahiro@socionext.com
State Accepted
Commit 44ebaa8e13e5b9cb88e8dd61535e2a6ffe16631a
Headers show
Series [1/3] ARM: dts: uniphier: rename DT nodes to follow json-schema | expand

Commit Message

Masahiro Yamada Feb. 28, 2020, 12:57 p.m. UTC
Import the nodename changes I made in Linux for avoiding dt-schama
warnings. This follows the $nodename patterns in the dt-schema.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 arch/arm/dts/uniphier-ld11.dtsi |  6 +++---
 arch/arm/dts/uniphier-ld20.dtsi |  8 ++++----
 arch/arm/dts/uniphier-ld4.dtsi  | 10 +++++-----
 arch/arm/dts/uniphier-pro4.dtsi | 12 ++++++------
 arch/arm/dts/uniphier-pro5.dtsi | 12 ++++++------
 arch/arm/dts/uniphier-pxs2.dtsi | 10 +++++-----
 arch/arm/dts/uniphier-pxs3.dtsi |  8 ++++----
 arch/arm/dts/uniphier-sld8.dtsi | 10 +++++-----
 8 files changed, 38 insertions(+), 38 deletions(-)

Comments

Masahiro Yamada Feb. 29, 2020, 5:24 a.m. UTC | #1
On Fri, Feb 28, 2020 at 9:58 PM Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
>
> Import the nodename changes I made in Linux for avoiding dt-schama
> warnings. This follows the $nodename patterns in the dt-schema.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---

Applied to u-boot-uniphier.


>  arch/arm/dts/uniphier-ld11.dtsi |  6 +++---
>  arch/arm/dts/uniphier-ld20.dtsi |  8 ++++----
>  arch/arm/dts/uniphier-ld4.dtsi  | 10 +++++-----
>  arch/arm/dts/uniphier-pro4.dtsi | 12 ++++++------
>  arch/arm/dts/uniphier-pro5.dtsi | 12 ++++++------
>  arch/arm/dts/uniphier-pxs2.dtsi | 10 +++++-----
>  arch/arm/dts/uniphier-pxs3.dtsi |  8 ++++----
>  arch/arm/dts/uniphier-sld8.dtsi | 10 +++++-----
>  8 files changed, 38 insertions(+), 38 deletions(-)
>
> diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi
> index 337a3537ed28..b3d44e868956 100644
> --- a/arch/arm/dts/uniphier-ld11.dtsi
> +++ b/arch/arm/dts/uniphier-ld11.dtsi
> @@ -433,7 +433,7 @@
>                         };
>                 };
>
> -               emmc: sdhc at 5a000000 {
> +               emmc: mmc at 5a000000 {
>                         compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
>                         reg = <0x5a000000 0x400>;
>                         interrupts = <0 78 4>;
> @@ -566,7 +566,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-ld11-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -621,7 +621,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5b";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-ld20.dtsi b/arch/arm/dts/uniphier-ld20.dtsi
> index 3721110b17a7..5a7bd3301dd7 100644
> --- a/arch/arm/dts/uniphier-ld20.dtsi
> +++ b/arch/arm/dts/uniphier-ld20.dtsi
> @@ -559,7 +559,7 @@
>                         };
>                 };
>
> -               emmc: sdhc at 5a000000 {
> +               emmc: mmc at 5a000000 {
>                         compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
>                         reg = <0x5a000000 0x400>;
>                         interrupts = <0 78 4>;
> @@ -578,7 +578,7 @@
>                         cdns,phy-dll-delay-sdclk-hsmmc = <21>;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v3.1.1";
>                         status = "disabled";
>                         reg = <0x5a400000 0x800>;
> @@ -664,7 +664,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-ld20-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -944,7 +944,7 @@
>                         socionext,syscon = <&soc_glue>;
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5b";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-ld4.dtsi b/arch/arm/dts/uniphier-ld4.dtsi
> index c2706cef0b8a..e40407a0dfa5 100644
> --- a/arch/arm/dts/uniphier-ld4.dtsi
> +++ b/arch/arm/dts/uniphier-ld4.dtsi
> @@ -51,7 +51,7 @@
>                 ranges;
>                 interrupt-parent = <&intc>;
>
> -               l2: l2-cache at 500c0000 {
> +               l2: cache-controller at 500c0000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
>                               <0x506c0000 0x400>;
> @@ -245,7 +245,7 @@
>                         #dma-cells = <1>;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a400000 0x200>;
> @@ -265,7 +265,7 @@
>                         sd-uhs-sdr50;
>                 };
>
> -               emmc: sdhc at 5a500000 {
> +               emmc: mmc at 5a500000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a500000 0x200>;
> @@ -375,7 +375,7 @@
>                         interrupt-controller;
>                 };
>
> -               aidet: aidet at 61830000 {
> +               aidet: interrupt-controller at 61830000 {
>                         compatible = "socionext,uniphier-ld4-aidet";
>                         reg = <0x61830000 0x200>;
>                         interrupt-controller;
> @@ -398,7 +398,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5a";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-pro4.dtsi b/arch/arm/dts/uniphier-pro4.dtsi
> index d090fc7e2d8b..7e81260d33d3 100644
> --- a/arch/arm/dts/uniphier-pro4.dtsi
> +++ b/arch/arm/dts/uniphier-pro4.dtsi
> @@ -59,7 +59,7 @@
>                 ranges;
>                 interrupt-parent = <&intc>;
>
> -               l2: l2-cache at 500c0000 {
> +               l2: cache-controller at 500c0000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
>                               <0x506c0000 0x400>;
> @@ -279,7 +279,7 @@
>                         #dma-cells = <1>;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a400000 0x200>;
> @@ -299,7 +299,7 @@
>                         sd-uhs-sdr50;
>                 };
>
> -               emmc: sdhc at 5a500000 {
> +               emmc: mmc at 5a500000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a500000 0x200>;
> @@ -317,7 +317,7 @@
>                         non-removable;
>                 };
>
> -               sd1: sdhc at 5a600000 {
> +               sd1: mmc at 5a600000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a600000 0x200>;
> @@ -426,7 +426,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-pro4-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -626,7 +626,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5a";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-pro5.dtsi b/arch/arm/dts/uniphier-pro5.dtsi
> index 9cad79d0860e..05828d785cec 100644
> --- a/arch/arm/dts/uniphier-pro5.dtsi
> +++ b/arch/arm/dts/uniphier-pro5.dtsi
> @@ -131,7 +131,7 @@
>                 ranges;
>                 interrupt-parent = <&intc>;
>
> -               l2: l2-cache at 500c0000 {
> +               l2: cache-controller at 500c0000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
>                               <0x506c0000 0x400>;
> @@ -144,7 +144,7 @@
>                         next-level-cache = <&l3>;
>                 };
>
> -               l3: l3-cache at 500c8000 {
> +               l3: cache-controller at 500c8000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c8000 0x2000>, <0x503c8100 0x8>,
>                               <0x506c8000 0x400>;
> @@ -408,7 +408,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-pro5-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -489,7 +489,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5b";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> @@ -502,7 +502,7 @@
>                         resets = <&sys_rst 2>;
>                 };
>
> -               emmc: sdhc at 68400000 {
> +               emmc: mmc at 68400000 {
>                         compatible = "socionext,uniphier-sd-v3.1";
>                         status = "disabled";
>                         reg = <0x68400000 0x800>;
> @@ -518,7 +518,7 @@
>                         non-removable;
>                 };
>
> -               sd: sdhc at 68800000 {
> +               sd: mmc at 68800000 {
>                         compatible = "socionext,uniphier-sd-v3.1";
>                         status = "disabled";
>                         reg = <0x68800000 0x800>;
> diff --git a/arch/arm/dts/uniphier-pxs2.dtsi b/arch/arm/dts/uniphier-pxs2.dtsi
> index 4e11e85d8dd7..bf852c28005a 100644
> --- a/arch/arm/dts/uniphier-pxs2.dtsi
> +++ b/arch/arm/dts/uniphier-pxs2.dtsi
> @@ -157,7 +157,7 @@
>                 ranges;
>                 interrupt-parent = <&intc>;
>
> -               l2: l2-cache at 500c0000 {
> +               l2: cache-controller at 500c0000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
>                               <0x506c0000 0x400>;
> @@ -446,7 +446,7 @@
>                         };
>                 };
>
> -               emmc: sdhc at 5a000000 {
> +               emmc: mmc at 5a000000 {
>                         compatible = "socionext,uniphier-sd-v3.1.1";
>                         status = "disabled";
>                         reg = <0x5a000000 0x800>;
> @@ -462,7 +462,7 @@
>                         non-removable;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v3.1.1";
>                         status = "disabled";
>                         reg = <0x5a400000 0x800>;
> @@ -508,7 +508,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-pxs2-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -799,7 +799,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5b";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-pxs3.dtsi b/arch/arm/dts/uniphier-pxs3.dtsi
> index b1aff285c8b7..f830cef8941e 100644
> --- a/arch/arm/dts/uniphier-pxs3.dtsi
> +++ b/arch/arm/dts/uniphier-pxs3.dtsi
> @@ -353,7 +353,7 @@
>                         };
>                 };
>
> -               emmc: sdhc at 5a000000 {
> +               emmc: mmc at 5a000000 {
>                         compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
>                         reg = <0x5a000000 0x400>;
>                         interrupts = <0 78 4>;
> @@ -372,7 +372,7 @@
>                         cdns,phy-dll-delay-sdclk-hsmmc = <21>;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v3.1.1";
>                         status = "disabled";
>                         reg = <0x5a400000 0x800>;
> @@ -462,7 +462,7 @@
>                         };
>                 };
>
> -               aidet: aidet at 5fc20000 {
> +               aidet: interrupt-controller at 5fc20000 {
>                         compatible = "socionext,uniphier-pxs3-aidet";
>                         reg = <0x5fc20000 0x200>;
>                         interrupt-controller;
> @@ -821,7 +821,7 @@
>                         socionext,syscon = <&soc_glue>;
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5b";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> diff --git a/arch/arm/dts/uniphier-sld8.dtsi b/arch/arm/dts/uniphier-sld8.dtsi
> index efce02768b6f..332a4da9d659 100644
> --- a/arch/arm/dts/uniphier-sld8.dtsi
> +++ b/arch/arm/dts/uniphier-sld8.dtsi
> @@ -51,7 +51,7 @@
>                 ranges;
>                 interrupt-parent = <&intc>;
>
> -               l2: l2-cache at 500c0000 {
> +               l2: cache-controller at 500c0000 {
>                         compatible = "socionext,uniphier-system-cache";
>                         reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
>                               <0x506c0000 0x400>;
> @@ -249,7 +249,7 @@
>                         #dma-cells = <1>;
>                 };
>
> -               sd: sdhc at 5a400000 {
> +               sd: mmc at 5a400000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a400000 0x200>;
> @@ -269,7 +269,7 @@
>                         sd-uhs-sdr50;
>                 };
>
> -               emmc: sdhc at 5a500000 {
> +               emmc: mmc at 5a500000 {
>                         compatible = "socionext,uniphier-sd-v2.91";
>                         status = "disabled";
>                         reg = <0x5a500000 0x200>;
> @@ -379,7 +379,7 @@
>                         interrupt-controller;
>                 };
>
> -               aidet: aidet at 61830000 {
> +               aidet: interrupt-controller at 61830000 {
>                         compatible = "socionext,uniphier-sld8-aidet";
>                         reg = <0x61830000 0x200>;
>                         interrupt-controller;
> @@ -402,7 +402,7 @@
>                         };
>                 };
>
> -               nand: nand at 68000000 {
> +               nand: nand-controller at 68000000 {
>                         compatible = "socionext,uniphier-denali-nand-v5a";
>                         status = "disabled";
>                         reg-names = "nand_data", "denali_reg";
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi
index 337a3537ed28..b3d44e868956 100644
--- a/arch/arm/dts/uniphier-ld11.dtsi
+++ b/arch/arm/dts/uniphier-ld11.dtsi
@@ -433,7 +433,7 @@ 
 			};
 		};
 
-		emmc: sdhc at 5a000000 {
+		emmc: mmc at 5a000000 {
 			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
 			reg = <0x5a000000 0x400>;
 			interrupts = <0 78 4>;
@@ -566,7 +566,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-ld11-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -621,7 +621,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5b";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-ld20.dtsi b/arch/arm/dts/uniphier-ld20.dtsi
index 3721110b17a7..5a7bd3301dd7 100644
--- a/arch/arm/dts/uniphier-ld20.dtsi
+++ b/arch/arm/dts/uniphier-ld20.dtsi
@@ -559,7 +559,7 @@ 
 			};
 		};
 
-		emmc: sdhc at 5a000000 {
+		emmc: mmc at 5a000000 {
 			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
 			reg = <0x5a000000 0x400>;
 			interrupts = <0 78 4>;
@@ -578,7 +578,7 @@ 
 			cdns,phy-dll-delay-sdclk-hsmmc = <21>;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v3.1.1";
 			status = "disabled";
 			reg = <0x5a400000 0x800>;
@@ -664,7 +664,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-ld20-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -944,7 +944,7 @@ 
 			socionext,syscon = <&soc_glue>;
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5b";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-ld4.dtsi b/arch/arm/dts/uniphier-ld4.dtsi
index c2706cef0b8a..e40407a0dfa5 100644
--- a/arch/arm/dts/uniphier-ld4.dtsi
+++ b/arch/arm/dts/uniphier-ld4.dtsi
@@ -51,7 +51,7 @@ 
 		ranges;
 		interrupt-parent = <&intc>;
 
-		l2: l2-cache at 500c0000 {
+		l2: cache-controller at 500c0000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
 			      <0x506c0000 0x400>;
@@ -245,7 +245,7 @@ 
 			#dma-cells = <1>;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a400000 0x200>;
@@ -265,7 +265,7 @@ 
 			sd-uhs-sdr50;
 		};
 
-		emmc: sdhc at 5a500000 {
+		emmc: mmc at 5a500000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a500000 0x200>;
@@ -375,7 +375,7 @@ 
 			interrupt-controller;
 		};
 
-		aidet: aidet at 61830000 {
+		aidet: interrupt-controller at 61830000 {
 			compatible = "socionext,uniphier-ld4-aidet";
 			reg = <0x61830000 0x200>;
 			interrupt-controller;
@@ -398,7 +398,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5a";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-pro4.dtsi b/arch/arm/dts/uniphier-pro4.dtsi
index d090fc7e2d8b..7e81260d33d3 100644
--- a/arch/arm/dts/uniphier-pro4.dtsi
+++ b/arch/arm/dts/uniphier-pro4.dtsi
@@ -59,7 +59,7 @@ 
 		ranges;
 		interrupt-parent = <&intc>;
 
-		l2: l2-cache at 500c0000 {
+		l2: cache-controller at 500c0000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
 			      <0x506c0000 0x400>;
@@ -279,7 +279,7 @@ 
 			#dma-cells = <1>;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a400000 0x200>;
@@ -299,7 +299,7 @@ 
 			sd-uhs-sdr50;
 		};
 
-		emmc: sdhc at 5a500000 {
+		emmc: mmc at 5a500000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a500000 0x200>;
@@ -317,7 +317,7 @@ 
 			non-removable;
 		};
 
-		sd1: sdhc at 5a600000 {
+		sd1: mmc at 5a600000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a600000 0x200>;
@@ -426,7 +426,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-pro4-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -626,7 +626,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5a";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-pro5.dtsi b/arch/arm/dts/uniphier-pro5.dtsi
index 9cad79d0860e..05828d785cec 100644
--- a/arch/arm/dts/uniphier-pro5.dtsi
+++ b/arch/arm/dts/uniphier-pro5.dtsi
@@ -131,7 +131,7 @@ 
 		ranges;
 		interrupt-parent = <&intc>;
 
-		l2: l2-cache at 500c0000 {
+		l2: cache-controller at 500c0000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
 			      <0x506c0000 0x400>;
@@ -144,7 +144,7 @@ 
 			next-level-cache = <&l3>;
 		};
 
-		l3: l3-cache at 500c8000 {
+		l3: cache-controller at 500c8000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c8000 0x2000>, <0x503c8100 0x8>,
 			      <0x506c8000 0x400>;
@@ -408,7 +408,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-pro5-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -489,7 +489,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5b";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
@@ -502,7 +502,7 @@ 
 			resets = <&sys_rst 2>;
 		};
 
-		emmc: sdhc at 68400000 {
+		emmc: mmc at 68400000 {
 			compatible = "socionext,uniphier-sd-v3.1";
 			status = "disabled";
 			reg = <0x68400000 0x800>;
@@ -518,7 +518,7 @@ 
 			non-removable;
 		};
 
-		sd: sdhc at 68800000 {
+		sd: mmc at 68800000 {
 			compatible = "socionext,uniphier-sd-v3.1";
 			status = "disabled";
 			reg = <0x68800000 0x800>;
diff --git a/arch/arm/dts/uniphier-pxs2.dtsi b/arch/arm/dts/uniphier-pxs2.dtsi
index 4e11e85d8dd7..bf852c28005a 100644
--- a/arch/arm/dts/uniphier-pxs2.dtsi
+++ b/arch/arm/dts/uniphier-pxs2.dtsi
@@ -157,7 +157,7 @@ 
 		ranges;
 		interrupt-parent = <&intc>;
 
-		l2: l2-cache at 500c0000 {
+		l2: cache-controller at 500c0000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
 			      <0x506c0000 0x400>;
@@ -446,7 +446,7 @@ 
 			};
 		};
 
-		emmc: sdhc at 5a000000 {
+		emmc: mmc at 5a000000 {
 			compatible = "socionext,uniphier-sd-v3.1.1";
 			status = "disabled";
 			reg = <0x5a000000 0x800>;
@@ -462,7 +462,7 @@ 
 			non-removable;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v3.1.1";
 			status = "disabled";
 			reg = <0x5a400000 0x800>;
@@ -508,7 +508,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-pxs2-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -799,7 +799,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5b";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-pxs3.dtsi b/arch/arm/dts/uniphier-pxs3.dtsi
index b1aff285c8b7..f830cef8941e 100644
--- a/arch/arm/dts/uniphier-pxs3.dtsi
+++ b/arch/arm/dts/uniphier-pxs3.dtsi
@@ -353,7 +353,7 @@ 
 			};
 		};
 
-		emmc: sdhc at 5a000000 {
+		emmc: mmc at 5a000000 {
 			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
 			reg = <0x5a000000 0x400>;
 			interrupts = <0 78 4>;
@@ -372,7 +372,7 @@ 
 			cdns,phy-dll-delay-sdclk-hsmmc = <21>;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v3.1.1";
 			status = "disabled";
 			reg = <0x5a400000 0x800>;
@@ -462,7 +462,7 @@ 
 			};
 		};
 
-		aidet: aidet at 5fc20000 {
+		aidet: interrupt-controller at 5fc20000 {
 			compatible = "socionext,uniphier-pxs3-aidet";
 			reg = <0x5fc20000 0x200>;
 			interrupt-controller;
@@ -821,7 +821,7 @@ 
 			socionext,syscon = <&soc_glue>;
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5b";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";
diff --git a/arch/arm/dts/uniphier-sld8.dtsi b/arch/arm/dts/uniphier-sld8.dtsi
index efce02768b6f..332a4da9d659 100644
--- a/arch/arm/dts/uniphier-sld8.dtsi
+++ b/arch/arm/dts/uniphier-sld8.dtsi
@@ -51,7 +51,7 @@ 
 		ranges;
 		interrupt-parent = <&intc>;
 
-		l2: l2-cache at 500c0000 {
+		l2: cache-controller at 500c0000 {
 			compatible = "socionext,uniphier-system-cache";
 			reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
 			      <0x506c0000 0x400>;
@@ -249,7 +249,7 @@ 
 			#dma-cells = <1>;
 		};
 
-		sd: sdhc at 5a400000 {
+		sd: mmc at 5a400000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a400000 0x200>;
@@ -269,7 +269,7 @@ 
 			sd-uhs-sdr50;
 		};
 
-		emmc: sdhc at 5a500000 {
+		emmc: mmc at 5a500000 {
 			compatible = "socionext,uniphier-sd-v2.91";
 			status = "disabled";
 			reg = <0x5a500000 0x200>;
@@ -379,7 +379,7 @@ 
 			interrupt-controller;
 		};
 
-		aidet: aidet at 61830000 {
+		aidet: interrupt-controller at 61830000 {
 			compatible = "socionext,uniphier-sld8-aidet";
 			reg = <0x61830000 0x200>;
 			interrupt-controller;
@@ -402,7 +402,7 @@ 
 			};
 		};
 
-		nand: nand at 68000000 {
+		nand: nand-controller at 68000000 {
 			compatible = "socionext,uniphier-denali-nand-v5a";
 			status = "disabled";
 			reg-names = "nand_data", "denali_reg";