Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ae6f954 authored by Stefan Wahren's avatar Stefan Wahren Committed by Eric Anholt
Browse files

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 9c7a3165
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";