xref: /openbmc/u-boot/board/freescale/common/diu_ch7301.h (revision 344c837686b4268882ee4942f2a1e5e5716c7383)
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