projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae7c36
)
ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
author
Keerthy
<j-keerthy@ti.com>
Wed, 6 Sep 2017 10:33:58 +0000
(16:03 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 19 Sep 2017 17:43:23 +0000
(10:43 -0700)
gpio1 soft reset fails in the kexec path as the optional clock
is not enabled hence enable the HWMOD_CONTROL_OPT_CLKS_IN_RESET
flag for gpio1 hwmod.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
index f040244c57e73f381c0004e730ff1664f9300e00..2f4f7002f38d0138e9d8cb9cb2d3cb9d97237675 100644
(file)
--- a/
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
+++ b/
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
@@
-839,6
+839,7
@@
static struct omap_hwmod dra7xx_gpio1_hwmod = {
.name = "gpio1",
.class = &dra7xx_gpio_hwmod_class,
.clkdm_name = "wkupaon_clkdm",
+ .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
.main_clk = "wkupaon_iclk_mux",
.prcm = {
.omap4 = {