phy: qcom-qmp: fix typo in QSERDES_COM_CMN_RSVD5 value
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 10 Nov 2022 19:22:36 +0000 (22:22 +0300)
committerVinod Koul <vkoul@kernel.org>
Thu, 12 Jan 2023 17:18:41 +0000 (22:48 +0530)
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>
drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h

index fbaf6ef467f8059d3de7f1c08b2200a04dbb24b6..7fa5363feeb9b3416474228c5318d4e6bca383c8 100644 (file)
 #define QSERDES_COM_CMN_MISC2                          0x1b8
 #define QSERDES_COM_CORECLK_DIV_MODE1                  0x1bc
 #define QSERDES_COM_CORECLK_DIV_MODE2                  0x1c0
-#define QSERDES_COM_CMN_RSVD5                          0x1c0
+#define QSERDES_COM_CMN_RSVD5                          0x1c4
 
 #endif