summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-ti-am654.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-ti-am654.c')
-rw-r--r--drivers/phy/phy-ti-am654.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-ti-am654.c b/drivers/phy/phy-ti-am654.c
index 8e35ea1475..82010e7c96 100644
--- a/drivers/phy/phy-ti-am654.c
+++ b/drivers/phy/phy-ti-am654.c
@@ -344,7 +344,7 @@ static int serdes_am654_bind(struct udevice *dev)
ret = device_bind_driver_to_node(dev->parent,
"ti-serdes-am654-mux-clk",
- dev_read_name(dev), dev->node,
+ dev_read_name(dev), dev_ofnode(dev),
NULL);
if (ret) {
dev_err(dev, "%s: not able to bind clock driver\n", __func__);