[PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum

Ayan Kumar Halder posted 1 patch 1 year, 4 months ago
Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum
Posted by Ayan Kumar Halder 1 year, 4 months ago
As a pre-requisite for porting Xen on a Cortex-R52 based System-on-chip, we
need to add "cortex-r52" to the list of enum.

Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@amd.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 ff272e517d57..64b58238e3a1 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -153,6 +153,7 @@ properties:
       - arm,cortex-r4
       - arm,cortex-r5
       - arm,cortex-r7
+      - arm,cortex-r52
       - arm,cortex-x1
       - arm,cortex-x1c
       - arm,cortex-x2
-- 
2.25.1
Re: [PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum
Posted by Rob Herring 1 year, 3 months ago
On Thu, 18 May 2023 16:27:30 +0100, Ayan Kumar Halder wrote:
> As a pre-requisite for porting Xen on a Cortex-R52 based System-on-chip, we
> need to add "cortex-r52" to the list of enum.
> 
> Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@amd.com>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum
Posted by Conor Dooley 1 year, 4 months ago
On Thu, May 18, 2023 at 04:27:30PM +0100, Ayan Kumar Halder wrote:
> As a pre-requisite for porting Xen on a Cortex-R52 based System-on-chip, we
> need to add "cortex-r52" to the list of enum.
> 
> Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@amd.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.