diff options
| author | Benoît Monin <benoit.monin@bootlin.com> | 2025-07-22 17:15:20 +0200 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-07-28 09:56:41 +0200 |
| commit | 707b74c6c2caf89692bcd746f928fdcd564e151b (patch) | |
| tree | 1ed5277b82a464fe1f803179b3cd157802a9611c /arch/mips/boot | |
| parent | 35ad7e181541aa5757f9f316768d3e64403ec843 (diff) | |
MIPS: mobileye: dts: eyeq5,eyeq6h: rename the emmc controller
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/202507220336.JhvVLL7k-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>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
| -rw-r--r-- | arch/mips/boot/dts/mobileye/eyeq5.dtsi | 2 | ||||
| -rw-r--r-- | 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 699eeb30ced8..36a73e8a63a1 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 bbd463435ad6..5ae939d25ea8 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>; |
