[PATCH v2 3/6] dt-bindings: arm: rockchip: Add ArmSoM Sige1

Jonas Karlman posted 6 patches 2 months, 4 weeks ago
There is a newer version of this series
[PATCH v2 3/6] dt-bindings: arm: rockchip: Add ArmSoM Sige1
Posted by Jonas Karlman 2 months, 4 weeks ago
The Sige1 is a single board computer developed by ArmSoM, based on the
Rockchip RK3528A SoC.

Add devicetree binding documentation for the ArmSoM Sige1 board.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
---
v2: No change
---
 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 c5690098f2ed..43f6403ecad6 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -54,6 +54,11 @@ properties:
           - const: ariaboard,photonicat
           - const: rockchip,rk3568
 
+      - description: ArmSoM Sige1 board
+        items:
+          - const: armsom,sige1
+          - const: rockchip,rk3528
+
       - description: ArmSoM Sige5 board
         items:
           - const: armsom,sige5
-- 
2.49.0
Re: [PATCH v2 3/6] dt-bindings: arm: rockchip: Add ArmSoM Sige1
Posted by Krzysztof Kozlowski 2 months, 4 weeks ago
On Thu, Jul 10, 2025 at 08:29:42PM +0000, Jonas Karlman wrote:
> The Sige1 is a single board computer developed by ArmSoM, based on the
> Rockchip RK3528A SoC.
> 
> Add devicetree binding documentation for the ArmSoM Sige1 board.
> 
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
> ---
> v2: No change

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof