projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a316
)
ARM64: dts: bcm2837: Define CPU thermal coefficients
author
Stefan Wahren
<stefan.wahren@i2se.com>
Fri, 31 Mar 2017 20:03:05 +0000
(20:03 +0000)
committer
Eric Anholt
<eric@anholt.net>
Thu, 8 Jun 2017 19:35:45 +0000
(12:35 -0700)
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>
arch/arm64/boot/dts/broadcom/bcm2837.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
index
19f2fe6
..
2d5de6f
100644
(file)
--- 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";