mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
dts: update gpu freq tbl for buildroot [1/1]
PD#SWPL-4253 Problem: Compared with P212, GPU on g12a can not work with high frequency when running some cases like particle; Solution: update gpu freq tbl for buildroot Verify: build pass GPU on g12a can work with high freq when running particle Change-Id: Ie10335d1f3a043d4418245d31efa8b42077031a9 Signed-off-by: binqi.zhang <binqi.zhang@amlogic.com>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "mesong12a.dtsi"
|
||||
#include "mesong12a_skt-panel.dtsi"
|
||||
#include "mesong12a_drm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Amlogic";
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "mesong12a.dtsi"
|
||||
#include "mesong12a_skt-panel.dtsi"
|
||||
|
||||
#include "mesong12a_drm.dtsi"
|
||||
/ {
|
||||
model = "Amlogic";
|
||||
compatible = "amlogic, g12a";
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "mesong12a.dtsi"
|
||||
#include "mesong12a_drm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Amlogic";
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "mesong12a.dtsi"
|
||||
#include "mesong12a_drm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Amlogic";
|
||||
|
||||
@@ -107,3 +107,24 @@
|
||||
};
|
||||
};
|
||||
|
||||
&gpu{
|
||||
/*gpu max freq is 850M*/
|
||||
def_clk = <1>;
|
||||
tbl = <&dvfs285_cfg &dvfs666_cfg &dvfs850_cfg &dvfs850_cfg>;
|
||||
|
||||
dvfs285_cfg:dvfs285_cfg {
|
||||
keep_count = <2>;
|
||||
threshold = <100 200>;
|
||||
};
|
||||
|
||||
dvfs666_cfg:dvfs666_cfg {
|
||||
keep_count = <1>;
|
||||
threshold = <85 200>;
|
||||
};
|
||||
|
||||
dvfs850_cfg:dvfs850_cfg {
|
||||
keep_count = <1>;
|
||||
threshold = <179 255>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user