diff mbox series

[2/4] ARM: dts: dove: Update sdio-host node names to match schema

Message ID 20220414230603.567049-3-chris.packham@alliedtelesis.co.nz (mailing list archive)
State New, archived
Headers show
Series dt-bindings: mmc: Convert orion/dove bindings to JSON schema | expand

Commit Message

Chris Packham April 14, 2022, 11:06 p.m. UTC
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@alliedtelesis.co.nz>
---
 arch/arm/boot/dts/dove.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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@90000 {
+			sdio1: mmc@90000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x90000 0x100>;
 				interrupts = <36>, <38>;
@@ -380,7 +380,7 @@  ethphy: ethernet-phy {
 				};
 			};
 
-			sdio0: sdio-host@92000 {
+			sdio0: mmc@92000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x92000 0x100>;
 				interrupts = <35>, <37>;