Message ID | 20210618181256.27992-2-knaerzche@gmail.com |
---|---|
State | Accepted |
Commit | ecda4466b158f9240502bf7bf28f8ba5930248c0 |
Headers | show |
Series | Updates for Radxa ROCK Pi 4 | expand |
On Fri, 18 Jun 2021 20:12:52 +0200, Alex Bee wrote: > ROCK Pi 4 got 2 more variants called A+ and B+. > Add the dt-bindings documentation for it. > > Signed-off-by: Alex Bee <knaerzche@gmail.com> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 4a6f772c1043..e5049550bdbf 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -460,11 +460,13 @@ properties: - const: radxa,rock - const: rockchip,rk3188 - - description: Radxa ROCK Pi 4A/B/C + - description: Radxa ROCK Pi 4A/A+/B/B+/C items: - enum: - radxa,rockpi4a + - radxa,rockpi4a-plus - radxa,rockpi4b + - radxa,rockpi4b-plus - radxa,rockpi4c - const: radxa,rockpi4 - const: rockchip,rk3399
ROCK Pi 4 got 2 more variants called A+ and B+. Add the dt-bindings documentation for it. Signed-off-by: Alex Bee <knaerzche@gmail.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)