]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00177737-2: add HDMI sii902x support in mx6q-arm2
authorHake Huang <b20222@freescale.com>
Fri, 23 Mar 2012 02:57:37 +0000 (10:57 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:19 +0000 (14:11 +0200)
commitec6c540b45a7d0b8833e1dde5ad76c40dcba677e
tree345fe96603ab9c1048e8f4c254331ef5265e55de
parent7e1dd9e73a994ee22d70fe729873f2ea978fd76f
ENGR00177737-2: add HDMI sii902x support in mx6q-arm2

test with
video=mxcfb0:dev=sii902x_hdmi,1024x768M@60,if=RGB24 disable_mipi_dsi

Note:
1. currently we use the same ipu setting port with on chip HDMI,
if we need coexist need change the on chip HDMI ipu settings.
2. need remove MIPI DSI initial with 'disable_mipi_dsi' in kernel command line,
as mipi dsi reset will reset on board sii902x as well.
3. change the I2C2 work at 100K not 400K, to be compatible with EDID spec.
4. the side effect is that Sii902x will have to use "sii902x_hdmi",
instead of "hdmi" as before

Signed-off-by: Hake Huang <b20222@freescale.com>
arch/arm/mach-mx6/board-mx6q_arm2.c