Message ID | 20200730232054.286381-1-mail@david-bauer.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: Add doc for FriendlyARM NanoPi R2S | expand |
On Fri, 31 Jul 2020 01:20:53 +0200, David Bauer wrote: > Add devicetree binding documentation for the FriendlyARM NanoPi R2S. > > Signed-off-by: David Bauer <mail@david-bauer.net> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
Hi David, On 2020-07-31 00:20, David Bauer wrote: > Add devicetree binding documentation for the FriendlyARM NanoPi R2S. > > Signed-off-by: David Bauer <mail@david-bauer.net> > --- > 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 d4a4045092df..b17931ec2d86 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -104,6 +104,11 @@ properties: > - firefly,roc-rk3399-pc-mezzanine > - const: rockchip,rk3399 > > + - description: FriendlyARM NanoPi R2S Nit: as the context below hints at, the company call themselves "FriendlyElec" these days - certainly since long before this board existed - so for consistency we should probably use that name in the description (but keep the established vendor prefix). Robin. > + items: > + - const: friendlyarm,nanopi-r2s > + - const: rockchip,rk3328 > + > - description: FriendlyElec NanoPi4 series boards > items: > - enum: >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index d4a4045092df..b17931ec2d86 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -104,6 +104,11 @@ properties: - firefly,roc-rk3399-pc-mezzanine - const: rockchip,rk3399 + - description: FriendlyARM NanoPi R2S + items: + - const: friendlyarm,nanopi-r2s + - const: rockchip,rk3328 + - description: FriendlyElec NanoPi4 series boards items: - enum:
Add devicetree binding documentation for the FriendlyARM NanoPi R2S. Signed-off-by: David Bauer <mail@david-bauer.net> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)