[PATCH] ARM: sun5i: Fix typo in trip point temperature
Chen-Yu Tsai
wens at csie.org
Mon Aug 15 20:09:40 PDT 2016
Hi,
On Sat, Jul 30, 2016 at 9:17 PM, Hugo Grostabussiat
<bonstra at bonstra.fr.eu.org> wrote:
> Set cpu_alert0 temperature to 85°C instead of 850°C.
>
Please add:
Fixes: 32a5d2d170cc ("ARM: dts: sun5i: Add cpu thermal zones to dtsi")
And you should send it to the proper maintainers, lest it get missed.
> Signed-off-by: Hugo Grostabussiat <bonstra at bonstra.fr.eu.org>
Otherwise,
Acked-by: Chen-Yu Tsai <wens at csie.org>
> ---
> arch/arm/boot/dts/sun5i-a13.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi
> b/arch/arm/boot/dts/sun5i-a13.dtsi
> index 263d46d..2d78eee 100644
> --- a/arch/arm/boot/dts/sun5i-a13.dtsi
> +++ b/arch/arm/boot/dts/sun5i-a13.dtsi
> @@ -84,7 +84,7 @@
> trips {
> cpu_alert0: cpu_alert0 {
> /* milliCelsius */
> - temperature = <850000>;
> + temperature = <85000>;
> hysteresis = <2000>;
> type = "passive";
> };
> --
> 2.9.0
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
More information about the linux-arm-kernel
mailing list