xref: /OK3568_Linux_fs/u-boot/board/freescale/common/diu_ch7301.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 
7 #ifndef __DIU_HDMI_CH7301__
8 #define __DIU_HDMI_CH7301__
9 
10 /* Programming of HDMI Chrontel CH7301 connector */
11 int diu_set_dvi_encoder(unsigned int pixclock);
12 
13 #endif
14