Re: [U-Boot] [PATCH 4/6] sunxi: phy: Add USB PHY support for Allwinner H6

2019-06-18 Thread Clément Péron
Hi, On Thu, 16 May 2019 at 03:27, Andre Przywara wrote: > > The USB PHY used in the Allwinner H6 SoC has some pecularities (as usual), Checkpatch warning: WARNING: 'pecularities' may be misspelled - perhaps 'peculiarities'? > which require a small addition to the USB PHY driver: > In this case

[U-Boot] [PATCH 4/6] sunxi: phy: Add USB PHY support for Allwinner H6

2019-05-15 Thread Andre Przywara
The USB PHY used in the Allwinner H6 SoC has some pecularities (as usual), which require a small addition to the USB PHY driver: In this case the second PHY is PHY3, not PHY1, so we need to skip number 1 and 2 in the code. Just use the respective code from Linux for that. Signed-off-by: Andre