From: Oliver Brown Date: Mon, 29 Jan 2018 20:08:44 +0000 (-0600) Subject: MLK-17404-2 include: Adding header for i.MX8 HDMI support X-Git-Tag: rel_imx_4.9.88_2.0.0_ga~67 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=42f1298bdeac2e37d30ce4c1265696b3c46fb107;p=u-boot.git MLK-17404-2 include: Adding header for i.MX8 HDMI support Adding header file for i.MX8 HDMI support Signed-off-by: Oliver Brown --- diff --git a/include/imx8_hdmi.h b/include/imx8_hdmi.h new file mode 100644 index 0000000000..741f86d2fd --- /dev/null +++ b/include/imx8_hdmi.h @@ -0,0 +1,13 @@ +/* + * Copyright 2018 NXP + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __IMX8_HDMI_H__ +#define __IMX8_HDMI_H__ + +void imx8_hdmi_enable(int encoding, struct video_mode_settings *vms); +void imx8_hdmi_disable(void); + +#endif /* __IMX8_HDMI_H__*/