[PATCH 2/3] dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566

Junhao Xie posted 3 patches 1 year, 3 months ago
[PATCH 2/3] dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566
Posted by Junhao Xie 1 year, 3 months ago
This documents LCKFB Taishan Pi which is a SBC based on the RK3566 SoC.

Signed-off-by: Junhao Xie <bigfoot@classfun.cn>
---
 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 1ef09fbfdfaf..1fe3fbc36ced 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -622,6 +622,11 @@ properties:
           - const: leez,p710
           - const: rockchip,rk3399
 
+      - description: LCKFB Taishan Pi RK3566
+        items:
+          - const: lckfb,tspi-rk3566
+          - const: rockchip,rk3566
+
       - description: Lunzn FastRhino R66S / R68S
         items:
           - enum:
-- 
2.45.2
Re: [PATCH 2/3] dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566
Posted by Krzysztof Kozlowski 1 year, 3 months ago
On Mon, Aug 26, 2024 at 12:44:12PM +0800, Junhao Xie wrote:
> This documents LCKFB Taishan Pi which is a SBC based on the RK3566 SoC.
> 
> Signed-off-by: Junhao Xie <bigfoot@classfun.cn>
> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
>  1 file changed, 5 insertions(+)

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

Best regards,
Krzysztof