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>
This commit is contained in:
Stefan Wahren 2017-03-31 20:03:05 +00:00 коммит произвёл Eric Anholt
Родитель 9c7a316570
Коммит 4ae6f954b9
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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";