[PATCH v2 3/4] dt-bindings: Add doc for Xunlong OrangePi R1 Plus LTS

Tianling Shen posted 4 patches 2 years, 10 months ago
[PATCH v2 3/4] dt-bindings: Add doc for Xunlong OrangePi R1 Plus LTS
Posted by Tianling Shen 2 years, 10 months ago
Add devicetree binding documentation for the
Xunlong OrangePi R1 Plus LTS.

Signed-off-by: Tianling Shen <cnsztl@gmail.com>
---
 Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 883c9d36e4e5..ec141c937b8b 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -831,9 +831,11 @@ properties:
           - const: tronsmart,orion-r68-meta
           - const: rockchip,rk3368
 
-      - description: Xunlong Orange Pi R1 Plus
+      - description: Xunlong Orange Pi R1 Plus / LTS
         items:
-          - const: xunlong,orangepi-r1-plus
+          - enum:
+              - xunlong,orangepi-r1-plus
+              - xunlong,orangepi-r1-plus-lts
           - const: rockchip,rk3328
 
       - description: Zkmagic A95X Z2
-- 
2.40.0
Re: [PATCH v2 3/4] dt-bindings: Add doc for Xunlong OrangePi R1 Plus LTS
Posted by Krzysztof Kozlowski 2 years, 10 months ago
On 25/03/2023 08:40, Tianling Shen wrote:
> Add devicetree binding documentation for the
> Xunlong OrangePi R1 Plus LTS.


Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof