diff mbox series

[v3,1/4] phy: qcom-qmp: Use register defines

Message ID 20191223143046.3376299-2-vkoul@kernel.org
State Accepted
Commit 730430dceeb55957169c5a33df88720db0673a9b
Headers show
Series [v3,1/4] phy: qcom-qmp: Use register defines | expand

Commit Message

Vinod Koul Dec. 23, 2019, 2:30 p.m. UTC
We already define register offsets so use them in register layout.

Signed-off-by: Vinod Koul <vkoul@kernel.org>

---
 drivers/phy/qualcomm/phy-qcom-qmp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.23.0

Comments

Manu Gautam Dec. 24, 2019, 3:41 a.m. UTC | #1
On 12/23/2019 8:00 PM, Vinod Koul wrote:
> We already define register offsets so use them in register layout.

>

> Signed-off-by: Vinod Koul <vkoul@kernel.org>

> ---

>  drivers/phy/qualcomm/phy-qcom-qmp.c | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

>

> diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c

> index 66f91726b8b2..1196c85aa023 100644

> --- a/drivers/phy/qualcomm/phy-qcom-qmp.c

> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c

> @@ -166,8 +166,8 @@ static const unsigned int sdm845_ufsphy_regs_layout[] = {

>  };

>  

>  static const unsigned int sm8150_ufsphy_regs_layout[] = {

> -	[QPHY_START_CTRL]		= 0x00,

> -	[QPHY_PCS_READY_STATUS]		= 0x180,

> +	[QPHY_START_CTRL]		= QPHY_V4_PHY_START,

> +	[QPHY_PCS_READY_STATUS]		= QPHY_V4_PCS_READY_STATUS,

>  };

>  

>  static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {


Reviewed-by: Manu Gautam <mgautam@codeaurora.org>



-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Can Guo Dec. 24, 2019, 5:49 a.m. UTC | #2
On 2019-12-23 22:30, Vinod Koul wrote:
> We already define register offsets so use them in register layout.

> 

> Signed-off-by: Vinod Koul <vkoul@kernel.org>


Reviewed-by: Can Guo <cang@codeaurora.org>


> ---

>  drivers/phy/qualcomm/phy-qcom-qmp.c | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c

> b/drivers/phy/qualcomm/phy-qcom-qmp.c

> index 66f91726b8b2..1196c85aa023 100644

> --- a/drivers/phy/qualcomm/phy-qcom-qmp.c

> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c

> @@ -166,8 +166,8 @@ static const unsigned int 

> sdm845_ufsphy_regs_layout[] = {

>  };

> 

>  static const unsigned int sm8150_ufsphy_regs_layout[] = {

> -	[QPHY_START_CTRL]		= 0x00,

> -	[QPHY_PCS_READY_STATUS]		= 0x180,

> +	[QPHY_START_CTRL]		= QPHY_V4_PHY_START,

> +	[QPHY_PCS_READY_STATUS]		= QPHY_V4_PCS_READY_STATUS,

>  };

> 

>  static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {
diff mbox series

Patch

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
index 66f91726b8b2..1196c85aa023 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
@@ -166,8 +166,8 @@  static const unsigned int sdm845_ufsphy_regs_layout[] = {
 };
 
 static const unsigned int sm8150_ufsphy_regs_layout[] = {
-	[QPHY_START_CTRL]		= 0x00,
-	[QPHY_PCS_READY_STATUS]		= 0x180,
+	[QPHY_START_CTRL]		= QPHY_V4_PHY_START,
+	[QPHY_PCS_READY_STATUS]		= QPHY_V4_PCS_READY_STATUS,
 };
 
 static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {