Re: [PATCH v2 03/20] nvmem: core: add an index parameter to the cell

From: Srinivas Kandagatla
Date: Fri Sep 09 2022 - 04:13:02 EST




On 01/09/2022 23:18, Michael Walle wrote:
+ ret = of_parse_phandle_with_optional_args(np, "nvmem-cells",
+ "#nvmem-cell-cells",
+ index, &cell_spec);
where is the bindings for this new #nvmem-cell-cells property?


--srini