2019-09-05 09:43:54

by jamestai.sky

[permalink] [raw]
Subject: [PATCH] dt-bindings: cpu: Add a support cpu type for cortex-a55

From: "james.tai" <[email protected]>

Add arm cpu type cortex-a55.

Signed-off-by: james.tai <[email protected]>
---
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 aa40b074b864..1fc7c8effd25 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -124,6 +124,7 @@ properties:
- arm,cortex-a15
- arm,cortex-a17
- arm,cortex-a53
+ - arm,cortex-a55
- arm,cortex-a57
- arm,cortex-a72
- arm,cortex-a73
--
2.17.1


2019-09-06 18:49:16

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: cpu: Add a support cpu type for cortex-a55

On Thu, 5 Sep 2019 16:14:35 +0800, [email protected] wrote:
> From: "james.tai" <[email protected]>
>
> Add arm cpu type cortex-a55.
>
> Signed-off-by: james.tai <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks.

Rob