diff mbox series

arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY

Message ID 20230104180543.22563-1-aford173@gmail.com
State Accepted
Commit 5404dfcc4dbb56a9b255e08b67b46d1181565e6f
Delegated to: Tom Rini
Headers show
Series arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY | expand

Commit Message

Adam Ford Jan. 4, 2023, 6:05 p.m. UTC
Due to the part shortage, the AR8031 PHY was replaced with a
Micrel KSZ9131. Enabling both config options keeps backward
compatibility with either platform, and both appear to be
auto-detected.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Marek Vasut Jan. 5, 2023, 1:46 a.m. UTC | #1
On 1/4/23 19:05, Adam Ford wrote:
> Due to the part shortage, the AR8031 PHY was replaced with a
> Micrel KSZ9131. Enabling both config options keeps backward
> compatibility with either platform, and both appear to be
> auto-detected.

Reviewed-by: Marek Vasut <marek.vasut+renesas@gmail.com>

(is this material for 2023.01 release or can this wait?)
Adam Ford Jan. 5, 2023, 11:52 a.m. UTC | #2
On Wed, Jan 4, 2023 at 7:46 PM Marek Vasut <marek.vasut@gmail.com> wrote:
>
> On 1/4/23 19:05, Adam Ford wrote:
> > Due to the part shortage, the AR8031 PHY was replaced with a
> > Micrel KSZ9131. Enabling both config options keeps backward
> > compatibility with either platform, and both appear to be
> > auto-detected.
>
> Reviewed-by: Marek Vasut <marek.vasut+renesas@gmail.com>
>
> (is this material for 2023.01 release or can this wait?)

This can wait. The new boards haven't shipped to anyone yet.

adam
Tom Rini Jan. 6, 2023, 4:52 p.m. UTC | #3
On Wed, Jan 04, 2023 at 12:05:43PM -0600, Adam Ford wrote:

> Due to the part shortage, the AR8031 PHY was replaced with a
> Micrel KSZ9131. Enabling both config options keeps backward
> compatibility with either platform, and both appear to be
> auto-detected.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> Reviewed-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> 
> diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig
> index 36787057a2..b4ea6c630a 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig
index 36787057a2..b4ea6c630a 100644
--- a/configs/rzg2_beacon_defconfig
+++ b/configs/rzg2_beacon_defconfig
@@ -68,6 +68,8 @@  CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_BITBANGMII=y
 CONFIG_BITBANGMII_MULTI=y
 CONFIG_PHY_ATHEROS=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_RENESAS_RAVB=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y