Re: [U-Boot] [PATCH 13/21] dm: tegra: video: Remove use of fdtdec GPIO support

2015-01-14 Thread Simon Glass
On 5 January 2015 at 20:05, Simon Glass wrote: > These functions are going away, so use the new uclass support instead. > > Signed-off-by: Simon Glass > --- > > arch/arm/include/asm/arch-tegra20/display.h | 9 ++--- > drivers/video/tegra.c | 54 > +++--

[U-Boot] [PATCH 13/21] dm: tegra: video: Remove use of fdtdec GPIO support

2015-01-05 Thread Simon Glass
These functions are going away, so use the new uclass support instead. Signed-off-by: Simon Glass --- arch/arm/include/asm/arch-tegra20/display.h | 9 ++--- drivers/video/tegra.c | 54 +++-- 2 files changed, 25 insertions(+), 38 deletions(-) diff