[PATCH v4 1/2] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M5 board

John Clark posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v4 1/2] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M5 board
Posted by John Clark 3 months, 2 weeks ago
Add device tree documentation for rk3576-nanopi-m5

Signed-off-by: John Clark <inindev@gmail.com>
---
 Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 58b9312c6c73..28db6bd6aa5b 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -300,6 +300,12 @@ properties:
               - friendlyarm,nanopi-r4s-enterprise
           - const: rockchip,rk3399
 
+      - description: FriendlyElec NanoPi M5 series boards
+        items:
+          - enum:
+              - friendlyarm,nanopi-m5
+          - const: rockchip,rk3576
+
       - description: FriendlyElec NanoPi R5 series boards
         items:
           - enum:
-- 
2.39.5
Re: [PATCH v4 1/2] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M5 board
Posted by Rob Herring (Arm) 3 months, 1 week ago
On Thu, 26 Jun 2025 01:47:27 -0400, John Clark wrote:
> Add device tree documentation for rk3576-nanopi-m5
> 
> Signed-off-by: John Clark <inindev@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>