mbox series

[U-Boot,0/2] arm: meson: Fix khadas-vim2 USB

Message ID 20190403114637.32068-1-narmstrong@baylibre.com
Headers show
Series arm: meson: Fix khadas-vim2 USB | expand

Message

Neil Armstrong April 3, 2019, 11:46 a.m. UTC
This patchset :
- fixes the MESON_GXL_USB_PHY dependency to also allow MESON_GXM
- fixes the khadas-vim2 defconfig

Tom, I know it's _very_ late in the cycle, is it still OK for final
2019.04 release ?

Neil Armstrong (2):
  phy: Also allow MESON_GXM for MESON_GXL_USB_PHY
  configs: khadas_vim2: Fix defconfig

 configs/khadas-vim2_defconfig | 3 +++
 drivers/phy/Kconfig           | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

Marek Vasut April 3, 2019, 11:47 a.m. UTC | #1
On 4/3/19 1:46 PM, Neil Armstrong wrote:
> This patchset :
> - fixes the MESON_GXL_USB_PHY dependency to also allow MESON_GXM
> - fixes the khadas-vim2 defconfig
> 
> Tom, I know it's _very_ late in the cycle, is it still OK for final
> 2019.04 release ?

If it's a fix, it is still OK.
Tom Rini April 3, 2019, 2:28 p.m. UTC | #2
On Wed, Apr 03, 2019 at 01:46:35PM +0200, Neil Armstrong wrote:

> This patchset :
> - fixes the MESON_GXL_USB_PHY dependency to also allow MESON_GXM
> - fixes the khadas-vim2 defconfig
> 
> Tom, I know it's _very_ late in the cycle, is it still OK for final
> 2019.04 release ?
> 
> Neil Armstrong (2):
>   phy: Also allow MESON_GXM for MESON_GXL_USB_PHY
>   configs: khadas_vim2: Fix defconfig
> 
>  configs/khadas-vim2_defconfig | 3 +++
>  drivers/phy/Kconfig           | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)

I'm putting this through CI now, thanks!