From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 7 Mar 2014 15:05:33 -0800 Subject: [U-Boot] [PATCH][v2] powerpc/t1040qds: Add Video - HDMI support In-Reply-To: <1393411313-8153-1-git-send-email-Priyanka.Jain@freescale.com> References: <1393411313-8153-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <531A50BD.5050006@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/26/2014 02:41 AM, Priyanka Jain wrote: > T1040 has internal display interface unit (DIU) for driving video. > T1040QDS supports video mode via > -LCD using TI enconder > -HDMI type interface via HDMI encoder > > Chrontel, CH7301C encoder which is I2C programmable is used as > HDMI connector on T1040QDS. > This patch add support to > -enable Video interface for T1040QDS > -route qixis multiplexing to enable DIU-HDMI interface on board > -program DIU pixel clock gerenartor for T1040 > -program HDMI encoder via I2C on board > > Signed-off-by: Priyanka Jain > --- > Changes for v2: Fix compilation warnings > Depends on http://patchwork.ozlabs.org/patch/315294/ Applied to u-boot-mpc85xx/master. Thanks. York