Re: [PATCH v2 2/3] phy: qcom-qmp: Add UFS V5 registers found in SM8350

2021-02-05 Thread Bjorn Andersson
On Thu 04 Feb 10:58 CST 2021, Vinod Koul wrote: > Add the registers for UFS found in SM8350. The UFS phy used in SM8350 > seems to have same offsets as V5 phy, although Documentation for that is > lacking. > Reviewed-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Vinod Koul > --- > dri

[PATCH v2 2/3] phy: qcom-qmp: Add UFS V5 registers found in SM8350

2021-02-04 Thread Vinod Koul
Add the registers for UFS found in SM8350. The UFS phy used in SM8350 seems to have same offsets as V5 phy, although Documentation for that is lacking. Signed-off-by: Vinod Koul --- drivers/phy/qualcomm/phy-qcom-qmp.h | 47 + 1 file changed, 47 insertions(+) diff --g