Re: [PATCH v3 0/2] Fix imx6sl display power domain

2018-07-11 Thread Shawn Guo
On Wed, Jul 11, 2018 at 03:11:15PM +0300, Leonard Crestez wrote: > Leonard Crestez (2): > soc: imx: gpc: Disable 6sl display power gating for ERR006287 > ARM: dts: imx6sl: Convert gpc to new bindings Applied both, thanks.

[PATCH v3 0/2] Fix imx6sl display power domain

2018-07-11 Thread Leonard Crestez
Changes since v2: * Don't mistakenly include IMX6SL_CLK_IPG in pd_disp * Use GENPD_FLAG_ALWAYS_ON, as suggested by Ulf Errata workaround could be refined later, however the power savings are small and it would require a lot of testing. So push the safest fix first to get basic hardware support.