1
0
Fork 0

dts: i.MX8QM/QXP Bring back operating-points for GPU freq scaling.

Somehow missed when rebaseing to 4.14

Signed-off-by: Marius Vlad <marius-cristian.vlad@nxp.com>
Acked-by: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
pull/10/head
Marius Vlad 2018-06-18 23:39:12 +03:00 committed by Jason Liu
parent 67e526fe26
commit 9480a0bcba
1 changed files with 11 additions and 0 deletions

View File

@ -207,3 +207,14 @@
clock-latency = <61036>;
#cooling-cells = <2>;
};
&imx8_gpu_ss {/*<freq-kHz vol-uV>*/
operating-points = <
/*overdrive*/ 800000 0 /*The first tuple is for core clock frequency*/
1000000 0 /*The second tuple is for shader clock frequency*/
/*nominal*/ 650000 0
700000 0
/*underdrive*/ 400000 0 /*core/shader clock share the same frequency on underdrive mode*/
>;
};