Re: [PATCH v5 4/4] memory: Add ECC properties

2023-09-07 Thread Rob Herring
On Wed, Aug 30, 2023 at 6:18 PM Simon Glass wrote: > > Some memories provide ECC detection and/or correction. For software which > wants to check memory, it is helpful to see which regions provide this > feature. > > Add this as a property of the /memory nodes, since it presumably follows > the ha

[PATCH v5 4/4] memory: Add ECC properties

2023-08-30 Thread Simon Glass
Some memories provide ECC detection and/or correction. For software which wants to check memory, it is helpful to see which regions provide this feature. Add this as a property of the /memory nodes, since it presumably follows the hardware-level memory system. Signed-off-by: Simon Glass --- Cha