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

Chris Packham chris.packham at alliedtelesis.co.nz
Thu Apr 14 16:06:01 PDT 2022


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




More information about the linux-arm-kernel mailing list