Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1330678
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds |
| Date | 2016-02-09 23:10 +0100 |
| Message-ID | <r0oDV-1LZ-11@gated-at.bofh.it> (permalink) |
| References | <qZQCf-3pM-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Mon, Feb 08, 2016 at 03:15:05PM +0530, Keerthy wrote:
> The thermal threholds for am57xx are different from that of dra7.
> Correcting the thresholds for the same.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>
> Depends on: https://lkml.org/lkml/2016/2/8/90
>
> arch/arm/boot/dts/am57xx-beagle-x15.dts | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> Index: linux/arch/arm/boot/dts/am57xx-beagle-x15.dts
> ===================================================================
> --- linux.orig/arch/arm/boot/dts/am57xx-beagle-x15.dts 2016-02-08 14:57:05.514959101 +0530
> +++ linux/arch/arm/boot/dts/am57xx-beagle-x15.dts 2016-02-08 14:57:05.510959168 +0530
Sorry, did not bother to check, but is this the only user of am57xx?
Apart from the above:
Acked-by: Eduardo Valentin <edubezval@gmail.com>
> @@ -825,3 +825,27 @@
> status = "okay";
> };
> };
> +
> +&cpu_alert0 {
> + temperature = <90000>; /* milliCelsius */
> +};
> +
> +&cpu_crit {
> + temperature = <105000>; /* milliCelsius */
> +};
> +
> +&gpu_crit {
> + temperature = <105000>; /* milliCelsius */
> +};
> +
> +&core_crit {
> + temperature = <105000>; /* milliCelsius */
> +};
> +
> +&dspeve_crit {
> + temperature = <105000>; /* milliCelsius */
> +};
> +
> +&iva_crit {
> + temperature = <105000>; /* milliCelsius */
> +};
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Eduardo Valentin <edubezval@gmail.com> - 2016-02-09 23:10 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Nishanth Menon <nm@ti.com> - 2016-02-09 23:20 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Tony Lindgren <tony@atomide.com> - 2016-02-12 23:30 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Nishanth Menon <nm@ti.com> - 2016-02-12 23:40 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Tony Lindgren <tony@atomide.com> - 2016-02-12 23:50 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Keerthy <a0393675@ti.com> - 2016-02-15 05:40 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Nishanth Menon <nm@ti.com> - 2016-02-15 17:00 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Keerthy <a0393675@ti.com> - 2016-02-15 17:20 +0100
Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Nishanth Menon <nm@ti.com> - 2016-02-15 18:30 +0100
csiph-web