* [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124
@ 2016-01-13 8:01 Wei Ni
[not found] ` <1452672064-563-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Wei Ni @ 2016-01-13 8:01 UTC (permalink / raw)
To: rui.zhang-ral2JQCrhuEAvxtiuMwx3w, mikko.perttunen-/1wQRMveznE,
swarren-3lzwWm7+Weoh9ZMKESR00Q
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Wei Ni
Set hw trips for Tegra124.
Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
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 {
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1452672064-563-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 [not found] ` <1452672064-563-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2016-01-13 15:57 ` Thierry Reding 2016-01-15 10:00 ` Wei Ni 0 siblings, 1 reply; 3+ messages in thread From: Thierry Reding @ 2016-01-13 15:57 UTC (permalink / raw) To: Wei Ni Cc: rui.zhang-ral2JQCrhuEAvxtiuMwx3w, mikko.perttunen-/1wQRMveznE, swarren-3lzwWm7+Weoh9ZMKESR00Q, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 865 bytes --] On Wed, Jan 13, 2016 at 04:01:04PM +0800, Wei Ni wrote: > Set hw trips for Tegra124. > > Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 2016-01-13 15:57 ` Thierry Reding @ 2016-01-15 10:00 ` Wei Ni 0 siblings, 0 replies; 3+ messages in thread From: Wei Ni @ 2016-01-15 10:00 UTC (permalink / raw) To: Thierry Reding Cc: rui.zhang-ral2JQCrhuEAvxtiuMwx3w, mikko.perttunen-/1wQRMveznE, swarren-3lzwWm7+Weoh9ZMKESR00Q, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On 2016年01月13日 23:57, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Wed, Jan 13, 2016 at 04:01:04PM +0800, Wei Ni wrote: >> Set hw trips for Tegra124. >> >> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> >> --- >> 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? Sorry, I made a mistake, I should remove the mem for Tegra210. > > Thierry > > * Unknown Key > * 0x7F3EB3A1 > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-15 10:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 8:01 [PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124 Wei Ni
[not found] ` <1452672064-563-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-01-13 15:57 ` Thierry Reding
2016-01-15 10:00 ` Wei Ni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox