Message ID | 1490990586-30898-4-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Fri, Mar 31, 2017 at 08:03:05PM +0000, Stefan Wahren wrote: > 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> Acked-by: Eduardo Valentin <edubezval@gmail.com>
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi index 19f2fe6..2d5de6f0 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";
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> --- arch/arm64/boot/dts/broadcom/bcm2837.dtsi | 4 ++++ 1 file changed, 4 insertions(+)