diff options
author | Daniel Kestrel <kestrel1974@t-online.de> | 2021-08-07 09:28:24 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-02 16:45:33 +0200 |
commit | ca1874437c8bceff1c34f3ea69c5ebf573d45c45 (patch) | |
tree | 5c1edbb697c5a0ad4a111cac9b9730fbbd40e958 /target/linux/x86/legacy | |
parent | 6bb51c9d1cd5eec132e6017563fb2c35d026e7cf (diff) | |
download | upstream-ca1874437c8bceff1c34f3ea69c5ebf573d45c45.tar.gz upstream-ca1874437c8bceff1c34f3ea69c5ebf573d45c45.tar.bz2 upstream-ca1874437c8bceff1c34f3ea69c5ebf573d45c45.zip |
lantiq: kernel: xway-nand: Move ECC engine setting to new DT binding
When trying to add support for another device with Micron NAND chips,
it was discovered that the default setting in the kernel source does
not work with Micron Chips, since the device trees setting is
overwritten and hard coded by the kernel xway_nand driver. This was
the original reason for this PR.
A kernel patch sets the default ECC mode to soft without overwriting
the device tree settings and the device tree for devices using it
are updated with new parameters because the old ones are deprecated
by torvalds/linux@533af69.
A patch for kernel 5.4 is provided to support the new settings
because kernel 5.4 does not support it.
Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
Diffstat (limited to 'target/linux/x86/legacy')
0 files changed, 0 insertions, 0 deletions