[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220414230603.567049-3-chris.packham@alliedtelesis.co.nz>
Date: Fri, 15 Apr 2022 11:06:01 +1200
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: ulf.hansson@...aro.org, robh+dt@...nel.org, krzk+dt@...nel.org,
andrew@...n.ch, gregory.clement@...tlin.com,
sebastian.hesselbarth@...il.com
Cc: linux-mmc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH 2/4] ARM: dts: dove: Update sdio-host node names to match schema
Update the node names of the sdio-host@ interfaces to be mmc@ to match
the node name enforced by the mmc-controller.yaml schema.
Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
---
arch/arm/boot/dts/dove.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 89e0bdaf3a85..d81562eac7aa 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -337,7 +337,7 @@ channel1 {
};
};
- sdio1: sdio-host@...00 {
+ sdio1: mmc@...00 {
compatible = "marvell,dove-sdhci";
reg = <0x90000 0x100>;
interrupts = <36>, <38>;
@@ -380,7 +380,7 @@ ethphy: ethernet-phy {
};
};
- sdio0: sdio-host@...00 {
+ sdio0: mmc@...00 {
compatible = "marvell,dove-sdhci";
reg = <0x92000 0x100>;
interrupts = <35>, <37>;
--
2.35.1
Powered by blists - more mailing lists