mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
4081bf4f90
On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter is used. This patch adds the common setting for this chip. Signed-off-by: Alison Wang <alison.wang@freescale.com>
13 lines
290 B
C
13 lines
290 B
C
/*
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __DCU_HDMI_SII9022A__
|
|
#define __DCU_HDMI_SII9022A__
|
|
|
|
/* Programming of Silicon SII9022A connector HDMI Transmitter*/
|
|
int dcu_set_dvi_encoder(struct fb_videomode *videomode);
|
|
|
|
#endif
|