Commit a85dcc98 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Vinod Koul
Browse files

phy: qcom-qmp: fix typo in QSERDES_COM_CMN_RSVD5 value



Fix typo in QSERDES_COM_CMN_RSVD5 register definition.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221110192248.873973-2-dmitry.baryshkov@linaro.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 7bd7044f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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