From b67f069c7f90e3f86e6e932afeeab270be8c2310 Mon Sep 17 00:00:00 2001 From: "keith.zhao" Date: Thu, 16 Feb 2023 03:48:54 -0800 Subject: vout:dc8200: add vout mipi driver add vout mipi pipeline driver in uboot Signed-off-by:keith.zhao --- include/dsi_host.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dsi_host.h b/include/dsi_host.h index 9dfc7b3687..4cad8f3fe5 100644 --- a/include/dsi_host.h +++ b/include/dsi_host.h @@ -69,5 +69,6 @@ int dsi_host_init(struct udevice *dev, * @return 0 if OK, -ve on error */ int dsi_host_enable(struct udevice *dev); +int dsi_host_disable(struct udevice *dev); #endif -- cgit v1.2.3