Message ID | Z60MU05JLtI9VzuU@windev.fritz.box (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v3,1/2] dt-bindings: arm: rockchip: Add MNT Reform 2 (RCORE) | expand |
On Wed, Feb 12, 2025 at 10:02:11PM +0100, Patrick Wildt wrote: > Document board compatible bindings for the MNT Reform 2 with it's RCORE > SoM, which is based on Firefly's iCore-3588Q. > > Signed-off-by: Patrick Wildt <patrick@blueri.se> > --- 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 522a6f0450ea..e21c5c8fc2a3 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -178,6 +178,13 @@ properties: - const: engicam,px30-core - const: rockchip,px30 + - description: Firefly iCore-3588Q-based boards + items: + - enum: + - mntre,reform2-rcore + - const: firefly,icore-3588q + - const: rockchip,rk3588 + - description: Firefly Core-3588J-based boards items: - enum:
Document board compatible bindings for the MNT Reform 2 with it's RCORE SoM, which is based on Firefly's iCore-3588Q. Signed-off-by: Patrick Wildt <patrick@blueri.se> --- Changes for v3: - Split DT as it's based on a Firefly iCore-3588Q SoM Changes for v2: - No changes Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++ 1 file changed, 7 insertions(+)