summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkeith.zhao <keith.zhao@starfivetech.com>2023-02-16 14:48:54 +0300
committerkeith.zhao <keith.zhao@starfivetech.com>2023-02-17 09:13:17 +0300
commitb67f069c7f90e3f86e6e932afeeab270be8c2310 (patch)
tree33cae2cd26c538c450d25edcd2e2130a75b5012a /include
parent83dd8745566468e28ff72893c76eb5e7d69a8bf4 (diff)
downloadu-boot-b67f069c7f90e3f86e6e932afeeab270be8c2310.tar.xz
vout:dc8200: add vout mipi driver
add vout mipi pipeline driver in uboot Signed-off-by:keith.zhao<keith.zhao@statfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/dsi_host.h1
1 files changed, 1 insertions, 0 deletions
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