Re: [PATCH v4 4/4] memory: Add ECC property

2023-09-06 Thread Lean Sheng Tan
Hi Rob, Sorry for missing this: regarding your question on whether if the memory can support both single-bit and multi-bit ECC, i think the answer is yes. @Dong, Guo or @Chiu, Chasel could you help to confirm on this? Thanks. Best Regards, *Lean Sheng Tan* 9elements GmbH, Kortumstraße 19-21,

Re: [PATCH v4 4/4] memory: Add ECC property

2023-09-06 Thread Simon Glass
Hi Sheng, On Wed, 6 Sept 2023 at 08:47, Lean Sheng Tan wrote: > > Hi Rob, > Sorry for missing this: > regarding your question on whether if the memory can support both single-bit > and multi-bit ECC, i think the answer is yes. > @Dong, Guo or @Chiu, Chasel could you help to confirm on this? I s

Re: [PATCH v4 4/4] memory: Add ECC property

2023-08-29 Thread Rob Herring
On Tue, Aug 29, 2023 at 2:18 PM Simon Glass wrote: > > Some memories provides ECC 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 memor

[PATCH v4 4/4] memory: Add ECC property

2023-08-29 Thread Simon Glass
Some memories provides ECC 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 --- (no changes since v