diff options
| author | Kuninori Morimoto <[email protected]> | 2024-10-31 22:42:07 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2024-11-12 12:05:35 +0000 |
| commit | 17558f97fe62fbe14757880a0aa998bfd194ea95 (patch) | |
| tree | 8e98657d7c0a8cee04c74694dfe93fe249a937b9 /drivers/gpu/drm/tiny/sharp-memory.c | |
| parent | drm/bridge: cdns-mhdp8546: Remove unused functions (diff) | |
| download | kernel-17558f97fe62fbe14757880a0aa998bfd194ea95.tar.gz kernel-17558f97fe62fbe14757880a0aa998bfd194ea95.zip | |
gpu: drm: 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/[email protected]
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tiny/sharp-memory.c')
0 files changed, 0 insertions, 0 deletions
