Thread (34 messages) 34 messages, 7 authors, 2015-06-30

[PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom

From: Srinivas Kandagatla <hidden>
Date: 2015-06-24 09:49:34
Also in: linux-api, linux-arm-msm, linux-devicetree, lkml


On 23/06/15 10:25, Rajendra Nayak wrote:
[]..
quoted
+Example:
+
+    qfprom: qfprom at 00700000 {
+        compatible     = "qcom,qfprom";
+        reg        = <0x00700000 0x8000>;
+        ...
+        /* Data cells */
+        tsens_calibration: calib at 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
quoted
+        nvmem-cell-names = "calibration";
+    };
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help