Skip to content

Commit

Permalink
dt-bindings: mips: mips-cm: Add a new compatible string for EyeQ6
Browse files Browse the repository at this point in the history
The CM3.5 used on EyeQ6 reports that Hardware Cache Initialization is
complete, but in reality it's not the case. It also incorrectly
indicates that Hardware Cache Initialization is supported. This new
compatible string allows warning about this broken feature that cannot
be detected at runtime.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Gregory CLEMENT authored and Thomas Bogendoerfer committed Feb 21, 2025
1 parent 21ebe64 commit 57c7110
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Documentation/devicetree/bindings/mips/mti,mips-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ maintainers:

properties:
compatible:
const: mti,mips-cm
oneOf:
- const: mti,mips-cm
- const: mobileye,eyeq6-cm
description:
On EyeQ6 the HCI (Hardware Cache Initialization) information for
the L2 cache in multi-cluster configuration is broken.

reg:
description:
Expand All @@ -44,4 +49,9 @@ examples:
compatible = "mti,mips-cm";
reg = <0x1bde8000 0x8000>;
};
- |
coherency-manager {
compatible = "mobileye,eyeq6-cm";
};
...

0 comments on commit 57c7110

Please sign in to comment.