Re: [PATCH v1 2/4] rockchip: usb: phy: add rk3066/rk3188 support

2022-05-26 Thread Kever Yang
On 2022/4/30 05:40, Johan Jonker wrote: Add rk3066a/rk3188 support to rockchip_usb2_phy.c They don't have completely identical usb phy registers, so separate comapatible strings and data. Signed-off-by: Johan Jonker Reviewed-by: Kever Yang Thanks, - Kever ---

[PATCH v1 2/4] rockchip: usb: phy: add rk3066/rk3188 support

2022-04-29 Thread Johan Jonker
Add rk3066a/rk3188 support to rockchip_usb2_phy.c They don't have completely identical usb phy registers, so separate comapatible strings and data. Signed-off-by: Johan Jonker --- drivers/usb/phy/rockchip_usb2_phy.c | 8 1 file changed, 8 insertions(+) diff --git