[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <558A7D1C.8050708@linaro.org>
Date: Wed, 24 Jun 2015 10:49:16 +0100
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: Rajendra Nayak <rnayak@...eaurora.org>,
linux-arm-kernel@...ts.infradead.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: Maxime Ripard <maxime.ripard@...e-electrons.com>,
Rob Herring <robh+dt@...nel.org>,
Kumar Gala <galak@...eaurora.org>,
Mark Brown <broonie@...nel.org>, s.hauer@...gutronix.de,
linux-api@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org,
arnd@...db.de, sboyd@...eaurora.org,
pantelis.antoniou@...sulko.com, mporter@...sulko.com,
stefan.wahren@...e.com, wxt@...k-chips.com
Subject: Re: [PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom
On 23/06/15 10:25, Rajendra Nayak wrote:
> []..
>
>> +Example:
>> +
>> + qfprom: qfprom@...00000 {
>> + 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?
>
You are correct, Will fix it in next version.
--srini
>> + nvmem-cell-names = "calibration";
>> + };
>>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists