[PATCH 2/2] MIPS: mobileye: dts: eyeq6h: rename the emmc controller

Benoît Monin posted 2 patches 2 months, 2 weeks ago
[PATCH 2/2] MIPS: mobileye: dts: eyeq6h: rename the emmc controller
Posted by Benoît Monin 2 months, 2 weeks ago
The name should match the pattern defined in the mmc-controller binding.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507220215.wVoUMK5B-lkp@intel.com/
Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
 arch/mips/boot/dts/mobileye/eyeq6h.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
index bbd463435ad658105a862c5b550d21e1110e7c8c..5ae939d25ea87ddc15cb848c249beed3d07e32e0 100644
--- a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
+++ b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
@@ -109,7 +109,7 @@ olb_east: system-controller@d3358000 {
 			clock-names = "ref";
 		};
 
-		emmc: sdhci@d8010000 {
+		emmc: mmc@d8010000 {
 			compatible = "mobileye,eyeq-sd4hc", "cdns,sd4hc";
 			reg = <0 0xd8010000 0x0 0x1000>;
 			interrupt-parent = <&gic>;

-- 
2.50.1

Re: [PATCH 2/2] MIPS: mobileye: dts: eyeq6h: rename the emmc controller
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On 22/07/2025 17:15, Benoît Monin wrote:
> The name should match the pattern defined in the mmc-controller binding.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202507220215.wVoUMK5B-lkp@intel.com/
> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> ---
>  arch/mips/boot/dts/mobileye/eyeq6h.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This should be squashed. It is trivial node name alignment with schema.
We don't fix it one by one, it's a churn.

Best regards,
Krzysztof