Re: [PATCH v2 5/8] phy: support Amlogic A1 family

2023-10-03 Thread neil . armstrong
On 03/10/2023 13:28, Alexey Romanov wrote: Setting G12A and A1 is similar, so we can use G12A phy driver with little changes. Signed-off-by: Alexey Romanov --- drivers/phy/Kconfig | 2 +- drivers/phy/meson-g12a-usb2.c | 79 --- 2 files changed, 66

[PATCH v2 5/8] phy: support Amlogic A1 family

2023-10-03 Thread Alexey Romanov
Setting G12A and A1 is similar, so we can use G12A phy driver with little changes. Signed-off-by: Alexey Romanov --- drivers/phy/Kconfig | 2 +- drivers/phy/meson-g12a-usb2.c | 79 --- 2 files changed, 66 insertions(+), 15 deletions(-) diff --git a/dri