diff options
author | Janne Grunau <j@jannau.net> | 2023-03-07 13:10:10 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2023-03-28 12:39:04 +0200 |
commit | 355d090ecbbc808bcfe21635f5ca7e25ba252846 (patch) | |
tree | 32031cadf865e6a8b80bb3c1ec5f5a054f2ccb1b /Documentation/devicetree/bindings/arm/cpus.yaml | |
parent | dt-bindings: watchdog: apple,wdt: Add t8112-wdt compatible (diff) | |
download | linux-355d090ecbbc808bcfe21635f5ca7e25ba252846.tar.xz linux-355d090ecbbc808bcfe21635f5ca7e25ba252846.zip |
dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles
These are the CPU cores in the Apple silicon M2 SoC.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.yaml')
-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 |