Commit 7c74e908 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: 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=arm 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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@
			#dma-cells = <1>;
		};

		sd: sdhc@5a400000 {
		sd: mmc@5a400000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a400000 0x200>;
@@ -265,7 +265,7 @@
			sd-uhs-sdr50;
		};

		emmc: sdhc@5a500000 {
		emmc: mmc@5a500000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a500000 0x200>;
+3 −3
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@
			#dma-cells = <1>;
		};

		sd: sdhc@5a400000 {
		sd: mmc@5a400000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a400000 0x200>;
@@ -299,7 +299,7 @@
			sd-uhs-sdr50;
		};

		emmc: sdhc@5a500000 {
		emmc: mmc@5a500000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a500000 0x200>;
@@ -317,7 +317,7 @@
			non-removable;
		};

		sd1: sdhc@5a600000 {
		sd1: mmc@5a600000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a600000 0x200>;
+2 −2
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@
			resets = <&sys_rst 2>, <&sys_rst 2>;
		};

		emmc: sdhc@68400000 {
		emmc: mmc@68400000 {
			compatible = "socionext,uniphier-sd-v3.1";
			status = "disabled";
			reg = <0x68400000 0x800>;
@@ -485,7 +485,7 @@
			non-removable;
		};

		sd: sdhc@68800000 {
		sd: mmc@68800000 {
			compatible = "socionext,uniphier-sd-v3.1";
			status = "disabled";
			reg = <0x68800000 0x800>;
+2 −2
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@
			};
		};

		emmc: sdhc@5a000000 {
		emmc: mmc@5a000000 {
			compatible = "socionext,uniphier-sd-v3.1.1";
			status = "disabled";
			reg = <0x5a000000 0x800>;
@@ -462,7 +462,7 @@
			non-removable;
		};

		sd: sdhc@5a400000 {
		sd: mmc@5a400000 {
			compatible = "socionext,uniphier-sd-v3.1.1";
			status = "disabled";
			reg = <0x5a400000 0x800>;
+2 −2
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@
			#dma-cells = <1>;
		};

		sd: sdhc@5a400000 {
		sd: mmc@5a400000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a400000 0x200>;
@@ -269,7 +269,7 @@
			sd-uhs-sdr50;
		};

		emmc: sdhc@5a500000 {
		emmc: mmc@5a500000 {
			compatible = "socionext,uniphier-sd-v2.91";
			status = "disabled";
			reg = <0x5a500000 0x200>;