Re: [U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-08-14 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot On Behalf Of Bin Meng > Sent: Thursday, July 25, 2019 1:57 PM > To: Wen He > Cc: U-Boot Mailing List > Subject: Re: [U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power > support > > On Thu, Jul 25, 2019 at 3:18 PM We

Re: [U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-25 Thread Bin Meng
On Thu, Jul 25, 2019 at 3:18 PM Wen He wrote: > > Enable DP_PWR signal to power the DP to HDMI converter cable. > > Signed-off-by: Wen He > --- > board/freescale/ls1028a/ls1028a.c | 13 + > include/configs/ls1028a_common.h | 3 +++ > 2 files changed, 16 insertions(+) > > diff

[U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-25 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 13 + include/configs/ls1028a_common.h | 3 +++ 2 files changed, 16 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c