mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
c53711bb62
The ch7301 encoder not only used in t1040qds platform, so we split it for t1042rdb and LSx platform. Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
13 lines
265 B
C
13 lines
265 B
C
/*
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __DIU_HDMI_CH7301__
|
|
#define __DIU_HDMI_CH7301__
|
|
|
|
/* Programming of HDMI Chrontel CH7301 connector */
|
|
int diu_set_dvi_encoder(unsigned int pixclock);
|
|
|
|
#endif
|