Re: [PATCH] nvmem: ocotp: fix fusing on fsl,imx6q-ocotp compatible boards

2020-11-12 Thread Sascha Hauer
On Thu, Nov 12, 2020 at 11:00:42AM +0100, Robin van der Gracht wrote: > The imx6q_ocotp_data struct is incomplete resulting in a crash when trying > to read/blow fuses. > > Signed-off-by: Robin van der Gracht > --- > drivers/nvmem/ocotp.c | 2 ++ > 1 file changed, 2 insertions(+) Applied, thank

Re: [PATCH] nvmem: ocotp: fix fusing on fsl,imx6q-ocotp compatible boards

2020-11-12 Thread Rouven Czerwinski
On Thu, 2020-11-12 at 11:00 +0100, Robin van der Gracht wrote: > The imx6q_ocotp_data struct is incomplete resulting in a crash when > trying > to read/blow fuses. > > Signed-off-by: Robin van der Gracht > --- > drivers/nvmem/ocotp.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/dr

[PATCH] nvmem: ocotp: fix fusing on fsl, imx6q-ocotp compatible boards

2020-11-12 Thread Robin van der Gracht
The imx6q_ocotp_data struct is incomplete resulting in a crash when trying to read/blow fuses. Signed-off-by: Robin van der Gracht --- drivers/nvmem/ocotp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/nvmem/ocotp.c b/drivers/nvmem/ocotp.c index 356e9bf11..cee50955e 100644 --- a