]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t1042RDB: Add Video - HDMI support
authorJason Jin <Jason.Jin@freescale.com>
Wed, 19 Mar 2014 02:47:56 +0000 (10:47 +0800)
committerYork Sun <yorksun@freescale.com>
Tue, 12 Aug 2014 19:26:47 +0000 (12:26 -0700)
commitcf8ddacffce84376380260c9b0bbe03a39b8884d
tree900f2436124ec3145b329d390eef9c80df3436c1
parentc53711bb6289a5ac2d909dfe626e6a3cb9b23bfe
powerpc/t1042RDB: Add Video - HDMI support

T1042 has internal display interface unit (DIU) for driving video.
T1042RDB 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 T1042RDB.
This patch add support to
-enable Video interface for T1042RDB
-route qixis multiplexing to enable DIU-HDMI interface on board
-program DIU pixel clock gerenartor for T1042
-program HDMI encoder via I2C on board

This patch refer to the upstream diu patch
(337b0c52b3296f371d04aef71a833e09110e0e6b) for T1040qds.

Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
[York Sun: resolve conflict and move changes to T104xRDB.h]
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/t104xrdb/Makefile
board/freescale/t104xrdb/diu.c [new file with mode: 0644]
include/configs/T104xRDB.h