diff options
author | Hector Martin <marcan@marcan.st> | 2021-02-04 19:55:22 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2021-04-08 13:18:38 +0200 |
commit | 6e33145afc84232a05eae6e05440f70683cf7eb2 (patch) | |
tree | cc58a0deeb911c2a31a1e5b08f98055e49ad4351 /Documentation/devicetree | |
parent | dt-bindings: arm: apple: Add bindings for Apple ARM platforms (diff) | |
download | linux-6e33145afc84232a05eae6e05440f70683cf7eb2.tar.xz linux-6e33145afc84232a05eae6e05440f70683cf7eb2.zip |
dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles
These are the CPU cores in the "Apple Silicon" M1 SoC.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'Documentation/devicetree')
-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 26b886b20b27..c299423dc7cb 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -85,6 +85,8 @@ properties: compatible: enum: + - apple,icestorm + - apple,firestorm - arm,arm710t - arm,arm720t - arm,arm740t |