a-node {Should have replied you long back :-)
nvmem-cells = <&cell_a &cell_b>, ????;
nvmem-cell-names = "some-data", "more-data";
};
No worries :-)
yes this would fail.
and I want "more-data" to reference only one phandle, how would this be
handled?
The device tree compiler would concatenate all the cells and we have no
means to know where did "more-data" starts.
sounds like composite driver is the way forward.
What's your preference on "separate driver" vs. "part of the NVMEM
framework"? Should I keep it as a separate driver or try to fold it
into NVMEM core?
Thanks,
Andrey