Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1308533
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 |
| Date | 2016-01-13 17:00 +0100 |
| Message-ID | <qQw02-1PH-9@gated-at.bofh.it> (permalink) |
| References | <qQoFd-5eg-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Wed, Jan 13, 2016 at 04:01:04PM +0800, Wei Ni wrote:
> Set hw trips for Tegra124.
>
> Signed-off-by: Wei Ni <wni@nvidia.com>
> ---
> arch/arm/boot/dts/tegra124.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
> index 68669f791c8b..c670d71a8f37 100644
> --- a/arch/arm/boot/dts/tegra124.dtsi
> +++ b/arch/arm/boot/dts/tegra124.dtsi
> @@ -701,6 +701,15 @@
> resets = <&tegra_car 78>;
> reset-names = "soctherm";
> #thermal-sensor-cells = <1>;
> +
> + hw-trips {
> + cpu {
> + therm-temp = <103000>;
> + };
> + gpu {
> + therm-temp = <101000>;
> + };
> + };
> };
>
> dfll: clock@0,70110000 {
For Tegra210 you added a mem subnode, why doesn't Tegra124 have one like
that?
Thierry
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 Wei Ni <wni@nvidia.com> - 2016-01-13 09:10 +0100 Re: [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 Thierry Reding <thierry.reding@gmail.com> - 2016-01-13 17:00 +0100
csiph-web