diff options
author | Ayan Kumar Halder <ayan.kumar.halder@amd.com> | 2023-05-18 17:27:30 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-06-12 21:31:21 +0200 |
commit | d70684772aa96af7aacb350e59e7b84660c1aa0b (patch) | |
tree | 9f9aa0022c866badcacdc29af1ba116163be5853 /Documentation/devicetree/bindings/arm/cpus.yaml | |
parent | Linux 6.4-rc2 (diff) | |
download | linux-d70684772aa96af7aacb350e59e7b84660c1aa0b.tar.xz linux-d70684772aa96af7aacb350e59e7b84660c1aa0b.zip |
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 <ayan.kumar.halder@amd.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230518152730.82954-1-ayan.kumar.halder@amd.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |