Skip to content

Commit 7936378

Browse files
tq-steinavinodkoul
authored andcommitted
phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use dashes
Devicetree spec lists only dashes as valid characters for alias names. Table 3.2: Valid characters for alias names, Devicee Specification, Release v0.4 Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Fixes: 3fbae28 ("phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support") Link: https://lore.kernel.org/r/20240110093343.468810-1-alexander.stein@ew.tq-group.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 54be6c6 commit 7936378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ static int mixel_dphy_probe(struct platform_device *pdev)
706706
return ret;
707707
}
708708

709-
priv->id = of_alias_get_id(np, "mipi_dphy");
709+
priv->id = of_alias_get_id(np, "mipi-dphy");
710710
if (priv->id < 0) {
711711
dev_err(dev, "Failed to get phy node alias id: %d\n",
712712
priv->id);

0 commit comments

Comments
 (0)