diff options
author | Janne Grunau <[email protected]> | 2023-03-07 13:10:10 +0100 |
---|---|---|
committer | Hector Martin <[email protected]> | 2023-03-28 19:39:04 +0900 |
commit | 355d090ecbbc808bcfe21635f5ca7e25ba252846 (patch) | |
tree | 32031cadf865e6a8b80bb3c1ec5f5a054f2ccb1b | |
parent | 1f21734b14b4cc93d82374108a549b42a7672c4c (diff) |
dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles
These are the CPU cores in the Apple silicon M2 SoC.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Hector Martin <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index c145f6a035ee..e287dcaec203 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -85,6 +85,8 @@ properties: compatible: enum: + - apple,avalanche + - apple,blizzard - apple,icestorm - apple,firestorm - arm,arm710t |