Re: [PATCH 1/4] gpu: drm: replace of_graph_get_next_endpoint()

2024-02-06 Thread Laurent Pinchart
Hello Morimoto-san, Thank you for the patch. On Tue, Feb 06, 2024 at 02:55:01AM +, Kuninori Morimoto wrote: > 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 matc

[PATCH 1/4] gpu: drm: replace of_graph_get_next_endpoint()

2024-02-05 Thread Kuninori Morimoto
>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_r