diff options
| author | Tom Rini <[email protected]> | 2024-12-31 10:59:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-31 10:59:06 -0600 |
| commit | 9df44589183e5e9705d9a84059fda9bedc3a2b7c (patch) | |
| tree | 24b5ac7997e8d837f8fe13b6635a67e97dfe0ee5 /arch | |
| parent | f4e871196568a5a8cc4d150e11f23d902e740286 (diff) | |
| parent | c949686e558e00cbb8c38f7c060701006d70cea8 (diff) | |
Merge patch series "Cumulative fixes and updates for MediaTek ethernet driver"
Weijie Gao <[email protected]> says:
This patch series contains fixes and updates for mtk_eth driver.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/mt7629.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/mt7629.dtsi b/arch/arm/dts/mt7629.dtsi index 7dea7809c70..cd8277deafe 100644 --- a/arch/arm/dts/mt7629.dtsi +++ b/arch/arm/dts/mt7629.dtsi @@ -314,8 +314,10 @@ "sgmii2_cdr_ref", "sgmii2_cdr_fb", "sgmii_ck", "eth2pll"; assigned-clocks = <&topckgen CLK_TOP_ETH_SEL>, - <&topckgen CLK_TOP_F10M_REF_SEL>; + <&topckgen CLK_TOP_F10M_REF_SEL>, + <&topckgen CLK_TOP_SGMII_REF_1_SEL>; assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL1_D2>, + <&topckgen CLK_TOP_SYSPLL4_D16>, <&topckgen CLK_TOP_SGMIIPLL_D2>; power-domains = <&scpsys MT7629_POWER_DOMAIN_ETHSYS>; resets = <ðsys ETHSYS_FE_RST>; |
