Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <gregory.clement@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Gregory CLEMENT and committed by
Thomas Bogendoerfer
25613b42 ccd015b0

+4
+4
arch/mips/boot/dts/mobileye/eyeq6h.dtsi
··· 32 32 #interrupt-cells = <1>; 33 33 }; 34 34 35 + coherency-manager { 36 + compatible = "mobileye,eyeq6-cm"; 37 + }; 38 + 35 39 xtal: clock-30000000 { 36 40 compatible = "fixed-clock"; 37 41 #clock-cells = <0>;