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: fix typo in QSERDES_COM_CMN_RSVD5 value

Fix typo in QSERDES_COM_CMN_RSVD5 register definition.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221110192248.873973-2-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
a85dcc98 7bd7044f

+1 -1
+1 -1
drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h
··· 135 135 #define QSERDES_COM_CMN_MISC2 0x1b8 136 136 #define QSERDES_COM_CORECLK_DIV_MODE1 0x1bc 137 137 #define QSERDES_COM_CORECLK_DIV_MODE2 0x1c0 138 - #define QSERDES_COM_CMN_RSVD5 0x1c0 138 + #define QSERDES_COM_CMN_RSVD5 0x1c4 139 139 140 140 #endif