Skip to content

Commit 25613b4

Browse files
gclementtsbogend
authored andcommitted
MIPS: mobileye: dts: eyeq6h: Enable cluster support
The CM3.5 device used in EyeQ6H SoCs incorrectly reports the status for Hardware Cache Initialization (HCI). This commit adds the compatible string for the CM to acknowledge this issue, which enables the use of the second CPU cluster. Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent ccd015b commit 25613b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
#interrupt-cells = <1>;
3333
};
3434

35+
coherency-manager {
36+
compatible = "mobileye,eyeq6-cm";
37+
};
38+
3539
xtal: clock-30000000 {
3640
compatible = "fixed-clock";
3741
#clock-cells = <0>;

0 commit comments

Comments
 (0)