summaryrefslogtreecommitdiff
path: root/board/freescale/t1040qds/t1040qds.h
diff options
context:
space:
mode:
authorPriyanka Jain <Priyanka.Jain@freescale.com>2014-02-26 16:11:53 +0530
committerYork Sun <yorksun@freescale.com>2014-03-07 14:53:40 -0800
commit337b0c52b3296f371d04aef71a833e09110e0e6b (patch)
treea4c0f725f8ea2b19666bf42a8ab589b89e4a03ba /board/freescale/t1040qds/t1040qds.h
parentbf4699db852f88b0a30b9d7e8b1bea83d01c0d92 (diff)
downloadu-boot-imx-337b0c52b3296f371d04aef71a833e09110e0e6b.zip
u-boot-imx-337b0c52b3296f371d04aef71a833e09110e0e6b.tar.gz
u-boot-imx-337b0c52b3296f371d04aef71a833e09110e0e6b.tar.bz2
powerpc/t1040qds: Add Video - HDMI support
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 <Priyanka.Jain@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t1040qds/t1040qds.h')
-rw-r--r--board/freescale/t1040qds/t1040qds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t1040qds/t1040qds.h b/board/freescale/t1040qds/t1040qds.h
index 79bdeda..5041f37 100644
--- a/board/freescale/t1040qds/t1040qds.h
+++ b/board/freescale/t1040qds/t1040qds.h
@@ -9,5 +9,6 @@
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, bd_t *bd);
+int select_i2c_ch_pca9547(u8 ch);
#endif