thermal: dts: enable sm1 thermal [1/1]

PD#SWPL-6071

Problem:
enable thermal for sm1

Solution:
enable thermal for sm1

Verify:
test pass on sm1_skt

Change-Id: I54fd4431bec1a48135da0b0b9c05cd53d4055a56
Signed-off-by: Huan Biao <huan.biao@amlogic.com>
This commit is contained in:
Huan Biao
2019-03-19 15:53:11 +08:00
committed by Luan Yuan
parent 18ab8fffb3
commit db43491933
2 changed files with 10 additions and 10 deletions

View File

@@ -1593,7 +1593,7 @@
};
meson_cooldev: meson-cooldev@0 {
status = "disabled";
status = "okay";
compatible = "amlogic, meson-cooldev";
device_name = "mcooldev";
cooling_devices {
@@ -1695,9 +1695,9 @@
};
};
ddr_thermal: ddr_thermal {
polling-delay = <1000>;
polling-delay-passive = <100>;
sustainable-power = <2150>;
polling-delay = <2000>;
polling-delay-passive = <1000>;
sustainable-power = <1460>;
thermal-sensors = <&d_tsensor 1>;
trips {
dswitch_on: trip-point@0 {

View File

@@ -476,7 +476,7 @@
p_tsensor: p_tsensor@ff634594 {
compatible = "amlogic, r1p1-tsensor";
device_name = "meson-pthermal";
status = "disabled";
status = "okay";
reg = <0x0 0xff634800 0x0 0x50>,
<0x0 0xff800268 0x0 0x4>;
cal_type = <0x1>;
@@ -494,7 +494,7 @@
d_tsensor: d_tsensor@ff800228 {
compatible = "amlogic, r1p1-tsensor";
device_name = "meson-dthermal";
status = "disabled";
status = "okay";
reg = <0x0 0xff634c00 0x0 0x50>,
<0x0 0xff800230 0x0 0x4>;
cal_type = <0x1>;
@@ -1593,7 +1593,7 @@
};
meson_cooldev: meson-cooldev@0 {
status = "disabled";
status = "okay";
compatible = "amlogic, meson-cooldev";
device_name = "mcooldev";
cooling_devices {
@@ -1695,9 +1695,9 @@
};
};
ddr_thermal: ddr_thermal {
polling-delay = <1000>;
polling-delay-passive = <100>;
sustainable-power = <2150>;
polling-delay = <2000>;
polling-delay-passive = <1000>;
sustainable-power = <1460>;
thermal-sensors = <&d_tsensor 1>;
trips {
dswitch_on: trip-point@0 {