Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Thierry Reding Newsgroups: linux.kernel Subject: Re: [PATCH V3 07/11] of: Add bindings of hw-trips for soctherm Date: Thu, 21 Jan 2016 16:00:03 +0100 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4K/tbxKaCxV8b9kncuDgxvJS7cWi0aOsWd+MpK9sdIE=; b=QItxIMh6k9P3PUo7agGuXrQM9YCCtbrIVchqt/qgfvdxy6d7B3xtGOPkZCldkylk7+ 2XIYIOSEgwkKve2DsAXzmdZ92P8TMgiw/rp3ogPcftuZlpFpRuGzlmyJfVFZzBHA1qSA udbowdtRtzRsVQXovgaOMhkPkDKiT12XhOFxi1Ofe4ZLy3vVPH4NEaCfKb2CajSROS1j A6pBEGjwT7O5+1N1csMBdu88tCAl3QvGH/5at9IYQXvSYXuVC9cMqy6KNOQxgCSk4+mN 4J/En+SyU/t3hr5O/MB49avm1ytg194CvvMx1HniCTWYhAuaAr1s/NSGzKi0Vvx85deX Tw2Q== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=4K/tbxKaCxV8b9kncuDgxvJS7cWi0aOsWd+MpK9sdIE=; b=SyojwTOV3uDw+85LC70clrOwz941waQMxNB0fsM5h2tmG+gVHOuICglsCR4uNDzFJL 93mhC2hEQj16YLXnVMmABK38v2qHwWJOTUNmdGxfXF1e+A2yFFR2YHvAqrJnOakfAZZ1 5jFGe5vfup94UUXM2VbyczmSXYHPAvlod6+50dLCiLSI0pdA/6IT/ghy79MVAc3PnnzS oahiK3vhA/+gr+sxRLDfr83k/YsLqmEb6QMcAy5saZBHVrWjByV3tsoeExwvnirmGNMB b3yZrRJ7Il8Dw6wTbHFxslBMyv8A+0RLKCXYlDUpetgogV/pXTOiuxb3uqZEz6m/pHsB jDHw== X-Gm-Message-State: AG10YORl0zhNrtaaBxWucIZvUQeuy5z41HXdTOnW0L22AGGpvi4177mDjHf/kWFK8qt0UA== X-Received: by 10.28.232.221 with SMTP id f90mr10407470wmi.60.1453387972254; Thu, 21 Jan 2016 06:52:52 -0800 (PST) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/3yNEOqWowh/8j+e" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 98 Organization: linux.* mail to news gateway X-Original-Cc: rui.zhang@intel.com, MLongnecker@nvidia.com, swarren@wwwdotorg.org, mikko.perttunen@kapsi.fi, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org X-Original-Date: Thu, 21 Jan 2016 15:52:51 +0100 X-Original-Message-ID: <20160121145251.GD32301@ulmo> X-Original-References: <1453111448-12445-1-git-send-email-wni@nvidia.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1314252 --/3yNEOqWowh/8j+e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 18, 2016 at 06:04:08PM +0800, Wei Ni wrote: > Add hw-trips sub-node for soctherm, which is > used to describe the hardware trip points for > each soctherm sensors. Please make use of the full 78 characters in each line. Otherwise looks good to me. Oh, also make sure to Cc: devicetree@vger.kernel.org on device tree binding patches. Doing that now, hence quoting verbatim. Thierry >=20 > Signed-off-by: Wei Ni > --- > .../devicetree/bindings/thermal/tegra-soctherm.txt | 24 ++++++++++++++++= ++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt= b/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt > index 6b68cd150405..75dc9dbe7e1a 100644 > --- a/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt > +++ b/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt > @@ -26,6 +26,15 @@ Required properties : > of this property. See for a > list of valid values when referring to thermal sensors. > =20 > +Optional properties: > +- hw-trip-points : A sub-node which is a container of hardware trip poin= ts > + for each sensors. > + * sensors: Sub-nodes which are used to describe the HW trip points inf= o, > + must be named as "cpu", "gpu", "mem", "pll". > + Properties: > + - thermtrip-temperature : Shutdown or reset temperature in millice= lsius, > + once the temperature of this sensor is higher than the > + thermtrip-temperature, the system will be shutdown or reset. > =20 > Example : > =20 > @@ -40,6 +49,21 @@ Example : > reset-names =3D "soctherm"; > =20 > #thermal-sensor-cells =3D <1>; > + > + hw-trip-points { > + cpu { > + thermtrip-temperature =3D <103000>; > + }; > + gpu { > + thermtrip-temperature =3D <103500>; > + }; > + mem { > + thermtrip-temperature =3D <103500>; > + }; > + pll { > + thermtrip-temperature =3D <105000>; > + }; > + }; > }; > =20 > Example: referring to thermal sensors : > --=20 > 1.9.1 >=20 --/3yNEOqWowh/8j+e Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJWoPDCAAoJEN0jrNd/PrOhgHQP/0A4EQ9vvJA3H57hVKRACe5z 1KAezYKbFod0rQHDvO0ISQQFSwYO1MnTq4qEiJdfaw1/DGbbxPUSfBJ8B6y0w+GV TOQJb/kec28bXuhbMFPGnL0VoFnPNoagzFaSNsjETEJo8RdkFQ3PD4CO/Rl2QuUh Ue8SS96ohqlWfC3HbdjQMpp6RGWlHKYm74eLurGWjlqoYXQs0DjJkBXYJeVo1sbQ tnAhhEbNwtpMIcZY2VCeImz4v8fFgT+SG44Wj1tWwfMy/7VuWnpS5r0SFZ7173iL ZxllPrkQa6JJi3O3rkS1zzymEoAgWOvtusPDA/xKl13tP2KEQGhr6QuDBu6vBZzM WNRSB2IxjvCgGaDGaplRFN/QyaRp1p+tEiBgbZhNkZl+Chbrus9Oa/Es8XDhWpsZ uilzK0oX7m+7SGctxiGfzW1wcin4eAj8A7H2xgwxYKMg1eme24XWd9YXjUJsSe7h lavknsccBpzAlIUHnfat/K4Fuj9UoG0kIrKwK+80RXo4X/EzdH+qKnefgnteKwxN 6TyHeY5AupZGg3HNQE4+vRw3k0HjvSp360/7us+cofrA1Rf4v/lgMc1tlrklX484 saVBmn/nj/LOfsuqVc5qvhhYYcxg3sl4nc+49SdBHALPWKXniQr4lkPuEdHVUiu2 mLbCGKaASfAodNs0vH+N =Pb8u -----END PGP SIGNATURE----- --/3yNEOqWowh/8j+e--