Message ID | 20231209103748.1568462-1-andyshrk@163.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add 2 rk3588 based boards from Cool Pi | expand |
On 09/12/2023 11:37, Andy Yan wrote: > Add Cool Pi 4B, a SBC powered by RK3588S > > Signed-off-by: Andy Yan <andyshrk@163.com> > --- > > 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 5deb66a5c7d9..5de9f3090be1 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -95,6 +95,11 @@ properties: > - const: chipspark,rayeager-px2 > - const: rockchip,rk3066a > > + - description: Cool Pi 4 Model B > + items: > + - const: CoolPi 4 Model B That's not a correct compatible. Best regards, Krzysztof
Am Samstag, 9. Dezember 2023, 11:37:48 CET schrieb Andy Yan: > Add Cool Pi 4B, a SBC powered by RK3588S > > Signed-off-by: Andy Yan <andyshrk@163.com> > --- > > 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 5deb66a5c7d9..5de9f3090be1 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -95,6 +95,11 @@ properties: > - const: chipspark,rayeager-px2 > - const: rockchip,rk3066a > > + - description: Cool Pi 4 Model B > + items: > + - const: CoolPi 4 Model B - const: coolpi,pi-4b at least according to https://cool-pi.com/category/6/pi-4b this seems to be the model name > + - const: rockchip,rk3588s > + > - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards > items: > - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 5deb66a5c7d9..5de9f3090be1 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -95,6 +95,11 @@ properties: - const: chipspark,rayeager-px2 - const: rockchip,rk3066a + - description: Cool Pi 4 Model B + items: + - const: CoolPi 4 Model B + - const: rockchip,rk3588s + - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards items: - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board
Add Cool Pi 4B, a SBC powered by RK3588S Signed-off-by: Andy Yan <andyshrk@163.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)