| From | Hector Martin <> | Subject | [PATCH 02/18] dt-bindings: arm: cpus: Add AAPL,firestorm & icestorm compatibles | Date | Fri, 5 Feb 2021 05:39:35 +0900 |
| |
These are the CPU cores in the "Apple Silicon" M1 SoC.
Signed-off-by: Hector Martin <marcan@marcan.st> --- Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index f02fd10de604..52cb69fd78c5 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -85,6 +85,8 @@ properties: compatible: enum: + - AAPL,icestorm + - AAPL,firestorm - arm,arm710t - arm,arm720t - arm,arm740t -- 2.30.0
|