Message ID | 20230802051441.3106-2-tmckahan@singleboardsolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add Support for the FriendlyElec NanoPC T6 | expand |
On Wed, Aug 02, 2023 at 01:14:06AM -0400, Thomas McKahan wrote: > Add the NanoPC T6, a single board computer from FriendlyElec > > Signed-off-by: Thomas McKahan <tmckahan@singleboardsolutions.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > 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 115ca986e20f..ca5389862887 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -227,6 +227,11 @@ properties: > - friendlyarm,nanopi-r5s > - const: rockchip,rk3568 > > + - description: FriendlyElec NanoPC T6 > + items: > + - const: friendlyarm,nanopc-t6 > + - const: rockchip,rk3588 > + > - description: GeekBuying GeekBox > items: > - const: geekbuying,geekbox > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 115ca986e20f..ca5389862887 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -227,6 +227,11 @@ properties: - friendlyarm,nanopi-r5s - const: rockchip,rk3568 + - description: FriendlyElec NanoPC T6 + items: + - const: friendlyarm,nanopc-t6 + - const: rockchip,rk3588 + - description: GeekBuying GeekBox items: - const: geekbuying,geekbox
Add the NanoPC T6, a single board computer from FriendlyElec Signed-off-by: Thomas McKahan <tmckahan@singleboardsolutions.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)