Skip to content

Commit 1aa6755

Browse files
gclementtsbogend
authored andcommitted
MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree
There is currently no eyeq6 compatible string defined in the binding documentation. Only eyeq6h version is defined, so let's use it. Note that there are actually no codes relying on eyeq6h; the purpose of this patch is mainly to be coherent with the documentation. Signed-off-by: Gregory CLEMENT <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 7c43938 commit 1aa6755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "eyeq6h.dtsi"
99

1010
/ {
11-
compatible = "mobileye,eyeq6-epm6", "mobileye,eyeq6";
11+
compatible = "mobileye,eyeq6h-epm6", "mobileye,eyeq6h";
1212
model = "Mobile EyeQ6H MP6 Evaluation board";
1313

1414
chosen {

0 commit comments

Comments
 (0)