Re: [PATCH v2] nvmem: add QTI SDAM driver

From: sthella
Date: Mon Dec 23 2019 - 05:52:11 EST


On 2019-12-19 16:41, Srinivas Kandagatla wrote:
On 19/12/2019 11:06, Shyam Kumar Thella wrote:
+static const struct of_device_id sdam_match_table[] = {
+ { .compatible = "qcom,spmi-sdam" },
+ {},
+};

This patch can not be accepted without Device tree bindings documented.
Sure. I will add the DT documentation for it.

--srini