Re: [PATCH v2] nvmem: add QTI SDAM driver
From: Srinivas Kandagatla
Date: Thu Dec 19 2019 - 06:11:13 EST
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.
--srini