Message ID | 20240416130010.379705-1-amadeus@jmu.edu.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm: rockchip: add Radxa ROCK3 Model C | expand |
On 16/04/2024 15:00, Chukun Pan wrote: > The Radxa ROCK3 Model C is a similar board to > the Radxa ROCK3 Model A with the RK3566 SoC. > Add devicetree binding documentation for it. > > Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> > --- Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
Hi, On 4/16/24 22:00, Chukun Pan wrote: > The Radxa ROCK3 Model C is a similar board to > the Radxa ROCK3 Model A with the RK3566 SoC. > Add devicetree binding documentation for it. > > Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> > --- > 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 99bd5e2c76a0..dc3847bd67fe 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -777,6 +777,11 @@ properties: > - const: radxa,rock3a > - const: rockchip,rk3568 > > + - description: Radxa ROCK3 Model C please use "Radxa ROCK 3C" here too. > + items: > + - const: radxa,rock3c and "rock-3c" here. > + - const: rockchip,rk3566 > + > - description: Radxa ROCK 5 Model A > items: > - const: radxa,rock-5a Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd.
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 99bd5e2c76a0..dc3847bd67fe 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -777,6 +777,11 @@ properties: - const: radxa,rock3a - const: rockchip,rk3568 + - description: Radxa ROCK3 Model C + items: + - const: radxa,rock3c + - const: rockchip,rk3566 + - description: Radxa ROCK 5 Model A items: - const: radxa,rock-5a
The Radxa ROCK3 Model C is a similar board to the Radxa ROCK3 Model A with the RK3566 SoC. Add devicetree binding documentation for it. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)