aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/common/diu_ch7301.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/common/diu_ch7301.h')
-rw-r--r--roms/u-boot/board/freescale/common/diu_ch7301.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/common/diu_ch7301.h b/roms/u-boot/board/freescale/common/diu_ch7301.h
new file mode 100644
index 000000000..f35661cdc
--- /dev/null
+++ b/roms/u-boot/board/freescale/common/diu_ch7301.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ */
+
+#ifndef __DIU_HDMI_CH7301__
+#define __DIU_HDMI_CH7301__
+
+/* Programming of HDMI Chrontel CH7301 connector */
+int diu_set_dvi_encoder(unsigned int pixclock);
+
+#endif