Re: [PATCH] ARM: configs: sunxi: enable Realtek PHY

2020-11-16 Thread Maxime Ripard
On Thu, Nov 12, 2020 at 08:26:52PM +, Corentin Labbe wrote: > Lot of sunxi boards has a Realtek PHY, so let's enable it. > > Signed-off-by: Corentin Labbe Applied, thanks! Maxime signature.asc Description: PGP signature

Re: [PATCH] ARM: configs: sunxi: enable Realtek PHY

2020-11-13 Thread Jernej Škrabec
Dne četrtek, 12. november 2020 ob 21:26:52 CET je Corentin Labbe napisal(a): > Lot of sunxi boards has a Realtek PHY, so let's enable it. > > Signed-off-by: Corentin Labbe > --- > arch/arm/configs/sunxi_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] ARM: configs: sunxi: enable Realtek PHY

2020-11-12 Thread Corentin Labbe
Lot of sunxi boards has a Realtek PHY, so let's enable it. Signed-off-by: Corentin Labbe --- arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 244126172fd6..05f7f4ed8ded 100644 ---