2021-07-09 08:03:39

by Levin

[permalink] [raw]
Subject: [PATCH v0 1/2] dt-bindings: add doc for Firefly ROC-RK3328-PC

From: Levin Du <[email protected]>

Add devicetree binding documentation for the Firefly ROC-RK3328-PC.

Signed-off-by: Levin Du <[email protected]>
---

Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 6546b015fc62..7ef902f45b38 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -115,6 +115,11 @@ properties:
- const: firefly,roc-rk3328-cc
- const: rockchip,rk3328

+ - description: Firefly ROC-RK3328-PC
+ items:
+ - const: firefly,roc-rk3328-pc
+ - const: rockchip,rk3328
+
- description: Firefly ROC-RK3399-PC
items:
- enum:
--
2.23.0.37.g745f6812895b




2021-07-15 01:15:46

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v0 1/2] dt-bindings: add doc for Firefly ROC-RK3328-PC

On Fri, 09 Jul 2021 16:01:25 +0800, [email protected] wrote:
> From: Levin Du <[email protected]>
>
> Add devicetree binding documentation for the Firefly ROC-RK3328-PC.
>
> Signed-off-by: Levin Du <[email protected]>
> ---
>
> Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>

Acked-by: Rob Herring <[email protected]>