summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
diff options
context:
space:
mode:
authorStefan Wahren2017-03-31 22:03:05 +0200
committerEric Anholt2017-06-08 21:35:45 +0200
commit4ae6f954b96c1fea86c6f21ae8fc413f5fc3444e (patch)
tree47da4c95e14b9ad7b31f0ea0a18d6faf50d5d541 /arch/arm64/boot/dts/broadcom/bcm2837.dtsi
parentMerge tag 'bcm2835-dt-next-2017-06-08' into bcm2835-dt-64-next (diff)
downloadkernel-qcow2-linux-4ae6f954b96c1fea86c6f21ae8fc413f5fc3444e.tar.gz
kernel-qcow2-linux-4ae6f954b96c1fea86c6f21ae8fc413f5fc3444e.tar.xz
kernel-qcow2-linux-4ae6f954b96c1fea86c6f21ae8fc413f5fc3444e.zip
ARM64: dts: bcm2837: Define CPU thermal coefficients
This defines the bcm2837 SoC specific thermal coefficients in order to initialize the thermal driver correctly. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/bcm2837.dtsi')
-rw-r--r--arch/arm64/boot/dts/broadcom/bcm2837.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
index 19f2fe620a21..2d5de6f0f78d 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
@@ -75,6 +75,10 @@
interrupts = <8>;
};
+&cpu_thermal {
+ coefficients = <(-538) 412000>;
+};
+
/* enable thermal sensor with the correct compatible property set */
&thermal {
compatible = "brcm,bcm2837-thermal";