Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754824AbdFWSsr (ORCPT ); Fri, 23 Jun 2017 14:48:47 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:36081 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754549AbdFWSso (ORCPT ); Fri, 23 Jun 2017 14:48:44 -0400 Date: Fri, 23 Jun 2017 13:48:42 -0500 From: Rob Herring To: Mikko Perttunen Cc: mark.rutland@arm.com, rui.zhang@intel.com, edubezval@gmail.com, thierry.reding@gmail.com, jonathanh@nvidia.com, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal Message-ID: <20170623184842.ndb44vqyu5rtaa2e@rob-hp-laptop> References: <20170616112825.31025-1-mperttunen@nvidia.com> <20170616112825.31025-2-mperttunen@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170616112825.31025-2-mperttunen@nvidia.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 15 On Fri, Jun 16, 2017 at 02:28:23PM +0300, Mikko Perttunen wrote: > In Tegra186, the BPMP (Boot and Power Management Processor) implements > an interface that is used to read system temperatures, including CPU > cluster and GPU temperatures. This binding describes the thermal sensor > that is exposed by BPMP. > > Signed-off-by: Mikko Perttunen > --- > .../thermal/nvidia,tegra186-bpmp-thermal.txt | 32 ++++++++++++++++++++++ > .../dt-bindings/thermal/tegra186-bpmp-thermal.h | 14 ++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt > create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h Acked-by: Rob Herring