Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom: qmp-ufs: add missing offsets to sm8150 configuration

The conversion commit 7559e7572c03 ("phy: Explicitly include correct DT
includes") misses offsets configuration for sm8150 (most likely it was
developed separately from the series adding HS G4 support and was not
adapted for the sm8150/sm8250 configuration split).

Add missing offsets to sm8150_ufsphy_cfg.

Fixes: 7559e7572c03 ("phy: Explicitly include correct DT includes")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230731111009.3998089-1-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
b102ce6d e7379477

+2
+2
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
··· 1009 1009 static const struct qmp_phy_cfg sm8150_ufsphy_cfg = { 1010 1010 .lanes = 2, 1011 1011 1012 + .offsets = &qmp_ufs_offsets, 1013 + 1012 1014 .tbls = { 1013 1015 .serdes = sm8150_ufsphy_serdes, 1014 1016 .serdes_num = ARRAY_SIZE(sm8150_ufsphy_serdes),