[PATCH v2] nvmem: Change to unified property interface
From: Kevin Paul Herbert <hidden>
Date: 2021-03-30 04:27:26
Also in:
linux-devicetree, lkml
From: Kevin Paul Herbert <hidden>
Date: 2021-03-30 04:27:26
Also in:
linux-devicetree, lkml
THis first version of this patch erroneously had an unnecessary wrapper for of_nvmem_device_get() even though the commentary properly stated that the only wrapper needed was of_nvmem_cell_get(). Fix the code to match the intent.