Re: [PATCH 4/4] phy: sun4i-usb: Add D1 variant

2022-07-15 Thread Jagan Teki
On Fri, Jul 15, 2022 at 9:39 AM Samuel Holland wrote: > > D1 has a register layout like A100 and H616, with the moved SIDDQ bit. > Unlike H616 it does not have any dependencies between PHY instances. > > Signed-off-by: Samuel Holland > --- Reviewed-by: Jagan Teki

[PATCH 4/4] phy: sun4i-usb: Add D1 variant

2022-07-14 Thread Samuel Holland
D1 has a register layout like A100 and H616, with the moved SIDDQ bit. Unlike H616 it does not have any dependencies between PHY instances. Signed-off-by: Samuel Holland --- drivers/phy/allwinner/phy-sun4i-usb.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/phy/allwinn