Skip to content

Commit ce52c25

Browse files
Xu Yangvinodkoul
authored andcommitted
phy: fsl-imx8mq-usb: fix tuning parameter name
According to fsl,imx8mq-usb-phy.yaml, this tuning parameter should be fsl,phy-pcs-tx-deemph-3p5db-attenuation-db. Fixes: 63c85ad ("phy: fsl-imx8mp-usb: add support for phy tuning") Cc: [email protected] Signed-off-by: Xu Yang <[email protected]> Reviewed-by: Alexander Stein <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 0e8a050 commit ce52c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/freescale/phy-fsl-imx8mq-usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static void imx8m_get_phy_tuning_data(struct imx8mq_usb_phy *imx_phy)
176176
imx_phy->comp_dis_tune =
177177
phy_comp_dis_tune_from_property(imx_phy->comp_dis_tune);
178178

179-
if (device_property_read_u32(dev, "fsl,pcs-tx-deemph-3p5db-attenuation-db",
179+
if (device_property_read_u32(dev, "fsl,phy-pcs-tx-deemph-3p5db-attenuation-db",
180180
&imx_phy->pcs_tx_deemph_3p5db))
181181
imx_phy->pcs_tx_deemph_3p5db = PHY_TUNE_DEFAULT;
182182
else

0 commit comments

Comments
 (0)