From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Ni Subject: Re: [PATCH v3 2/2] Documentation: dt: hwmon: add OF document for LM90 Date: Tue, 10 Sep 2013 12:35:03 +0800 Message-ID: <522EA177.6050608@nvidia.com> References: <1378722552-10357-1-git-send-email-wni@nvidia.com> <1378722552-10357-3-git-send-email-wni@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ramkumar Ramachandra Cc: "khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" , Guenter Roeck , "broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" , "swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org" , "lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , LKML List-Id: linux-tegra@vger.kernel.org On 09/09/2013 06:57 PM, Ramkumar Ramachandra wrote: > Wei Ni wrote: >> diff --git a/Documentation/devicetree/bindings/hwmon/lm90.txt b/Documentation/devicetree/bindings/hwmon/lm90.txt >> new file mode 100644 >> index 0000000..5570875 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/hwmon/lm90.txt > > While at it, please update and rename ads1015.txt. This series is for lm90 compatible devices, it seems ads1015 is not register-compatible with lm90. > >> @@ -0,0 +1,44 @@ >> +* LM90 series thermometer. >> + >> +Required node properties: >> +- compatible: manufacture and chip name, one of >> + ",adm1032" >> + ",adt7461" >> + ",adt7461a" >> + ",g781" >> + ",lm90" >> + ",lm86" >> + ",lm89" >> + ",lm99" > > More versions of this of different ages are required. In here, the chip names, such as "lm99", come from lm90.c id_table, the i2c subsystem want to use it to load driver, so we can add any other names. > >> + ",max6646" >> + ",max6647" >> + ",max6649" >> + ",max6657" >> + ",max6658" >> + ",max6659" >> + ",max6680" >> + ",max6681" >> + ",max6695" >> + ",max6696" > > SSDNow devices are required. What's the SSDNow device? It seems the lm90.c doesn't support it. Thanks. Wei. >