]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL
authorRajendra Nayak <rnayak@ti.com>
Thu, 12 Dec 2013 09:52:49 +0000 (15:22 +0530)
committerPaul Walmsley <paul@pwsan.com>
Thu, 26 Dec 2013 04:12:29 +0000 (21:12 -0700)
commit04f13ac903da08b5d0464ddff33a4491aea7006d
tree29bd8eb282ddf172b8faaf8ec845993ee4a41bac
parent405a2af53481105cd732d6f2d3b3626caf2980c8
ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL

With commit '056551f: ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with
 DEBUG_LL' we moved from parsing cmdline to identify uart used for earlycon
to using the requsite hwmod CONFIG_DEBUG_OMAPxUARTy FLAGS.

On DRA7 though, we seem to be missing this flag, and atleast on the DRA7 EVM
where we use uart1 for console, boot fails with DEBUG_LL enabled.

Reported-by: Lokesh Vutla <lokeshvutla@ti.com>
Tested-by: Lokesh Vutla <lokeshvutla@ti.com> # on a different base
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Fixes: 056551fa09cc ("ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LL")
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c