* [PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name
@ 2024-08-01 6:57 Xu Yang
2024-08-01 8:35 ` Alexander Stein
0 siblings, 1 reply; 3+ messages in thread
From: Xu Yang @ 2024-08-01 6:57 UTC (permalink / raw)
To: vkoul, kishon, shawnguo, s.hauer, kernel, festevam,
alexander.stein
Cc: jun.li, xu.yang_2, linux-phy, imx, linux-arm-kernel, linux-kernel
According to fsl,imx8mq-usb-phy.yaml, this tuning parameter should be
fsl,phy-pcs-tx-deemph-3p5db-attenuation-db.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
---
drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
index 0b9a59d5b8f0..adc6394626ce 100644
--- a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
+++ b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
@@ -176,7 +176,7 @@ static void imx8m_get_phy_tuning_data(struct imx8mq_usb_phy *imx_phy)
imx_phy->comp_dis_tune =
phy_comp_dis_tune_from_property(imx_phy->comp_dis_tune);
- if (device_property_read_u32(dev, "fsl,pcs-tx-deemph-3p5db-attenuation-db",
+ if (device_property_read_u32(dev, "fsl,phy-pcs-tx-deemph-3p5db-attenuation-db",
&imx_phy->pcs_tx_deemph_3p5db))
imx_phy->pcs_tx_deemph_3p5db = PHY_TUNE_DEFAULT;
else
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name
2024-08-01 6:57 [PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name Xu Yang
@ 2024-08-01 8:35 ` Alexander Stein
2024-08-01 10:55 ` Xu Yang
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Stein @ 2024-08-01 8:35 UTC (permalink / raw)
To: vkoul, kishon, shawnguo, s.hauer, kernel, festevam, Xu Yang
Cc: jun.li, xu.yang_2, linux-phy, imx, linux-arm-kernel, linux-kernel
Am Donnerstag, 1. August 2024, 08:57:16 CEST schrieb Xu Yang:
> According to fsl,imx8mq-usb-phy.yaml, this tuning parameter should be
> fsl,phy-pcs-tx-deemph-3p5db-attenuation-db.
Should this include a Fixes tag?
Best regards,
Alexander
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> ---
> drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> index 0b9a59d5b8f0..adc6394626ce 100644
> --- a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> +++ b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> @@ -176,7 +176,7 @@ static void imx8m_get_phy_tuning_data(struct imx8mq_usb_phy *imx_phy)
> imx_phy->comp_dis_tune =
> phy_comp_dis_tune_from_property(imx_phy->comp_dis_tune);
>
> - if (device_property_read_u32(dev, "fsl,pcs-tx-deemph-3p5db-attenuation-db",
> + if (device_property_read_u32(dev, "fsl,phy-pcs-tx-deemph-3p5db-attenuation-db",
> &imx_phy->pcs_tx_deemph_3p5db))
> imx_phy->pcs_tx_deemph_3p5db = PHY_TUNE_DEFAULT;
> else
>
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name
2024-08-01 8:35 ` Alexander Stein
@ 2024-08-01 10:55 ` Xu Yang
0 siblings, 0 replies; 3+ messages in thread
From: Xu Yang @ 2024-08-01 10:55 UTC (permalink / raw)
To: Alexander Stein
Cc: vkoul, kishon, shawnguo, s.hauer, kernel, festevam, jun.li,
linux-phy, imx, linux-arm-kernel, linux-kernel
On Thu, Aug 01, 2024 at 10:35:15AM +0200, Alexander Stein wrote:
> Am Donnerstag, 1. August 2024, 08:57:16 CEST schrieb Xu Yang:
> > According to fsl,imx8mq-usb-phy.yaml, this tuning parameter should be
> > fsl,phy-pcs-tx-deemph-3p5db-attenuation-db.
>
> Should this include a Fixes tag?
Sure. I forget this tag. Will add it.
Thanks,
Xu Yang
>
> Best regards,
> Alexander
>
> > Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> > ---
> > drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> > index 0b9a59d5b8f0..adc6394626ce 100644
> > --- a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> > +++ b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
> > @@ -176,7 +176,7 @@ static void imx8m_get_phy_tuning_data(struct imx8mq_usb_phy *imx_phy)
> > imx_phy->comp_dis_tune =
> > phy_comp_dis_tune_from_property(imx_phy->comp_dis_tune);
> >
> > - if (device_property_read_u32(dev, "fsl,pcs-tx-deemph-3p5db-attenuation-db",
> > + if (device_property_read_u32(dev, "fsl,phy-pcs-tx-deemph-3p5db-attenuation-db",
> > &imx_phy->pcs_tx_deemph_3p5db))
> > imx_phy->pcs_tx_deemph_3p5db = PHY_TUNE_DEFAULT;
> > else
> >
>
>
> --
> TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
> Amtsgericht München, HRB 105018
> Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
> http://www.tq-group.com/
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-01 10:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 6:57 [PATCH] phy: fsl-imx8mq-usb: fix tuning parameter name Xu Yang
2024-08-01 8:35 ` Alexander Stein
2024-08-01 10:55 ` Xu Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox