[PATCH v2 0/2] Add support for "on-die" ECC on Davinci.

From: Marcus Folkesson
Date: Wed Oct 02 2024 - 05:02:11 EST


Some chips, e.g. Micron MT29F1G08ABBFAH4, has a mandatory on-die ECC.
Add "on-die" as ECC engine type in order to be compatible with those.

Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>
---
Changes in v2:
- Convert dt-bindings file to yaml
- Link to v1: https://lore.kernel.org/r/20241001-ondie-v1-0-a3daae15c89d@xxxxxxxxx

---
Marcus Folkesson (2):
mtd: nand: davinci: add support for on-die ECC engine type
dt-bindings: mtd: davinci: convert to yaml

.../devicetree/bindings/mtd/davinci-nand.txt | 94 ------------------
.../devicetree/bindings/mtd/ti,davinci-nand.yaml | 105 +++++++++++++++++++++
drivers/mtd/nand/raw/davinci_nand.c | 5 +-
3 files changed, 109 insertions(+), 95 deletions(-)
---
base-commit: 200289db261f0c8131a5756133e9d30966289c3b
change-id: 20241001-ondie-a0edcf28f846

Best regards,
--
Marcus Folkesson <marcus.folkesson@xxxxxxxxx>