[PATCH] dt-bindings: arm: cpus: Add Cortex-A520 and Cortex-A720

Rob Herring posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: arm: cpus: Add Cortex-A520 and Cortex-A720
Posted by Rob Herring 2 years, 7 months ago
Add compatible strings for the Arm Cortex-A520 and Cortex-A720 CPUs.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index 9e6a45eea4e5..9a39dd26b6dc 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -143,8 +143,10 @@ properties:
       - arm,cortex-a78ae
       - arm,cortex-a78c
       - arm,cortex-a510
+      - arm,cortex-a520
       - arm,cortex-a710
       - arm,cortex-a715
+      - arm,cortex-a720
       - arm,cortex-m0
       - arm,cortex-m0+
       - arm,cortex-m1
-- 
2.40.1
Re: [PATCH] dt-bindings: arm: cpus: Add Cortex-A520 and Cortex-A720
Posted by Conor Dooley 2 years, 7 months ago
On Fri, Jun 30, 2023 at 12:48:08PM -0600, Rob Herring wrote:
> Add compatible strings for the Arm Cortex-A520 and Cortex-A720 CPUs.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

It feels a bit needless to Ack your stuff Rob, but w/e...
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.