blob: f35661cdc499eda56e8748f251f6a0bd897357d3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Wang Dongshengc53711b2014-03-19 10:47:55 +08002/*
3 * Copyright 2014 Freescale Semiconductor, Inc.
Wang Dongshengc53711b2014-03-19 10:47:55 +08004 */
5
6#ifndef __DIU_HDMI_CH7301__
7#define __DIU_HDMI_CH7301__
8
9/* Programming of HDMI Chrontel CH7301 connector */
10int diu_set_dvi_encoder(unsigned int pixclock);
11
12#endif