Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Rob Herring
On Wed, Oct 13, 2021 at 6:20 PM 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

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Rob Herring
On Thu, 14 Oct 2021 01:20:48 +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

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Tom Rini
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

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Srinivas Kandagatla
On 14/10/2021 11:55, Marek Behún wrote: On Thu, 14 Oct 2021 11:30:13 +0100 Srinivas Kandagatla wrote: On 14/10/2021 11:06, Marek Behún wrote: On Thu, 14 Oct 2021 09:26:27 +0100 Srinivas Kandagatla wrote: On 14/10/2021 00:20, Marek Behún wrote: Add device tree bindings for U-Boot

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Srinivas Kandagatla
On 14/10/2021 11:06, Marek Behún wrote: On Thu, 14 Oct 2021 09:26:27 +0100 Srinivas Kandagatla wrote: On 14/10/2021 00:20, 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,

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Srinivas Kandagatla
On 14/10/2021 00:20, 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

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Marek Behún
On Thu, 14 Oct 2021 11:30:13 +0100 Srinivas Kandagatla wrote: > On 14/10/2021 11:06, Marek Behún wrote: > > On Thu, 14 Oct 2021 09:26:27 +0100 > > Srinivas Kandagatla wrote: > > > >> On 14/10/2021 00:20, Marek Behún wrote: > >>> Add device tree bindings for U-Boot environment NVMEM

Re: [PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-14 Thread Marek Behún
On Thu, 14 Oct 2021 09:26:27 +0100 Srinivas Kandagatla wrote: > On 14/10/2021 00:20, 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

[PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider

2021-10-13 Thread Marek Behún
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