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>
This commit is contained in:
Dmitry Baryshkov 2022-11-10 22:22:36 +03:00 committed by Vinod Koul
parent 7bd7044fcd
commit a85dcc98cb

View file

@ -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