Re: [PATCH v2 2/2] arm64: dts: rockchip: Add rk3576 evb2 board
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-07 18:18:21
Also in:
linux-devicetree, linux-rockchip, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-07 18:18:21
Also in:
linux-devicetree, linux-rockchip, lkml
+&gmac0 {
+ clock_in_out = "output";
+ phy-mode = "rgmii-rxid";rgmii-rxid is odd. Does the PCB really have an extra long TX clock line, but a short RX clock line? Try changing this to rgmii-id, and drop the tx_delay property. Andrew