From a85dcc98cbe6a7ba3ba88e0003541464e125036b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 10 Nov 2022 22:22:36 +0300 Subject: [PATCH] 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 Link: https://lore.kernel.org/r/20221110192248.873973-2-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul --- drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h b/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h index fbaf6ef46..7fa5363 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h @@ -135,6 +135,6 @@ #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 -- 2.7.4