[PATCH u-boot v3 0/2] Fix default value of mac clk delays and add DTS for Asus Kommando
Anirudh Srinivasan <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc |
|---|---|
| Message-ID | <[email protected]> |
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]> --- Changes in v3: - Add additional patch to set default clk-delays in aspeed clk driver to 0 + patch existing DTs that rely on the existing default - Re-add ethernet node to DT - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - Drop ethernet node from DT - Add info to commit message on why this was dropped (references to linux kernel discussion about aspeed MAC driver fixes) and how to re-enable it - Link to v1: https://lore.kernel.org/r/[email protected] --- Anirudh Srinivasan (2): clk: ast2600: set default clk-delay for all ethernet macs to 0 ARM: dts: aspeed: Add dts for ASUS Kommando IPMI card arch/arm/dts/Makefile | 1 + arch/arm/dts/ast2600-asus-kommando-ipmi-card.dts | 92 ++++++++++++++++++++++++ arch/arm/dts/ast2600-fpga.dts | 6 ++ arch/arm/dts/ast2600-msx4-bmc-nvidia.dts | 6 ++ arch/arm/dts/ast2600-slt.dts | 15 ++++ drivers/clk/aspeed/clk_ast2600.c | 45 +++++------- 6 files changed, 138 insertions(+), 27 deletions(-) --- base-commit: 17ae8f018476af91f9c80da8e9ec9ef218e0b6de change-id: 20260228-asus-kommando-9de4d6b779a8 Best regards, -- Anirudh Srinivasan <[email protected]>