On Mon, Oct 24, 2022 at 04:35:25PM +0300, Dmitry Baryshkov wrote: > On 24/10/2022 13:06, Johan Hovold wrote: > > Add support for the new SC8280XP binding. > > > > Note that the binding does not try to describe every register subregion > > and instead the driver holds the corresponding offsets. This includes > > the PCS_USB region which was initially overlooked. > > > > Note that the driver will no longer accept the old binding due to the > > fixed "phy_phy" reset name. > > > > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > > --- > > drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 82 ++++++++++++++++++++----- > > 1 file changed, 67 insertions(+), 15 deletions(-) > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Thanks for reviewing, Dmitry! Johan