Re: [RFC PATCH v1 13/14] nvmem: layouts: u-boot-env: add device node

From: Rafał Miłecki
Date: Sun Aug 28 2022 - 11:12:20 EST


On 25.08.2022 23:44, Michael Walle wrote:
Register the device node so we can actually make use of the cells from
within the device tree.

This obviously only works if the environment variable name can be mapped
to the device node, which isn't always the case. Think of "_" vs "-".
But for simple things like ethaddr, this will work.

We probably shouldn't support undocumented syntax (bindings).

I've identical local patch that waits for
[PATCH] dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20220703084843.21922-1-zajec5@xxxxxxxxx/
to be accepted.