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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Benoît Monin <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 35ad7e1 commit 707b74c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)