This patch set has two goals :
1. Fix mt7629 GMII mode issue after apply mediatek
PHYLINK support patch.
2. Update mt7629 dts to reflect the latest dt-binding
with PHYLINK support.
MarkLee (2):
net: ethernet: mediatek: Fix MT7629 missing GMII mode support
arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-binding
arch/arm/boot/dts/mt7629-rfb.dts | 13 ++++++++++++-
arch/arm/boot/dts/mt7629.dtsi | 2 --
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 +
3 files changed, 13 insertions(+), 3 deletions(-)
--
2.17.1
From: MarkLee <[email protected]>
Date: Mon, 14 Oct 2019 15:15:16 +0800
> This patch set has two goals :
> 1. Fix mt7629 GMII mode issue after apply mediatek
> PHYLINK support patch.
> 2. Update mt7629 dts to reflect the latest dt-binding
> with PHYLINK support.
Series applied, thank you.