[PATCH v3 2/3] dt-bindings: arm: rockchip: Add LinkEase EasePi R1

Liangbin Lian posted 3 patches 2 days, 15 hours ago
There is a newer version of this series
[PATCH v3 2/3] dt-bindings: arm: rockchip: Add LinkEase EasePi R1
Posted by Liangbin Lian 2 days, 15 hours ago
LinkEase EasePi R1 is a high-performance mini router based on RK3568.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
---
 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 28db6bd6aa5b..ec2271cfb7e1 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -726,6 +726,11 @@ properties:
           - const: lckfb,tspi-rk3566
           - const: rockchip,rk3566
 
+      - description: LinkEase EasePi R1
+        items:
+          - const: linkease,easepi-r1
+          - const: rockchip,rk3568
+
       - description: Luckfox Core3576 Module based boards
         items:
           - enum:
-- 
2.51.0
Re: [PATCH v3 2/3] dt-bindings: arm: rockchip: Add LinkEase EasePi R1
Posted by Heiko Stuebner 2 days, 10 hours ago
Am Montag, 29. September 2025, 08:57:13 Mitteleuropäische Sommerzeit schrieb Liangbin Lian:
> LinkEase EasePi R1 is a high-performance mini router based on RK3568.
> 
> Signed-off-by: Liangbin Lian <jjm2473@gmail.com>

In v1 this patch received an
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Re: [PATCH v3 2/3] dt-bindings: arm: rockchip: Add LinkEase EasePi R1
Posted by jjm2473 2 days, 4 hours ago
Heiko Stuebner <heiko@sntech.de> 于2025年9月29日周一 20:28写道:
>
> Am Montag, 29. September 2025, 08:57:13 Mitteleuropäische Sommerzeit schrieb Liangbin Lian:
> > LinkEase EasePi R1 is a high-performance mini router based on RK3568.
> >
> > Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
>
> In v1 this patch received an
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>
>
>

In the next version, I will add 'Acked-by' to the commit message
and then run `git format-patch` to avoid missing it.

Thanks!