diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2024-03-25 02:57:29 +0000 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-03-25 05:49:05 +0100 |
commit | ada5caa4e081b067736e872f2701e1c677290f22 (patch) | |
tree | eab0681969b984c4dcd4c41a9777bd25dab60aa9 /lib/crypto/mpi/mpi-add.c | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
fbdev: omap2: replace of_graph_get_next_endpoint()
From DT point of view, in general, drivers should be asking for a
specific port number because their function is fixed in the binding.
of_graph_get_next_endpoint() doesn't match to this concept.
Simply replace
- of_graph_get_next_endpoint(xxx, NULL);
+ of_graph_get_endpoint_by_regs(xxx, 0, -1);
Link: https://lore.kernel.org/r/20240202174941.GA310089-robh@kernel.org
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'lib/crypto/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions