]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/ipu.h
usb: dwc2: Add brcm,bcm2708-usb compatible
[u-boot] / drivers / video / ipu.h
index 348be58bf6abaa729401d0db9744bdc0cf801c90..1e02c7ab6d5f78a6cca1cd30c66e2d491bee7649 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Porting to u-boot:
  *
@@ -7,8 +8,6 @@
  * Linux IPU driver for MX51:
  *
  * (C) Copyright 2005-2010 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __ASM_ARCH_IPU_H__
@@ -253,6 +252,7 @@ struct clk *clk_get_parent(struct clk *clk);
 
 void ipu_dump_registers(void);
 int ipu_probe(void);
+bool ipu_clk_enabled(void);
 
 void ipu_dmfc_init(int dmfc_type, int first);
 void ipu_init_dc_mappings(void);