Re: [U-Boot] [PATCH v4 16/18] video: dcu: Add Sii9022A HDMI Transmitter support

2014-08-16 Thread AlisonWang
On 08/13/2014 11:45 PM, Alison Wang wrote: > On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter > is used. This patch adds the common setting for this > chip. > Shouldn't this driver stay under driver/video? It is for the HDMI transmitter, not Freescale board specific, is it? [Alison Wang]

Re: [U-Boot] [PATCH v4 16/18] video: dcu: Add Sii9022A HDMI Transmitter support

2014-08-14 Thread York Sun
On 08/13/2014 11:45 PM, Alison Wang wrote: > On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter > is used. This patch adds the common setting for this > chip. > > Signed-off-by: Alison Wang > --- > Change log: > v4: Add commit messages. > v3: New file. > > board/freescale/common/Makefile

[U-Boot] [PATCH v4 16/18] video: dcu: Add Sii9022A HDMI Transmitter support

2014-08-14 Thread Alison Wang
On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter is used. This patch adds the common setting for this chip. Signed-off-by: Alison Wang --- Change log: v4: Add commit messages. v3: New file. board/freescale/common/Makefile | 2 + board/freescale/common/dcu_sii9022a.c | 153 ++