summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-15 17:38:55 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:24:35 +0800
commitfce3f6e59f6ae5a171bbb6581420712c4aaa14c3 (patch)
treed7d2b04f037b0738448be9b20114ac1e70775cb7 /arch/arm/include
parentd9c18658e20ad8cca6f1d1fda39c2c0b8f4fed95 (diff)
downloadu-boot-imx-fce3f6e59f6ae5a171bbb6581420712c4aaa14c3.zip
u-boot-imx-fce3f6e59f6ae5a171bbb6581420712c4aaa14c3.tar.gz
u-boot-imx-fce3f6e59f6ae5a171bbb6581420712c4aaa14c3.tar.bz2
MLK-13929-5 mx7ulp: Update clock and SoC functions for video
Add the clocks functions for enabling LCDIF and DSI clocks. Also add the arch_preboot_os to disable the video before enter into the kernel. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit a783799017a929f9918c9c5981fe3a7a25cd8125)
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx7ulp/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7ulp/clock.h b/arch/arm/include/asm/arch-mx7ulp/clock.h
index ddb9d1f..0bebe95 100644
--- a/arch/arm/include/asm/arch-mx7ulp/clock.h
+++ b/arch/arm/include/asm/arch-mx7ulp/clock.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -37,6 +38,8 @@ void enable_ocotp_clk(unsigned char enable);
#ifdef CONFIG_USB_EHCI
void enable_usboh3_clk(unsigned char enable);
#endif
+void enable_mipi_dsi_clk(unsigned char enable);
+void mxs_set_lcdclk(uint32_t base_addr, uint32_t freq_in_khz);
void init_clk_usdhc(u32 index);
void clock_init(void);
void hab_caam_clock_enable(unsigned char enable);