From 3eb1b59a12ac47a4e223b0b7f0c373e9913a8267 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=99=88=E4=BA=AE?= Date: Tue, 16 Sep 2014 18:38:14 -0700 Subject: [PATCH] rk3126-86v: add temperature control config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈亮 --- arch/arm/boot/dts/rk3126-86v.dts | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3126-86v.dts b/arch/arm/boot/dts/rk3126-86v.dts index 6a41fcb4cda9..00c81f8dc015 100644 --- a/arch/arm/boot/dts/rk3126-86v.dts +++ b/arch/arm/boot/dts/rk3126-86v.dts @@ -132,7 +132,36 @@ >; - + 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>; }; }; }; -- 2.34.1