ARM64: dts: bcm2837: Define CPU thermal coefficients
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 31 Mar 2017 20:03:05 +0000 (20:03 +0000)
committerEric 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

index 19f2fe620a21c7ec66bd97db84d7f4c047d5f6fe..2d5de6f0f78d5be78559477f18f0940bba3e5a15 100644 (file)
        interrupts = <8>;
 };
 
+&cpu_thermal {
+       coefficients = <(-538)  412000>;
+};
+
 /* enable thermal sensor with the correct compatible property set */
 &thermal {
        compatible = "brcm,bcm2837-thermal";