summaryrefslogtreecommitdiff
path: root/drivers/core/ofnode_graph.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-04-11 09:11:38 -0600
committerTom Rini <[email protected]>2025-04-11 09:11:38 -0600
commit295376ce8a32268a1bb0879eb0448e0c0e580727 (patch)
tree920c68e2656b02c2c3eb3ec49de6dec42214fb69 /drivers/core/ofnode_graph.c
parentdea298c62e904dd697e7b91bd3dae5d839f31d8f (diff)
parentba71e4ef4d3d3edc05c29e14f0ed84ecce4bb051 (diff)
Merge tag 'u-boot-imx-master-20250411' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25652 - Add i.MX8MP LDB support. - Various phycore-imx93 environment improvements. - Add support for Toradex SMARC iMX8MP.
Diffstat (limited to 'drivers/core/ofnode_graph.c')
-rw-r--r--drivers/core/ofnode_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/ofnode_graph.c b/drivers/core/ofnode_graph.c
index 90c92af3258..175ac768771 100644
--- a/drivers/core/ofnode_graph.c
+++ b/drivers/core/ofnode_graph.c
@@ -98,7 +98,7 @@ ofnode ofnode_graph_get_port_by_id(ofnode parent, u32 id)
* @id: id for the endpoint
*
* Return: ofnode in given endpoint or ofnode_null() if not found.
- * reg and port_reg are ignored when they are -1.
+ * reg_id and id are ignored when they are -1.
*/
ofnode ofnode_graph_get_endpoint_by_regs(ofnode parent, int reg_id, int id)
{