[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55892602.2030809@codeaurora.org>
Date: Tue, 23 Jun 2015 14:55:22 +0530
From: Rajendra Nayak <rnayak@...eaurora.org>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.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
[]..
> +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?
> + 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