Re: nvmem creates multiple devices with the same name

From: Srinivas Kandagatla
Date: Tue May 21 2019 - 05:05:06 EST




On 21/05/2019 09:56, Sascha Hauer wrote:
. Are there any suggestions how to register the nvmem devices
with a different name?

struct nvmem_config provides id field for this purpose, this will be used by nvmem to set the device name space along with name field.

--srini