projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff365af
)
MLK-11375-2 ARM: imx: disable cpuidle for imx6sx
author
Anson Huang
<b20788@freescale.com>
Tue, 18 Aug 2015 07:53:54 +0000
(15:53 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:32 +0000
(14:47 -0500)
i.MX6SX CPUIdle with ARM core power down has issue
and cause system hang during kernel boot up, disable
it for now and will enable it when busfreq driver
is ready.
Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-imx/mach-imx6sx.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mach-imx6sx.c
b/arch/arm/mach-imx/mach-imx6sx.c
index
3f8b0df
..
42a2639
100644
(file)
--- a/
arch/arm/mach-imx/mach-imx6sx.c
+++ b/
arch/arm/mach-imx/mach-imx6sx.c
@@
-100,8
+100,6
@@
static void __init imx6sx_init_irq(void)
static void __init imx6sx_init_late(void)
{
- imx6sx_cpuidle_init();
-
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
}