[PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles

Heiko Stuebner posted 4 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles
Posted by Heiko Stuebner 3 months, 2 weeks ago
A number of dwmac variants from Rockchip SoCs have turned up in the
Rockchip-specific binding, but not in the main list in snps,dwmac.yaml
which as the comment indicates is needed for accurate matching.

So add the missing rk3528, rk3568 and rv1126 to the main list.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 28113ac5e11a..1a0d6789a59b 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -87,9 +87,12 @@ properties:
         - rockchip,rk3366-gmac
         - rockchip,rk3368-gmac
         - rockchip,rk3399-gmac
+        - rockchip,rk3528-gmac
+        - rockchip,rk3568-gmac
         - rockchip,rk3576-gmac
         - rockchip,rk3588-gmac
         - rockchip,rv1108-gmac
+        - rockchip,rv1126-gmac
         - snps,dwmac
         - snps,dwmac-3.40a
         - snps,dwmac-3.50a
-- 
2.47.2
Re: [PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles
Posted by Conor Dooley 3 months, 2 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Re: [PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles
Posted by Andrew Lunn 3 months, 2 weeks ago
On Wed, Oct 22, 2025 at 12:43:55AM +0200, Heiko Stuebner wrote:
> A number of dwmac variants from Rockchip SoCs have turned up in the
> Rockchip-specific binding, but not in the main list in snps,dwmac.yaml
> which as the comment indicates is needed for accurate matching.
> 
> So add the missing rk3528, rk3568 and rv1126 to the main list.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew