2021-06-28 04:08:36

by Levin

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

From: Levin Du <[email protected]>

Add devicetree binding documentation for the Firefly ROC-RK3399-PC-PLUS.

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

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 6546b015fc62..c7b2f5f852d5 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -122,7 +122,12 @@ properties:
- firefly,roc-rk3399-pc-mezzanine
- const: rockchip,rk3399

+ - description: Firefly ROC-RK3399-PC-PLUS
+ items:
+ - enum:
+ - firefly,roc-rk3399-pc-plus
+ - const: rockchip,rk3399
+
- description: FriendlyElec NanoPi R2S
items:
- const: friendlyarm,nanopi-r2s
--
2.23.0.37.g745f6812895b




2021-07-14 21:46:43

by Rob Herring (Arm)

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

On Mon, 28 Jun 2021 11:54:01 +0800, [email protected] wrote:
> From: Levin Du <[email protected]>
>
> Add devicetree binding documentation for the Firefly ROC-RK3399-PC-PLUS.
>
> Signed-off-by: Levin Du <[email protected]>
> ---
>
> Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

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