diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-20 09:13:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-20 09:13:52 -0400 |
commit | 1733259d25015c28c47990ec11af99b3f62f811c (patch) | |
tree | 654c376440e5b01603e88dc22047d657f635def7 /arch/arm | |
parent | 791a9f67f4f8db512cf59b40f47544fb335cd8db (diff) | |
parent | fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4 (diff) | |
download | u-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.zip u-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.tar.gz u-boot-imx-1733259d25015c28c47990ec11af99b3f62f811c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/imx-common/video.h | 1 |
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 1a907d4..cad5f86 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 |