Re: [RESEND][PATCH 3/7] nvmem: imx-ocotp: Add support for banked OTP addressing

2017-10-05 Thread Philipp Zabel
On Wed, 2017-10-04 at 23:25 +0100, Bryan O'Donoghue wrote: > The i.MX7S/D takes the bank address in the CTRLn.ADDR field and the > data > value in one of the DATAx {0, 1, 2, 3} register fields. The current > write > routine is based on writing the CTRLn.ADDR field and writing a single > DATA > regi

[RESEND][PATCH 3/7] nvmem: imx-ocotp: Add support for banked OTP addressing

2017-10-04 Thread Bryan O'Donoghue
The i.MX7S/D takes the bank address in the CTRLn.ADDR field and the data value in one of the DATAx {0, 1, 2, 3} register fields. The current write routine is based on writing the CTRLn.ADDR field and writing a single DATA register only. Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support")