RE: [PATCH 2/2] video: stm32_dsi: Convert to use APIs which support live DT

2020-10-02 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 17:44 > > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the driver > can > support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/video/stm32/stm32_dsi.c | 3 +-- > 1 file changed, 1

Re: [PATCH 2/2] video: stm32_dsi: Convert to use APIs which support live DT

2020-09-10 Thread Yannick FERTRE
Reviewed-by: Yannick Fertré On 9/9/20 5:44 PM, Patrick Delaunay wrote: > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the > driver can support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/video/stm32/stm32_dsi.c | 3 +-- > 1 file changed, 1

Re: [PATCH 2/2] video: stm32_dsi: Convert to use APIs which support live DT

2020-09-10 Thread Simon Glass
On Wed, 9 Sep 2020 at 09:44, Patrick Delaunay wrote: > > Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the > driver can support live DT. > > Signed-off-by: Patrick Delaunay > --- > > drivers/video/stm32/stm32_dsi.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)