Merge "ARM: dts: msm: Enable GPU NAP state on SDM660"
This commit is contained in:
commit
dac38dcfe2
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,6 @@
|
|||
|
||||
/* <HZ/12> */
|
||||
qcom,idle-timeout = <80>;
|
||||
qcom,no-nap;
|
||||
|
||||
qcom,highest-bank-bit = <14>;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue