From: Liu Ying Date: Thu, 13 Sep 2012 09:30:10 +0000 (+0800) Subject: ENGR00223797-10 ARM:MX6 Kconfig:Support MX6_CLK_FOR_BOOTUI_TRANS X-Git-Tag: v3.0.35-fsl~418 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=456bdcbb4e8040b6134120e1433068d16197194d;p=karo-tx-linux.git ENGR00223797-10 ARM:MX6 Kconfig:Support MX6_CLK_FOR_BOOTUI_TRANS This patch adds CONFIG_MX6_CLK_FOR_BOOTUI_TRANS support. Setting this Kconfig may keep enable IPU related clocks and PWM clocks and avoid setting IPU related clocks' parents when initializing clock tree so that bootloader splashimage can transition to kernel smoothly. Signed-off-by: Liu Ying (cherry picked from commit 21b5e4d436666967585313948a03421da1f8f68b) --- diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig index c5d64a916ee2..fc2190d8bddd 100644 --- a/arch/arm/mach-mx6/Kconfig +++ b/arch/arm/mach-mx6/Kconfig @@ -269,4 +269,13 @@ config MX6_INTER_LDO_BYPASS LDO will replaced by external pmic regulator(e.g. pfuze100), VDDCORE can be adjust automatically adjust by cpu frequency. +config MX6_CLK_FOR_BOOTUI_TRANS + bool "MX6 clk setting for smooth UI transtion from bootloader to kernel" + depends on MXC_IPU_V3H + default n + help + This is choosed to keep enable IPU related clocks and PWM clocks and + avoid setting IPU related clocks' parents when initializing clock tree + so that bootloader splashimage can transition to kernel smoothly. + endif