[]..

+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 devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to