Re: [U-Boot] [PATCH 09/26] dm: video: tegra124: Convert to livetree

2017-05-19 Thread Anatolij Gustschin
On Fri, 19 May 2017 08:30:52 -0600 Simon Glass s...@chromium.org wrote: > Update these drivers to support a live device tree. > > Signed-off-by: Simon Glass > --- > > drivers/video/tegra124/display.c | 8 +++- > drivers/video/tegra124/dp.c | 3 +-- > drivers/video/tegra124/sor.c

[U-Boot] [PATCH 09/26] dm: video: tegra124: Convert to livetree

2017-05-19 Thread Simon Glass
Update these drivers to support a live device tree. Signed-off-by: Simon Glass --- drivers/video/tegra124/display.c | 8 +++- drivers/video/tegra124/dp.c | 3 +-- drivers/video/tegra124/sor.c | 25 +++-- 3 files changed, 11 insertions(+), 25 deletions(-) diff