On Thu, Jun 22, 2023 at 01:44:22PM -0500, Andrew Halaney wrote: > On Thu, Jun 22, 2023 at 02:01:37PM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Bjorn, > > > > Now that all other bits and pieces are in next, I'm resending the reviewed > > DTS patches for pick up. This enables one of the 1Gb ethernet ports on > > sa8775p-ride. > > > > Bartosz Golaszewski (5): > > arm64: dts: qcom: sa8775p: add the SGMII PHY node > > arm64: dts: qcom: sa8775p: add the first 1Gb ethernet interface > > arm64: dts: qcom: sa8775p-ride: enable the SerDes PHY > > arm64: dts: qcom: sa8775p-ride: add pin functions for ethernet0 > > arm64: dts: qcom: sa8775p-ride: enable ethernet0 > > > > arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 109 ++++++++++++++++++++++ > > arch/arm64/boot/dts/qcom/sa8775p.dtsi | 42 +++++++++ > > 2 files changed, 151 insertions(+) > > > > -- > > 2.39.2 > > > > Tested-by: Andrew Halaney <ahalaney@xxxxxxxxxx> > > note, I did uncover a bug in stmmac (imo) wrt unbalanced calls to > serdes_powerup/serdes_powerdown() which I plan on trying to fix shortly. > > Not really related to any of the Qualcomm specific bits though. This > looks good to me. > Bart already sent a fix! https://lore.kernel.org/netdev/20230621135537.376649-1-brgl@xxxxxxxx/ Thanks, Andrew