Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751537Ab3GHJgN (ORCPT ); Mon, 8 Jul 2013 05:36:13 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:8651 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750754Ab3GHJgM (ORCPT ); Mon, 8 Jul 2013 05:36:12 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 08 Jul 2013 02:35:21 -0700 Message-ID: <51DA8805.50709@nvidia.com> Date: Mon, 8 Jul 2013 17:36:05 +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: Jean Delvare CC: Stephen Warren , "linux@arm.linux.org.uk" , "linux-kernel@vger.kernel.org" , "lm-sensors@lm-sensors.org" , Matthew Longnecker , Alex Courbot , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [lm-sensors] [PATCH 1/2] ARM: dt: t30 cardhu: add dt entry for lm90 References: <1372928979-26938-1-git-send-email-wni@nvidia.com> <1372928979-26938-2-git-send-email-wni@nvidia.com> <51D70483.70203@wwwdotorg.org> <51DA6BD4.1040300@nvidia.com> <20130708095024.041a6d57@endymion.delvare> In-Reply-To: <20130708095024.041a6d57@endymion.delvare> 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 Content-Length: 1648 Lines: 47 On 07/08/2013 03:50 PM, Jean Delvare wrote: > On Mon, 8 Jul 2013 15:35:48 +0800, Wei Ni wrote: >> On 07/06/2013 01:38 AM, Stephen Warren wrote: >>> On 07/04/2013 03:09 AM, Wei Ni wrote: >>>> Enable thermal sensor lm90 for t30 cardhu. >>> >>>> diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi >>> >>>> + nct1008: nct1008 { >>>> + compatible = "lm90,nct1008"; >>> >>> "lm90" isn't a valid vendor prefix. I believe the value you want is >>> "onnn,nct1008". Same comment for patch 2/2. >> >> The lm90 doesn't support device tree very well. > > I doubt it, but if this is the case, then please fix it, instead of > working the problem around in a different place. > >> In the DT, we need to >> named as "lm90" so that the lm90 driver can be loaded, > > Not that I am an expert with regards to DT, but this doesn't make any > sense to me. AFAIK DT is about devices, not which drivers handle them. > >> and we also need >> to add "nct1008" to indicate this is the nct1008 device, so that the >> lm90 driver can be loaded with the right i2c_device_id->driver_data. >> >> I set the " compatible = "lm90,nct1008" ", this is the simplest way, and >> we doesn't need to change the lm90.c. > > There's no problem with changing the lm90 driver, if this is the right > thing to do. Ok, I will add DT support in the lm90.c in my next version patch. Thanks. Wei. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/