From: Bryan Brattlof <bb@ti.com>
To: Tom Rini <trini@konsulko.com>
Cc: Nishanth Menon <nm@ti.com>, Andrew Davis <afd@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
UBoot Mailing List <u-boot@lists.denx.de>,
Bryan Brattlof <bb@ti.com>
Subject: [PATCH v3 4/5] configs: enable net features for am62ax
Date: Fri, 14 Apr 2023 13:01:29 -0500 [thread overview]
Message-ID: <20230414180130.1397905-5-bb@ti.com> (raw)
In-Reply-To: <20230414180130.1397905-1-bb@ti.com>
Enable DMA and CPSW options we now support for the am62ax SoC family
Signed-off-by: Bryan Brattlof <bb@ti.com>
---
configs/am62ax_evm_a53_defconfig | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 46a95a692e9ac..e17bfd4dd2936 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -40,7 +40,6 @@ CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
-# CONFIG_NET is not set
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_REGMAP=y
@@ -49,15 +48,20 @@ CONFIG_SPL_OF_TRANSLATE=y
CONFIG_CLK=y
CONFIG_SPL_CLK=y
CONFIG_CLK_TI_SCI=y
+CONFIG_DMA_CHANNELS=y
+CONFIG_TI_K3_NAVSS_UDMA=y
CONFIG_TI_SCI_PROTOCOL=y
# CONFIG_GPIO is not set
# CONFIG_I2C is not set
CONFIG_DM_MAILBOX=y
CONFIG_K3_SEC_PROXY=y
+# CONFIG_SPL_MISC is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ADMA=y
CONFIG_SPL_MMC_SDHCI_ADMA=y
CONFIG_MMC_SDHCI_AM654=y
+CONFIG_PHY_TI_DP83867=y
+CONFIG_TI_AM65_CPSW_NUSS=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y
--
2.40.0
next prev parent reply other threads:[~2023-04-14 18:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-14 18:01 [PATCH v3 0/5] enable DMA and CPSW nodes for am62ax SoC family Bryan Brattlof
2023-04-14 18:01 ` [PATCH v3 1/5] dma: ti: k3-udma: Introduce DMA support for the am62ax Bryan Brattlof
2023-04-14 18:01 ` [PATCH v3 2/5] arm: dts: sync am62ax dtbs with linux v6.3-rc6 Bryan Brattlof
2023-04-14 18:01 ` [PATCH v3 3/5] arm: dts: add DMA and CPSW nodes for uboot Bryan Brattlof
2023-04-14 18:10 ` Nishanth Menon
2023-04-14 18:01 ` Bryan Brattlof [this message]
2023-04-14 18:01 ` [PATCH v3 5/5] configs: am62ax: enable ymodem support for a53 spl Bryan Brattlof
2023-04-14 18:14 ` [PATCH v3 0/5] enable DMA and CPSW nodes for am62ax SoC family Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230414180130.1397905-5-bb@ti.com \
--to=bb@ti.com \
--cc=afd@ti.com \
--cc=nm@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.