MLK-12162 ARM: imx: correct SCU PGC setting on i.MX7D
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 8 Jan 2016 16:20:25 +0000 (00:20 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:42 +0000 (14:49 -0500)
commit3076c77fe1800dbd5ca39c3712c57aa59abbf8d9
treeff33ee7a5d2a17a9c5f48a753b23e4cc2e8eef57
parent42a699ebd86da1a2e31d5cd652ec367a343dd643
MLK-12162 ARM: imx: correct SCU PGC setting on i.MX7D

SCU PGC register is different from others, it contains
other timing settings, so we can NOT just program 0/1
to disable/enable SCU power gating, but need to only
program bit 0, correct it for all modules' PGC settings.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
arch/arm/mach-imx/gpcv2.c