]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00216010-1: gpc: Add missing display_pup_req config after system resumes
authorRobby Cai <R63905@freescale.com>
Fri, 6 Jul 2012 09:51:13 +0000 (17:51 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:58 +0000 (08:34 +0200)
commit316417eacbff3334435480a7fa84f99696f9b5ac
tree5d17dc57c96c651d340b177d08c8b4d8f5c7dfb4
parent096538efb1f9b26ab18ee76114b92f6629ff13d5
ENGR00216010-1: gpc: Add missing display_pup_req config after system resumes

There's only DISPLAY power down request setting before system suspends,
but without the paired DISPLAY power up request setting after resume.
This will cause ePxP/EPDC/SPDC module nonfunctional because the modules
will be powered down once pdn_req is asserted but not powered up again.

With this patch, ePxP/EPDC/SPDC survived (need reinitialize each, however)
on resume.

Signed-off-by: Robby Cai <R63905@freescale.com>
arch/arm/mach-mx6/pm.c
arch/arm/mach-mx6/system.c