From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755553AbcFGOeS (ORCPT ); Tue, 7 Jun 2016 10:34:18 -0400 Received: from gloria.sntech.de ([95.129.55.99]:49241 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979AbcFGOeQ (ORCPT ); Tue, 7 Jun 2016 10:34:16 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Caesar Wang Cc: edubezval@gmail.com, dianders@chromium.org, briannorris@google.com, smbarber@google.com, linux-rockchip@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , Jianqun Xu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] ARM64: dts: rockchip: add thermal zone node for rk3399 SoCs Date: Tue, 07 Jun 2016 16:33:49 +0200 Message-ID: <2777347.d7vA3TK9Oa@diego> User-Agent: KMail/4.14.10 (Linux/4.4.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1464161975-31299-1-git-send-email-wxt@rock-chips.com> References: <1464161975-31299-1-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 25. Mai 2016, 15:39:35 schrieb Caesar Wang: > This adds thermal zone node to rk3399 dtsi, rk3399 thermal data is > including the cpu and gpu sensor zone node. > > The thermal zone node is the node containing all the required info > for describing a thermal zone, including its cooling device bindings. > The thermal zone node must contain, apart from its own properties, one > sub-node containing trip nodes and one sub-node containing all the zone > cooling maps. > > The following is the parameter is introduced: > * polling-delay: > The maximum number of milliseconds to wait between polls > > * polling-delay-passive: > The maximum number of milliseconds to wait between polls when performing > passive cooling. > > * trips: > A sub-node which is a container of only trip point nodes required to > describe the thermal zone. > > * cooling-maps: > A sub-node which is a container of only cooling device map nodes, used to > describe the relation between trips and cooling devices. > > * cooling-device: > A phandle of a cooling device with its specifier, referring to which > cooling device is used in this cooling specifier binding. In the cooling > specifier, the first cell is the minimum cooling state and the second cell > is the maximum cooling state used in this map. > > Signed-off-by: Caesar Wang applied to my dts64 branch for 4.8. I've dropped all the milliseconds etc comments though. They're part of the binding, so no need to document the unit in the dts all the time :-) Thanks Heiko