summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-03-06 15:37:25 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:51 +0800
commit52e4761119efbaf0be60c28a88279be61b61675d (patch)
tree518412db9978720aedaa09c880a7702101cf727e /arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
parent3491074b56c1295b906dbaf6e779a7fb6f03fe74 (diff)
MLK-17698-2 ARM64: dts: freescale: imx8qxp: update thermal zone info
Update thermal zone number, including CPU thermal zone and DRC thermal zone. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi22
1 files changed, 20 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
index c3a33744df5e..1c294e25318d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
- * Copyright 2017 NXP
+ * Copyright 2017-2018 NXP
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -880,7 +880,7 @@
tsens: thermal-sensor {
compatible = "nxp,imx8qxp-sc-tsens";
/* number of the temp sensor on the chip */
- tsens-num = <1>;
+ tsens-num = <2>;
#thermal-sensor-cells = <1>;
};
@@ -911,6 +911,24 @@
};
};
};
+
+ drc-thermal0 {
+ polling-delay-passive = <250>;
+ polling-delay = <2000>;
+ thermal-sensors = <&tsens 1>;
+ trips {
+ drc_alert0: trip0 {
+ temperature = <85000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
+ drc_crit0: trip1 {
+ temperature = <127000>;
+ hysteresis = <2000>;
+ type = "critical";
+ };
+ };
+ };
};
irqsteer_csi: irqsteer@58220000 {