LF-168: arm64: dts: imx8qm: add frequency operating-points to enable GPU governor
authorMinjie Zhuang <minjie.zhuang@nxp.com>
Mon, 16 Dec 2019 09:51:05 +0000 (17:51 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:42 +0000 (11:21 +0800)
add frequency operating-points to enable GPU governor

Signed-off-by: Minjie Zhuang <minjie.zhuang@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm-ss-gpu.dtsi

index 0dfefc4..db76af3 100644 (file)
                reg = <0x80000000 0x80000000>, <0x0 0x10000000>;
                reg-names = "phys_baseaddr", "contiguous_mem";
                depth-compression = <0>;
+               /*<freq-kHz vol-uV>*/
+               operating-points = <
+                       /*overdrive*/  720000  0  /*The first tuple is for core clock frequency*/
+                               900000 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*/
+               >;
                status = "disabled";
        };
 };