From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Ni Subject: Re: [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for nct1008 Date: Thu, 8 Aug 2013 10:36:25 +0800 Message-ID: <52030429.7010400@nvidia.com> References: <1375858358-15070-1-git-send-email-wni@nvidia.com> <1375858358-15070-3-git-send-email-wni@nvidia.com> <52026FEE.9070003@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52026FEE.9070003-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: "khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" , "linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org" , Matthew Longnecker , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-tegra@vger.kernel.org On 08/08/2013 12:03 AM, Stephen Warren wrote: > On 08/07/2013 12:52 AM, Wei Ni wrote: >> Enable thermal sensor nct1008 for t114 dalmore. > > Wei, I assume this patch doesn't depend on any of the other LM90-related > patches you've sent; I can simply apply it right away? In my [PATCH 1/2], I add codes to get the vdd regulator and enable it, so if without it, the lm90 can't work properly on Dalmore, although it can be loaded. I think it's better to wait my fist patch applied. > > Is the LM90 DT binding fully documented somewhere, including the > vdd-supply property? No LM90 DT binding document yet, I will add it in my next version. > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933810Ab3HHCg3 (ORCPT ); Wed, 7 Aug 2013 22:36:29 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:13077 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932966Ab3HHCg1 (ORCPT ); Wed, 7 Aug 2013 22:36:27 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 07 Aug 2013 19:34:43 -0700 Message-ID: <52030429.7010400@nvidia.com> Date: Thu, 8 Aug 2013 10:36:25 +0800 From: Wei Ni User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Stephen Warren CC: "khali@linux-fr.org" , "linux@roeck-us.net" , Matthew Longnecker , "linux-arm-kernel@lists.infradead.org" , "lm-sensors@lm-sensors.org" , "linux-kernel@vger.kernel.org" , "linux-tegra@vger.kernel.org" Subject: Re: [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for nct1008 References: <1375858358-15070-1-git-send-email-wni@nvidia.com> <1375858358-15070-3-git-send-email-wni@nvidia.com> <52026FEE.9070003@wwwdotorg.org> In-Reply-To: <52026FEE.9070003@wwwdotorg.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/08/2013 12:03 AM, Stephen Warren wrote: > On 08/07/2013 12:52 AM, Wei Ni wrote: >> Enable thermal sensor nct1008 for t114 dalmore. > > Wei, I assume this patch doesn't depend on any of the other LM90-related > patches you've sent; I can simply apply it right away? In my [PATCH 1/2], I add codes to get the vdd regulator and enable it, so if without it, the lm90 can't work properly on Dalmore, although it can be loaded. I think it's better to wait my fist patch applied. > > Is the LM90 DT binding fully documented somewhere, including the > vdd-supply property? No LM90 DT binding document yet, I will add it in my next version. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: wni@nvidia.com (Wei Ni) Date: Thu, 8 Aug 2013 10:36:25 +0800 Subject: [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for nct1008 In-Reply-To: <52026FEE.9070003@wwwdotorg.org> References: <1375858358-15070-1-git-send-email-wni@nvidia.com> <1375858358-15070-3-git-send-email-wni@nvidia.com> <52026FEE.9070003@wwwdotorg.org> Message-ID: <52030429.7010400@nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/08/2013 12:03 AM, Stephen Warren wrote: > On 08/07/2013 12:52 AM, Wei Ni wrote: >> Enable thermal sensor nct1008 for t114 dalmore. > > Wei, I assume this patch doesn't depend on any of the other LM90-related > patches you've sent; I can simply apply it right away? In my [PATCH 1/2], I add codes to get the vdd regulator and enable it, so if without it, the lm90 can't work properly on Dalmore, although it can be loaded. I think it's better to wait my fist patch applied. > > Is the LM90 DT binding fully documented somewhere, including the > vdd-supply property? No LM90 DT binding document yet, I will add it in my next version. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Ni Date: Thu, 08 Aug 2013 02:36:25 +0000 Subject: Re: [lm-sensors] [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for nct1008 Message-Id: <52030429.7010400@nvidia.com> List-Id: References: <1375858358-15070-1-git-send-email-wni@nvidia.com> <1375858358-15070-3-git-send-email-wni@nvidia.com> <52026FEE.9070003@wwwdotorg.org> In-Reply-To: <52026FEE.9070003-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stephen Warren Cc: "khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" , "linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org" , Matthew Longnecker , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" On 08/08/2013 12:03 AM, Stephen Warren wrote: > On 08/07/2013 12:52 AM, Wei Ni wrote: >> Enable thermal sensor nct1008 for t114 dalmore. > > Wei, I assume this patch doesn't depend on any of the other LM90-related > patches you've sent; I can simply apply it right away? In my [PATCH 1/2], I add codes to get the vdd regulator and enable it, so if without it, the lm90 can't work properly on Dalmore, although it can be loaded. I think it's better to wait my fist patch applied. > > Is the LM90 DT binding fully documented somewhere, including the > vdd-supply property? No LM90 DT binding document yet, I will add it in my next version. > _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors