Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbbFWJZq (ORCPT ); Tue, 23 Jun 2015 05:25:46 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:55712 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956AbbFWJZd (ORCPT ); Tue, 23 Jun 2015 05:25:33 -0400 Message-ID: <55892602.2030809@codeaurora.org> Date: Tue, 23 Jun 2015 14:55:22 +0530 From: Rajendra Nayak User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Srinivas Kandagatla , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman CC: Maxime Ripard , Rob Herring , Kumar Gala , Mark Brown , s.hauer@pengutronix.de, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, arnd@arndb.de, sboyd@codeaurora.org, pantelis.antoniou@konsulko.com, mporter@konsulko.com, stefan.wahren@i2se.com, wxt@rock-chips.com Subject: Re: [PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom References: <1435014459-26138-1-git-send-email-srinivas.kandagatla@linaro.org> <1435014570-26434-1-git-send-email-srinivas.kandagatla@linaro.org> In-Reply-To: <1435014570-26434-1-git-send-email-srinivas.kandagatla@linaro.org> 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 Content-Length: 729 Lines: 34 [].. > +Example: > + > + qfprom: qfprom@00700000 { > + compatible = "qcom,qfprom"; > + reg = <0x00700000 0x8000>; > + ... > + /* Data cells */ > + tsens_calibration: calib@404 { > + reg = <0x4404 0x10>; > + }; > + }; > + > + > += Data consumers = > +Are device nodes which consume nvmem data cells. > + > +For example: > + > + tsens { > + ... > + nvmem-cell = <&tsens_calibration>; Shouldn't this be nvmem-cells instead? > + nvmem-cell-names = "calibration"; > + }; > -- 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/