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: Chris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Chris Packham 2022-03-30 11:05:43 +13:00 committed by Gregory CLEMENT
parent eacec7ebc1
commit 239466bddf
3 changed files with 4 additions and 4 deletions

View File

@ -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>,

View File

@ -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>;

View File

@ -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>;