Commit 239466bd authored by Chris Packham's avatar Chris Packham Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: Update sdhci node names to match schema



Update the node names of the sdhci@ interfaces to be mmc@ to match the
node name enforced by the mmc-controller.yaml schema.

Signed-off-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent eacec7eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@
				#mbox-cells = <1>;
			};

			sdhci1: sdhci@d0000 {
			sdhci1: mmc@d0000 {
				compatible = "marvell,armada-3700-sdhci",
					     "marvell,sdhci-xenon";
				reg = <0xd0000 0x300>,
@@ -455,7 +455,7 @@
				status = "disabled";
			};

			sdhci0: sdhci@d8000 {
			sdhci0: mmc@d8000 {
				compatible = "marvell,armada-3700-sdhci",
					     "marvell,sdhci-xenon";
				reg = <0xd8000 0x300>,
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@
				interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
			};

			ap_sdhci0: sdhci@6e0000 {
			ap_sdhci0: mmc@6e0000 {
				compatible = "marvell,armada-ap806-sdhci";
				reg = <0x6e0000 0x300>;
				interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -493,7 +493,7 @@
			status = "okay";
		};

		CP11X_LABEL(sdhci0): sdhci@780000 {
		CP11X_LABEL(sdhci0): mmc@780000 {
			compatible = "marvell,armada-cp110-sdhci";
			reg = <0x780000 0x300>;
			interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;