Re: [PATCH 1/2] i.MX: Introduce imx_ocotp_read_uid()

2019-09-16 Thread Sascha Hauer
On Fri, Sep 13, 2019 at 11:02:46PM -0700, Andrey Smirnov wrote: > UID information in OCOTP is located in the same place on at least > i.MX6, i.MX7 and i.MX8MQ. Create an SoC-agnostic helper to do all the > work and convert i.MX6 to use it. > > Signed-off-by: Andrey Smirnov > Cc: Chris Healy >

[PATCH 1/2] i.MX: Introduce imx_ocotp_read_uid()

2019-09-14 Thread Andrey Smirnov
UID information in OCOTP is located in the same place on at least i.MX6, i.MX7 and i.MX8MQ. Create an SoC-agnostic helper to do all the work and convert i.MX6 to use it. Signed-off-by: Andrey Smirnov Cc: Chris Healy Cc: Lucas Stach --- arch/arm/mach-imx/imx6.c | 8 +---