Commits

Anson Huang committed ce0e7c8c0c5
MLK-11401-1 ARM: imx: correct mipi PGC power up/down flow For SW power up/down mipi phy in GPC, below flow should be executed: 1. map mipi phy to A7 domain; 2. enable mipi phy PGC bit if it is a disable operation; 3. do software power up/down request in GPC; 4. wait for the software request bit clear. Previous flow is incorrect, as it miss #4 step, correct it. Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit 707ed61de83e7cc1c7d7b15cc8a1c00bea0bc8d1) Conflicts: arch/arm/mach-imx/gpcv2.c