aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2024-03-25 02:57:29 +0000
committerHelge Deller <[email protected]>2024-03-25 05:49:05 +0100
commitada5caa4e081b067736e872f2701e1c677290f22 (patch)
treeeab0681969b984c4dcd4c41a9777bd25dab60aa9 /tools/perf/scripts/python/export-to-postgresql.py
parent4cece764965020c22cff7665b18a012006359095 (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/[email protected] Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions