rk312x: sdk add temperature data

Signed-off-by: cl <cl@rock-chips.com>
This commit is contained in:
cl
2014-11-05 18:45:46 +08:00
parent 2ab48c861a
commit bdb8d7bb8f
3 changed files with 61 additions and 0 deletions

View File

@@ -154,6 +154,7 @@
>;
temp-limit-enable = <1>;
target-temp = <85>;
status = "okay";
};
};
};

View File

@@ -129,6 +129,36 @@
1008000 1275000
1200000 1400000
>;
virt-temp-limit-1-cpu-busy = <
/* target-temp limit-freq */
75 1008000
85 1200000
95 1200000
100 1200000
>;
virt-temp-limit-2-cpu-busy = <
/* target-temp limit-freq */
75 912000
85 1008000
95 1104000
100 1200000
>;
virt-temp-limit-3-cpu-busy = <
/* target-temp limit-freq */
75 816000
85 912000
95 100800
100 110400
>;
virt-temp-limit-4-cpu-busy = <
/* target-temp limit-freq */
75 816000
85 912000
95 100800
100 110400
>;
temp-limit-enable = <1>;
target-temp = <85>;
status="okay";
};

View File

@@ -109,6 +109,36 @@
1296000 1350000
1320000 1375000
>;
virt-temp-limit-1-cpu-busy = <
/* target-temp limit-freq */
75 1008000
85 1200000
95 1200000
100 1200000
>;
virt-temp-limit-2-cpu-busy = <
/* target-temp limit-freq */
75 912000
85 1008000
95 1104000
100 1200000
>;
virt-temp-limit-3-cpu-busy = <
/* target-temp limit-freq */
75 816000
85 912000
95 100800
100 110400
>;
virt-temp-limit-4-cpu-busy = <
/* target-temp limit-freq */
75 816000
85 912000
95 100800
100 110400
>;
temp-limit-enable = <1>;
target-temp = <85>;
status="okay";
};