Skip to content

Commit 707b74c

Browse files
benoitmonintsbogend
authored andcommitted
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>
1 parent 35ad7e1 commit 707b74c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/mips/boot/dts/mobileye/eyeq5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
};
255255
};
256256

257-
emmc: sdhci@2200000 {
257+
emmc: mmc@2200000 {
258258
compatible = "mobileye,eyeq-sd4hc", "cdns,sd4hc";
259259
reg = <0 0x2200000 0x0 0x1000>;
260260
interrupt-parent = <&gic>;

arch/mips/boot/dts/mobileye/eyeq6h.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
clock-names = "ref";
110110
};
111111

112-
emmc: sdhci@d8010000 {
112+
emmc: mmc@d8010000 {
113113
compatible = "mobileye,eyeq-sd4hc", "cdns,sd4hc";
114114
reg = <0 0xd8010000 0x0 0x1000>;
115115
interrupt-parent = <&gic>;

0 commit comments

Comments
 (0)