[PATCH] dt-bindings: arm/cpus: Add missing Applied Micro CPU compatibles

Rob Herring (Arm) posted 1 patch 1 month, 3 weeks ago
Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: arm/cpus: Add missing Applied Micro CPU compatibles
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
"apm,potenza" and "apm,strega" CPU compatibles have been in use for some
time.

Signed-off-by: Rob Herring (Arm) <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 5bd517befb68..bb1ab514924d 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -80,6 +80,8 @@ properties:
 
   compatible:
     enum:
+      - apm,potenza
+      - apm,strega
       - apple,avalanche
       - apple,blizzard
       - apple,cyclone
-- 
2.47.2
Re: [PATCH] dt-bindings: arm/cpus: Add missing Applied Micro CPU compatibles
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
On Tue, 12 Aug 2025 13:14:27 -0500, Rob Herring (Arm) wrote:
> "apm,potenza" and "apm,strega" CPU compatibles have been in use for some
> time.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!