Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY

2023-01-06 Thread Tom Rini
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 > Revi

Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY

2023-01-05 Thread Adam Ford
On Wed, Jan 4, 2023 at 7:46 PM Marek Vasut 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.

Re: [PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY

2023-01-04 Thread Marek Vasut
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 (is this material for 2023.01 release or

[PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY

2023-01-04 Thread 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 diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig in