Re: [U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-24 Thread Stefano Babic
On 24/05/2016 17:28, Andrew Shadura wrote: > On 24/05/16 17:26, Stefano Babic wrote: ...but CONFIG_VIDEO_IPUV3 is set in include/configs/ge_bx50v3.h, that >> means your changes works on a out-of-tree version of the board. >> >> To get this real working, you need to set CONFIG_VIDEO

Re: [U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-24 Thread Andrew Shadura
On 24/05/16 17:26, Stefano Babic wrote: >>> ...but CONFIG_VIDEO_IPUV3 is set in include/configs/ge_bx50v3.h, that >>> >> means your changes works on a out-of-tree version of the board. >>> >> >>> >> To get this real working, you need to set CONFIG_VIDEO_IPUV3 via >>> >> menuconfig, that is outside

Re: [U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-24 Thread Stefano Babic
Hi Andrew, On 24/05/2016 16:09, Andrew Shadura wrote: > On 24/05/16 16:07, Stefano Babic wrote: >> Hi Andrew, >> >> On 20/05/2016 14:22, Andrew Shadura wrote: Don't try to configure the backlight when CONFIG_VIDEO_IPUV3 isn't set. Signed-off-by: Andrew Shadura --- board/

Re: [U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-24 Thread Andrew Shadura
On 24/05/16 16:07, Stefano Babic wrote: > Hi Andrew, > > On 20/05/2016 14:22, Andrew Shadura wrote: >> > Don't try to configure the backlight when CONFIG_VIDEO_IPUV3 isn't set. >> > >> > Signed-off-by: Andrew Shadura >> > --- >> > board/ge/bx50v3/bx50v3.c | 3 +++ >> > 1 file changed, 3 inserti

Re: [U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-24 Thread Stefano Babic
Hi Andrew, On 20/05/2016 14:22, Andrew Shadura wrote: > Don't try to configure the backlight when CONFIG_VIDEO_IPUV3 isn't set. > > Signed-off-by: Andrew Shadura > --- > board/ge/bx50v3/bx50v3.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx5

[U-Boot] [PATCH] board: ge: bx50v3: don't configure the backlight when there's no display

2016-05-20 Thread Andrew Shadura
Don't try to configure the backlight when CONFIG_VIDEO_IPUV3 isn't set. Signed-off-by: Andrew Shadura --- board/ge/bx50v3/bx50v3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index e167cd5..fb112ee 100644 --- a/board/ge/bx50v3/bx50v3