From 707b74c6c2caf89692bcd746f928fdcd564e151b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Monin?= Date: Tue, 22 Jul 2025 17:15:20 +0200 Subject: [PATCH] MIPS: mobileye: dts: eyeq5,eyeq6h: rename the emmc controller MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The name should match the pattern defined in the mmc-controller binding. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202507220336.JhvVLL7k-lkp@intel.com/ Closes: https://lore.kernel.org/oe-kbuild-all/202507220215.wVoUMK5B-lkp@intel.com/ Signed-off-by: Benoît Monin Reviewed-by: Krzysztof Kozlowski Signed-off-by: Thomas Bogendoerfer --- arch/mips/boot/dts/mobileye/eyeq5.dtsi | 2 +- arch/mips/boot/dts/mobileye/eyeq6h.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/boot/dts/mobileye/eyeq5.dtsi b/arch/mips/boot/dts/mobileye/eyeq5.dtsi index 699eeb30ced81..36a73e8a63a1a 100644 --- a/arch/mips/boot/dts/mobileye/eyeq5.dtsi +++ b/arch/mips/boot/dts/mobileye/eyeq5.dtsi @@ -254,7 +254,7 @@ }; }; - emmc: sdhci@2200000 { + emmc: mmc@2200000 { compatible = "mobileye,eyeq-sd4hc", "cdns,sd4hc"; reg = <0 0x2200000 0x0 0x1000>; interrupt-parent = <&gic>; diff --git a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi index bbd463435ad65..5ae939d25ea87 100644 --- a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi +++ b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi @@ -109,7 +109,7 @@ clock-names = "ref"; }; - emmc: sdhci@d8010000 { + emmc: mmc@d8010000 { compatible = "mobileye,eyeq-sd4hc", "cdns,sd4hc"; reg = <0 0xd8010000 0x0 0x1000>; interrupt-parent = <&gic>; -- 2.47.3