[PATCH v8 2/4] dt-bindings: arm: cpus: Add cortex-a78 compatible

Tinghan Shen posted 4 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH v8 2/4] dt-bindings: arm: cpus: Add cortex-a78 compatible
Posted by Tinghan Shen 2 years, 8 months ago
Add ARM cpu type cortex-a78.

Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
---
 Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.18.0

Re: [PATCH v8 2/4] dt-bindings: arm: cpus: Add cortex-a78 compatible
Posted by Rob Herring 2 years, 8 months ago
On Fri, Jan 7, 2022 at 5:54 AM Tinghan Shen <tinghan.shen@mediatek.com> wrote:
>
> Add ARM cpu type cortex-a78.
>
> Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)

I already have a patch for this pending for 5.17.

Rob