Message ID | 20240906045706.1004813-3-bigfoot@classfun.cn (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for Ariaboard Photonicat RK3568 | expand |
Hi Junhao, > + - description: Ariaboard Photonicat RK3568 This should match the model name. > + items: > + - const: ariaboard,photonicat > + - const: rockchip,rk3568 > +
On 2024/9/6 16:40, Chukun Pan wrote: > Hi Junhao, > >> + - description: Ariaboard Photonicat RK3568 > > This should match the model name. > >> + items: >> + - const: ariaboard,photonicat >> + - const: rockchip,rk3568 >> + > I will correct it in next version. Thanks for your review. Best regards, Junhao
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1ef09fbfdfaf..b2c83c9b287a 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -49,6 +49,11 @@ properties: - anbernic,rg-arc-s - const: rockchip,rk3566 + - description: Ariaboard Photonicat RK3568 + items: + - const: ariaboard,photonicat + - const: rockchip,rk3568 + - description: ArmSoM Sige7 board items: - const: armsom,sige7
This documents Ariaboard Photonicat which is a router based on RK3568 SoC. Link: https://ariaboard.com/ Link: https://photonicat.com/ Signed-off-by: Junhao Xie <bigfoot@classfun.cn> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)