summaryrefslogtreecommitdiffstats
path: root/board/freescale/common/dcu_sii9022a.h
diff options
context:
space:
mode:
authorWang Huan <b18965@freescale.com>2014-09-05 13:52:49 +0800
committerYork Sun <yorksun@freescale.com>2014-09-08 10:30:35 -0700
commit4081bf4f903cf3709a48a0d67cba7b043dd7a50e (patch)
treefcff3795974a5bf1d9e7f9ef288c06149bbb317b /board/freescale/common/dcu_sii9022a.h
parent327def5060d03648801b8c92b3235b0c9426af47 (diff)
downloadblackbird-obmc-uboot-4081bf4f903cf3709a48a0d67cba7b043dd7a50e.tar.gz
blackbird-obmc-uboot-4081bf4f903cf3709a48a0d67cba7b043dd7a50e.zip
video: dcu: Add Sii9022A HDMI Transmitter support
On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter is used. This patch adds the common setting for this chip. Signed-off-by: Alison Wang <alison.wang@freescale.com>
Diffstat (limited to 'board/freescale/common/dcu_sii9022a.h')
-rw-r--r--board/freescale/common/dcu_sii9022a.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/freescale/common/dcu_sii9022a.h b/board/freescale/common/dcu_sii9022a.h
new file mode 100644
index 0000000000..de76733b36
--- /dev/null
+++ b/board/freescale/common/dcu_sii9022a.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __DCU_HDMI_SII9022A__
+#define __DCU_HDMI_SII9022A__
+
+/* Programming of Silicon SII9022A connector HDMI Transmitter*/
+int dcu_set_dvi_encoder(struct fb_videomode *videomode);
+
+#endif
OpenPOWER on IntegriCloud