Merge "ARM: dts: msm: Enable GPU NAP state on SDM660"

This commit is contained in:
Linux Build Service Account 2017-02-06 13:21:35 -08:00 committed by Gerrit - the friendly Code Review server
commit dac38dcfe2
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,6 @@
/* <HZ/12> */
qcom,idle-timeout = <80>;
qcom,no-nap;
qcom,highest-bank-bit = <14>;

View file

@ -1639,7 +1639,8 @@ static void a5xx_pwrlevel_change_settings(struct adreno_device *adreno_dev,
static void a5xx_clk_set_options(struct adreno_device *adreno_dev,
const char *name, struct clk *clk)
{
if (adreno_is_a540(adreno_dev)) {
/* Handle clock settings for GFX PSCBCs */
if (adreno_is_a540(adreno_dev) || adreno_is_a512(adreno_dev)) {
if (!strcmp(name, "mem_iface_clk")) {
clk_set_flags(clk, CLKFLAG_NORETAIN_PERIPH);
clk_set_flags(clk, CLKFLAG_NORETAIN_MEM);