diff options
author | Chanho Park <chanho61.park@samsung.com> | 2022-07-07 11:27:53 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-07-11 22:26:44 +0300 |
commit | 6e44e0dc5806b614f1a683fc8d91f677f18bf2f4 (patch) | |
tree | 5054324bd2119551bd9239a600c1c09366777ae7 /Documentation/devicetree/bindings/arm/cpus.yaml | |
parent | a8dd214ff58cd835aa61b7c800b161b98032e71d (diff) | |
download | linux-6e44e0dc5806b614f1a683fc8d91f677f18bf2f4.tar.xz |
dt-bindings: arm: cpus: add cortex-a78ae compatible
Cortex A78AE's MPIDR has been added since
commit 83bea32ac7ed ("arm64: Add part number for Arm Cortex-A78AE")
We also need to add the compatible.
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220707082753.28862-1-chanho61.park@samsung.com
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.yaml')
-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 ed04650291a8..f565cc4c9d79 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -138,6 +138,7 @@ properties: - arm,cortex-a76 - arm,cortex-a77 - arm,cortex-a78 + - arm,cortex-a78ae - arm,cortex-a510 - arm,cortex-a710 - arm,cortex-m0 |