Message ID | 20241215032507.4739-4-shimrrashai@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: rockchip: Add Firefly ITX-3588J Board | expand |
On Sat, Dec 14, 2024 at 09:24:55PM -0600, Shimrra Shai wrote: > Updated DT binding documentation per @Heiko Stübner's suggestion, to > reflect the bipartite nature of the board. > > Signed-off-by: Shimrra Shai <shimrrashai@gmail.com> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Order your patches correctly (bindings are always before users), so you won't receive feedback of undocumented compatibles. See submitting patches in bindings directory. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 753199a12..fc7ee86e2 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -167,6 +167,13 @@ properties: - const: engicam,px30-core - const: rockchip,px30 + - description: Firefly Core-3588J-based boards + items: + - enum: + - firefly,itx-3588j + - const: firefly,core-3588j + - const: rockchip,rk3588 + - description: Firefly Core-PX30-JD4 on MB-JD4-PX30 baseboard items: - const: firefly,px30-jd4-core-mb
Updated DT binding documentation per @Heiko Stübner's suggestion, to reflect the bipartite nature of the board. Signed-off-by: Shimrra Shai <shimrrashai@gmail.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++ 1 file changed, 7 insertions(+)