1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef __DIU_HDMI_CH7301__
7 #define __DIU_HDMI_CH7301__
8 
9 /* Programming of HDMI Chrontel CH7301 connector */
10 int diu_set_dvi_encoder(unsigned int pixclock);
11 
12 #endif
13