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