Re: [U-Boot] [PATCH] ARM: meson-gx: Reset GXL/GXM to external PHY when not using internal PHY

2019-05-31 Thread Neil Armstrong
On 28/05/2019 13:13, Neil Armstrong wrote: > When using External PHY, reset the mux to use the external PHY in case U-Boot > was chainloaded from a misconfigured bootloader. > > Fixes: 33e3378091 ("ARM: meson: rework soc arch file to prepare for new SoC") > Signed-off-by: Neil Armstrong > --- >

[U-Boot] [PATCH] ARM: meson-gx: Reset GXL/GXM to external PHY when not using internal PHY

2019-05-28 Thread Neil Armstrong
When using External PHY, reset the mux to use the external PHY in case U-Boot was chainloaded from a misconfigured bootloader. Fixes: 33e3378091 ("ARM: meson: rework soc arch file to prepare for new SoC") Signed-off-by: Neil Armstrong --- arch/arm/mach-meson/board-gx.c | 17 - 1