Re: [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

2024-12-18 Thread Tom Rini
On Thu, Dec 19, 2024 at 01:05:56AM +, Weijie Gao (高惟杰) wrote: > On Tue, 2024-12-17 at 09:55 -0600, Tom Rini wrote: > > On Tue, Dec 17, 2024 at 04:39:20PM +0800, Weijie Gao wrote: > > > > > Setup correct parent of clock CLK_TOP_SGMII_REF_1_SEL to allow > > > sgmiisys1 work correctly. > > > > >

Re: [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

2024-12-18 Thread 高惟杰
On Tue, 2024-12-17 at 09:55 -0600, Tom Rini wrote: > On Tue, Dec 17, 2024 at 04:39:20PM +0800, Weijie Gao wrote: > > > Setup correct parent of clock CLK_TOP_SGMII_REF_1_SEL to allow > > sgmiisys1 work correctly. > > > > Signed-off-by: Weijie Gao > > --- > > arch/arm/dts/mt7629.dtsi | 4 +++- > >

Re: [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

2024-12-17 Thread Tom Rini
On Tue, Dec 17, 2024 at 04:39:20PM +0800, Weijie Gao wrote: > Setup correct parent of clock CLK_TOP_SGMII_REF_1_SEL to allow > sgmiisys1 work correctly. > > Signed-off-by: Weijie Gao > --- > arch/arm/dts/mt7629.dtsi | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) What is the plan fo

[PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

2024-12-17 Thread Weijie Gao
Setup correct parent of clock CLK_TOP_SGMII_REF_1_SEL to allow sgmiisys1 work correctly. Signed-off-by: Weijie Gao --- arch/arm/dts/mt7629.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/mt7629.dtsi b/arch/arm/dts/mt7629.dtsi index 7dea7809c70..cd8277deaf