aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2025-01-23 12:01:58 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2025-02-21 14:49:29 +0100
commit25613b42c155d7fd5ec388d31ea788b62dcd0d61 (patch)
tree76e4b62ffdbde39ecf8bee8499118d2ba019b24e
parentMIPS: CPS: Support broken HCI for multicluster (diff)
downloadwireguard-linux-25613b42c155d7fd5ec388d31ea788b62dcd0d61.tar.xz
wireguard-linux-25613b42c155d7fd5ec388d31ea788b62dcd0d61.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/mips/boot/dts/mobileye/eyeq6h.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
index 4a1a43f351d3..dabd5ed778b7 100644
--- a/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
+++ b/arch/mips/boot/dts/mobileye/eyeq6h.dtsi
@@ -32,6 +32,10 @@
#interrupt-cells = <1>;
};
+ coherency-manager {
+ compatible = "mobileye,eyeq6-cm";
+ };
+
xtal: clock-30000000 {
compatible = "fixed-clock";
#clock-cells = <0>;