public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@kernel.org>
To: Nishanth Menon <nm@ti.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Tom Rini <trini@konsulko.com>
Cc: Siddharth Vadapalli <s-vadapalli@ti.com>,
	Andrew Davis <afd@ti.com>, Neha Malcom Francis <n-francis@ti.com>,
	Bryan Brattlof <bb@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Jai Luthra <j-luthra@ti.com>,
	u-boot@lists.denx.de
Subject: Re: [PATCH 4/8] configs: am62ax_evm_a53_defconfig: Enable networking
Date: Wed, 15 Nov 2023 13:15:08 +0200	[thread overview]
Message-ID: <2df85ff2-ada8-44ba-91b9-3ba3d299eeef@kernel.org> (raw)
In-Reply-To: <20231113145149.1926732-5-nm@ti.com>



On 13/11/2023 16:51, Nishanth Menon wrote:
> Enable networking
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  configs/am62ax_evm_a53_defconfig | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
> index d0a34c75505d..c94708a7bf85 100644
> --- a/configs/am62ax_evm_a53_defconfig
> +++ b/configs/am62ax_evm_a53_defconfig
> @@ -42,7 +42,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
> @@ -51,6 +50,8 @@ 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
> @@ -60,6 +61,10 @@ 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_PHY_FIXED=y

Why do we need PHY_FIXED?

"
config PHY_FIXED
        bool "Fixed-Link PHY"
        help
          Fixed PHY is used for having a 'fixed-link' to another MAC with a direct
          connection (MII, RGMII, ...).
          There is nothing like autoneogation and so
          on, the link is always up with fixed speed and fixed duplex-setting.
          More information: doc/device-tree-bindings/net/fixed-link.txt
"


> +CONFIG_TI_AM65_CPSW_NUSS=y
> +CONFIG_PHY=y
>  CONFIG_PINCTRL=y
>  CONFIG_SPL_PINCTRL=y
>  CONFIG_PINCTRL_SINGLE=y

-- 
cheers,
-roger

  reply	other threads:[~2023-11-15 11:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13 14:51 [PATCH 0/8] arm: dts: am62a: Update to kernel v6.7-rc1 Nishanth Menon
2023-11-13 14:51 ` [PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list Nishanth Menon
2023-11-15  5:49   ` Neha Malcom Francis
2023-11-22 20:49   ` Tom Rini
2023-11-13 14:51 ` [PATCH 2/8] arm: dts: k3-am62a*: Sync with kernel v6.7-rc1 Nishanth Menon
2023-11-13 14:51 ` [PATCH 3/8] dma: ti: k3-udma: Introduce DMA support for the am62ax Nishanth Menon
2023-11-13 14:51 ` [PATCH 4/8] configs: am62ax_evm_a53_defconfig: Enable networking Nishanth Menon
2023-11-15 11:15   ` Roger Quadros [this message]
2023-11-13 14:51 ` [PATCH 5/8] board: ti: am62ax: env: Use default findfdt Nishanth Menon
2023-11-13 14:51 ` [PATCH 6/8] board: ti: am62ax: env: Set the boot_targets Nishanth Menon
2023-11-13 14:51 ` [PATCH 7/8] configs: am62ax_evm_a53_defconfig: switch to stdboot Nishanth Menon
2023-11-13 14:51 ` [PATCH 8/8] doc: board: ti: Add AM62A documentation 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=2df85ff2-ada8-44ba-91b9-3ba3d299eeef@kernel.org \
    --to=rogerq@kernel.org \
    --cc=afd@ti.com \
    --cc=bb@ti.com \
    --cc=j-luthra@ti.com \
    --cc=n-francis@ti.com \
    --cc=nm@ti.com \
    --cc=s-vadapalli@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=xypron.glpk@gmx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox