Message ID | 20221105095935.958144-1-andyshrk@163.com |
---|---|
State | Accepted |
Commit | 68fc69012b527cb0be2b6b793531c32ab0dd6c29 |
Headers | show |
Series | [v2,1/2] dt-bindings: rockchip: Add Rockchip rk3566 box demo board | expand |
On Sat, 05 Nov 2022 17:59:35 +0800, Andy Yan wrote: > Add device tree binding for Rockchip rk3566 box demo board. > > Signed-off-by: Andy Yan <andyshrk@163.com> > > --- > > Changes in v2: > - Move it before rk3568 evb > > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 244c42eaae8c..e40a3da90000 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -749,6 +749,11 @@ properties: - const: zkmagic,a95x-z2 - const: rockchip,rk3318 + - description: Rockchip RK3566 BOX Evaluation Demo board + items: + - const: rockchip,rk3566-box-demo + - const: rockchip,rk3566 + - description: Rockchip RK3568 Evaluation board items: - const: rockchip,rk3568-evb1-v10
Add device tree binding for Rockchip rk3566 box demo board. Signed-off-by: Andy Yan <andyshrk@163.com> --- Changes in v2: - Move it before rk3568 evb Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)