summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/imx-common
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-04-20 07:53:48 +0200
committerAnatolij Gustschin <agust@denx.de>2015-04-20 09:36:59 +0200
commitcb9f8e6a737e60f460896111b32bbebc45aa1cd1 (patch)
tree1a85ecf3f8386908b57ada54da064bc6194af436 /arch/arm/include/asm/imx-common
parent0ced25beb5c0ee6aefe183c980560bed3d664fdb (diff)
downloadtalos-obmc-uboot-cb9f8e6a737e60f460896111b32bbebc45aa1cd1.tar.gz
talos-obmc-uboot-cb9f8e6a737e60f460896111b32bbebc45aa1cd1.zip
video, ipu: make ldb clock frequency overwritable through board code
the ldb clock can be setup in board code (for example set through PLL5). Update the ldb_clock rate also through board code. This should be removed, if a clock framework is availiable. Signed-off-by: Heiko Schocher <hs@denx.de> Tested-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'arch/arm/include/asm/imx-common')
-rw-r--r--arch/arm/include/asm/imx-common/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/imx-common/video.h b/arch/arm/include/asm/imx-common/video.h
index 1a907d44e4..cad5f861cb 100644
--- a/arch/arm/include/asm/imx-common/video.h
+++ b/arch/arm/include/asm/imx-common/video.h
@@ -26,4 +26,5 @@ extern struct display_info_t const displays[];
extern size_t display_count;
#endif
+int ipu_set_ldb_clock(int rate);
#endif
OpenPOWER on IntegriCloud