Re: [PATCH u-boot v3 0/2] Fix default value of mac clk delays and add DTS for Asus Kommando
Andrew Jeffery <[email protected]> Tue, 02 Jun 2026 11:21:24 +0930
| Newsgroups | org.ozlabs.lists.openbmc |
|---|---|
| Message-ID | <6290059801029d8fa701744f199cebbebfbad515.camel@codeconstruct.com.au> |
On Mon, 2026-05-25 at 21:03 -0500, Anirudh Srinivasan wrote: > This series adds a DT for Asus Kommando, a pcie ipmi card based on > AST2600. Previous versions of this series didn't have networking support > because networking wasn't working in rgmii-id mode properly. Following > the discussion in v2, v3 of this series aims to fix the underlying > issue in the clk driver in u-boot that adds in mac clk delays even when > none are requested. > > First patch in the series updates the clk driver to use a default value > of 0 for the ethernet mac clk delays. This patch also updates 3 existing > DTs that use an rgmii based mode, but do not specify a value for the clk > delays in their DT. These DTs are updated to use the old default value > that we changed to 0. Second patch in the series adds a DT for Asus > Kommando. > > To: [email protected] > To: [email protected] > Cc: [email protected] > Cc: Ender Hsieh <[email protected]> > Cc: Marc Olberding <[email protected]> > Cc: Chia-Wei Wang <[email protected]> > > Signed-off-by: Anirudh Srinivasan <[email protected]> Applied to openbmc/u-boot. Thanks for the fixes! Andrew