diff options
author | Thierry Reding <[email protected]> | 2021-11-12 14:19:03 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2021-11-29 15:06:46 -0600 |
commit | 5b4afd00fc4847577bcc12f3c3e6d4e907962bdc (patch) | |
tree | 24180b7e290cb66288e675989c4a58bcf4387cb3 | |
parent | 49bcb1506f2e095262c01bda7fd1c0db524c91e2 (diff) |
dt-bindings: arm: cpus: Add ARM Cortex-A78
The ARM Cortex-A78 CPU can be found in a number of recent SoCs such as
the NVIDIA Tegra234 (Orin).
Signed-off-by: Thierry Reding <[email protected]>
Acked-by: Robin Murphy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index f2ab6423b4af..452bfd1d4ecc 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -137,6 +137,7 @@ properties: - arm,cortex-a75 - arm,cortex-a76 - arm,cortex-a77 + - arm,cortex-a78 - arm,cortex-m0 - arm,cortex-m0+ - arm,cortex-m1 |