[PATCH 1/2] dt-bindings: arm: rockchip: Add Pine64 QuarzPro64

Ondřej Jirman posted 2 patches 2 years, 2 months ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
Posted by Ondřej Jirman 2 years, 2 months ago
From: Ondrej Jirman <megi@xff.cz>

Add devicetree binding documentation for Pine64 QuartzPro64 SBC.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
---
 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 ca5389862887..0bd51ba0d6a8 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -660,6 +660,11 @@ properties:
               - pine64,quartz64-b
           - const: rockchip,rk3566
 
+      - description: Pine64 QuartzPro64
+        items:
+          - const: pine64,quartzpro64
+          - const: rockchip,rk3588
+
       - description: Pine64 SoQuartz SoM
         items:
           - enum:
-- 
2.42.0
Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
Posted by Krzysztof Kozlowski 2 years, 2 months ago
On 08/10/2023 17:26, Ondřej Jirman wrote:
> From: Ondrej Jirman <megi@xff.cz>
> 
> Add devicetree binding documentation for Pine64 QuartzPro64 SBC.
> 

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

Best regards,
Krzysztof