From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753885AbaHUHhv (ORCPT ); Thu, 21 Aug 2014 03:37:51 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:5825 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753443AbaHUHhu (ORCPT ); Thu, 21 Aug 2014 03:37:50 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 21 Aug 2014 00:28:07 -0700 Message-ID: <53F5A1CA.1010601@nvidia.com> Date: Thu, 21 Aug 2014 10:37:46 +0300 From: Mikko Perttunen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Stephen Warren , , , CC: , , , Subject: Re: [PATCH v3 3/4] ARM: tegra: Add thermal trip points for Jetson TK1 References: <1407320706-17440-1-git-send-email-mperttunen@nvidia.com> <1407320706-17440-4-git-send-email-mperttunen@nvidia.com> <53F4FA80.9050103@wwwdotorg.org> In-Reply-To: <53F4FA80.9050103@wwwdotorg.org> X-NVConfidentiality: public Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/08/14 22:44, Stephen Warren wrote: > On 08/06/2014 04:25 AM, Mikko Perttunen wrote: >> This adds critical trip points to the Jetson TK1 device tree. >> The device will do a controlled shutdown when either the CPU, GPU >> or MEM thermal zone reaches 101 degrees Celsius. > >> diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts >> b/arch/arm/boot/dts/tegra124-jetson-tk1.dts > >> + thermal-zones { >> + cpu { >> + trips { > ... >> + }; >> + }; > > thermal.txt states that a cooling-maps sub-node is mandatory. However, > it seems to be missing here. Is the DT binding documentation overly > strict, or do we need to add such a node here? Debatable. I can add an empty one, that's probably the easiest solution. Mikko > -- > To unsubscribe from this list: send the line "unsubscribe linux-pm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html