From d70684772aa96af7aacb350e59e7b84660c1aa0b Mon Sep 17 00:00:00 2001 From: Ayan Kumar Halder Date: Thu, 18 May 2023 16:27:30 +0100 Subject: [PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum 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 Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20230518152730.82954-1-ayan.kumar.halder@amd.com Signed-off-by: Rob Herring --- 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.11.0