]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00223797-10 ARM:MX6 Kconfig:Support MX6_CLK_FOR_BOOTUI_TRANS
authorLiu Ying <Ying.liu@freescale.com>
Thu, 13 Sep 2012 09:30:10 +0000 (17:30 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:29 +0000 (08:35 +0200)
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 <Ying.Liu@freescale.com>
(cherry picked from commit 21b5e4d436666967585313948a03421da1f8f68b)

arch/arm/mach-mx6/Kconfig

index c5d64a916ee21966f324b85bc86eb2da6674ebc1..fc2190d8bddd488ced5e5c8fd2b4bace211e9684 100644 (file)
@@ -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