From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751849AbcBOE3a (ORCPT ); Sun, 14 Feb 2016 23:29:30 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:57137 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702AbcBOE32 (ORCPT ); Sun, 14 Feb 2016 23:29:28 -0500 Subject: Re: [PATCH] arm: dts: AM57XX: Correct the thermal thresholds To: Tony Lindgren , Nishanth Menon References: <1454924705-8382-1-git-send-email-j-keerthy@ti.com> <20160209220901.GC28102@localhost.localdomain> <56BA6530.4030102@ti.com> <20160212222347.GO19432@atomide.com> <20160212224129.GP19432@atomide.com> CC: Eduardo Valentin , Keerthy , Dmitry Lifshitz , "linux-arm-kernel@lists.infradead.org" , lkml , dt list , linux-omap , Russell King - ARM Linux , Kumar Gala , "ijc+devicetree@hellion.org.uk" , Mark Rutland From: Keerthy Message-ID: <56C153A3.3030508@ti.com> Date: Mon, 15 Feb 2016 09:57:15 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160212224129.GP19432@atomide.com> 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 Saturday 13 February 2016 04:11 AM, Tony Lindgren wrote: > * Nishanth Menon [160212 14:32]: >> On Fri, Feb 12, 2016 at 4:23 PM, Tony Lindgren wrote: >>> * Nishanth Menon [160209 14:17]: >>>> On 02/09/2016 04:09 PM, Eduardo Valentin wrote: >>>>> On Mon, Feb 08, 2016 at 03:15:05PM +0530, Keerthy wrote: >>>>>> The thermal threholds for am57xx are different from that of dra7. >>>>>> Correcting the thresholds for the same. >>>>>> >>>>>> Signed-off-by: Keerthy >>>>>> --- >>>>>> >>>>>> Depends on: https://lkml.org/lkml/2016/2/8/90 >>>>>> >>>>>> arch/arm/boot/dts/am57xx-beagle-x15.dts | 24 ++++++++++++++++++++++++ >>>>>> 1 file changed, 24 insertions(+) >>>>>> >>>>>> Index: linux/arch/arm/boot/dts/am57xx-beagle-x15.dts >>>>>> =================================================================== >>>>>> --- linux.orig/arch/arm/boot/dts/am57xx-beagle-x15.dts 2016-02-08 14:57:05.514959101 +0530 >>>>>> +++ linux/arch/arm/boot/dts/am57xx-beagle-x15.dts 2016-02-08 14:57:05.510959168 +0530 >>>>> >>>>> Sorry, did not bother to check, but is this the only user of am57xx? >>>> >>>> we will have AM57xx-IDK as well coming down the line. we already have >>>> arch/arm/boot/dts/am57xx-cl-som-am57x.dts >>>> arch/arm/boot/dts/am57xx-sbc-am57x.dts - not really sure what grade of >>>> silicon are used in cl-SOM and sbc boards. >>> >>> Hmm can this one wait for v4.6 or is it critical for v4.5-rc >>> cycle? >> >> personally, I'd like to NAK this patch -> lack of reference >> documentation, and guidance for various AM57xx boards in a generic >> patch should probably be followed IMHO. > > OK let's wait for that then. OK. I will send a v2 with better documentation. > > Regards, > > Tony >