On Thu, Oct 14, 2021 at 01:20:48AM +0200, Marek Behún wrote:
Add device tree bindings for U-Boot environment NVMEM provider.
U-Boot environment can be stored at a specific offset of a MTD device,
EEPROM, MMC, NAND or SATA device, on an UBI volume, or in a file on a
filesystem.
The environment can contain information such as device's MAC address,
which should be used by the ethernet controller node.
Signed-off-by: Marek Behún <kabel@kernel.org>
---
.../bindings/nvmem/denx,u-boot-env.yaml | 88 +++++++++++++++++++
We already have a vendor prefix for U-Boot, "u-boot" which should be
used here.
--
Tom