All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
@ 2023-01-04 18:05 Adam Ford
  2023-01-05  1:46 ` Marek Vasut
  2023-01-06 16:52 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Ford @ 2023-01-04 18:05 UTC (permalink / raw)
  To: u-boot; +Cc: marex, aford, Adam Ford

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>

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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
  2023-01-04 18:05 [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY Adam Ford
@ 2023-01-05  1:46 ` Marek Vasut
  2023-01-05 11:52   ` Adam Ford
  2023-01-06 16:52 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2023-01-05  1:46 UTC (permalink / raw)
  To: Adam Ford, u-boot; +Cc: aford

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?)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
  2023-01-05  1:46 ` Marek Vasut
@ 2023-01-05 11:52   ` Adam Ford
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Ford @ 2023-01-05 11:52 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot, aford

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
  2023-01-04 18:05 [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY Adam Ford
  2023-01-05  1:46 ` Marek Vasut
@ 2023-01-06 16:52 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2023-01-06 16:52 UTC (permalink / raw)
  To: Adam Ford; +Cc: u-boot, marex, aford

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-06 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 18:05 [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY Adam Ford
2023-01-05  1:46 ` Marek Vasut
2023-01-05 11:52   ` Adam Ford
2023-01-06 16:52 ` Tom Rini

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.