On Sun, 09 Mar 2025 23:26:11 +0000, Jonas Karlman wrote: > Rockchip RK3528 has two Ethernet controllers based on Synopsys DWC > Ethernet QoS IP. > > Add compatible string for the RK3528 variant. > > Signed-off-by: Jonas Karlman <jonas@xxxxxxxxx> > --- > Changes in v2: > - Restrict the minItems: 4 change to rockchip,rk3528-gmac > > The enum will be extended in a future patch, Pending RK3562 and a future > RK3506 variant also only have 4 clocks. > > Because snps,dwmac-4.20a is already listed in snps,dwmac.yaml adding the > rockchip,rk3528-gmac compatible did not seem necessary. > --- > .../devicetree/bindings/net/rockchip-dwmac.yaml | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>