mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
nvmem: imx: correct nregs for i.MX6ULL
commit2382c1b044upstream. The nregs for i.MX6ULL should be 80 per fuse map, correct it. Fixes:ffbc34bf0e("nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support") Cc: Stable@vger.kernel.org Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20231013124904.175782-4-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e0f95b831b
commit
6e22bf6f00
@@ -506,7 +506,7 @@ static const struct ocotp_params imx6ul_params = {
|
||||
};
|
||||
|
||||
static const struct ocotp_params imx6ull_params = {
|
||||
.nregs = 64,
|
||||
.nregs = 80,
|
||||
.bank_address_words = 0,
|
||||
.set_timing = imx_ocotp_set_imx6_timing,
|
||||
.ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user