Hi Rob
Thank you for your review
> > @@ -922,7 +923,7 @@ static int dss_init_ports(struct platform_device *pdev)
> > if (parent == NULL)
> > return 0;
>
> of_graph_get_next_port() handles parent==NULL, so you can drop this
> check. And the other cases.
Yes, indeed.
will updat
On Wed, Aug 28, 2024 at 05:12:22AM +, Kuninori Morimoto wrote:
> Now we can use new port related functions for port parsing. Use it.
>
> Signed-off-by: Kuninori Morimoto
> ---
> drivers/video/fbdev/omap2/omapfb/dss/dpi.c| 3 +-
> drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 66 --
Now we can use new port related functions for port parsing. Use it.
Signed-off-by: Kuninori Morimoto
---
drivers/video/fbdev/omap2/omapfb/dss/dpi.c| 3 +-
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 66 ---
drivers/video/fbdev/omap2/omapfb/dss/dss.c| 9 +--
drivers/