[PATCH 2/5] dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"

Rob Herring (Arm) posted 5 patches 2 weeks, 2 days ago
[PATCH 2/5] dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"
Posted by Rob Herring (Arm) 2 weeks, 2 days ago
The Corstone-1000-A320 platform contains an Ethos-U85 NPU. Add a
specific compatible for it.

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

diff --git a/Documentation/devicetree/bindings/npu/arm,ethos.yaml b/Documentation/devicetree/bindings/npu/arm,ethos.yaml
index 716c4997f976..d5a1fae4db9d 100644
--- a/Documentation/devicetree/bindings/npu/arm,ethos.yaml
+++ b/Documentation/devicetree/bindings/npu/arm,ethos.yaml
@@ -30,7 +30,7 @@ properties:
               - fsl,imx93-npu
           - const: arm,ethos-u65
       - items:
-          - {}
+          - const: arm,corstone1000-ethos-u85
           - const: arm,ethos-u85
 
   reg:

-- 
2.51.0
Re: [PATCH 2/5] dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"
Posted by Krzysztof Kozlowski 2 weeks, 2 days ago
On 20/03/2026 17:47, Rob Herring (Arm) wrote:
> The Corstone-1000-A320 platform contains an Ethos-U85 NPU. Add a
> specific compatible for it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/npu/arm,ethos.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof