mbox series

[0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support

Message ID 1544536273-17909-1-git-send-email-stefan.wahren@i2se.com (mailing list archive)
Headers show
Series nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support | expand

Message

Stefan Wahren Dec. 11, 2018, 1:51 p.m. UTC
According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
only support 8 OTP banks instead of 16. So we can't use the compatible
string of i.MX6UL.

Stefan Wahren (3):
  dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
  nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
  ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

 Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
 arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
 drivers/nvmem/imx-ocotp.c                             | 7 +++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

Comments

Stefan Wahren Jan. 15, 2019, 10:17 a.m. UTC | #1
Hi Shawn,
hi Srinivas,

Am 11.12.18 um 14:51 schrieb Stefan Wahren:
> According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
> only support 8 OTP banks instead of 16. So we can't use the compatible
> string of i.MX6UL.
>
> Stefan Wahren (3):
>   dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
>   nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
>   ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible
>
>  Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
>  arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
>  drivers/nvmem/imx-ocotp.c                             | 7 +++++++
>  3 files changed, 13 insertions(+), 1 deletion(-)
>
Rob already gave his Reviewed-By for the binding. Are you fine with the rest of the series?

Regards
Stefan
Srinivas Kandagatla Jan. 15, 2019, 10:21 a.m. UTC | #2
On 15/01/2019 10:17, Stefan Wahren wrote:
> Hi Shawn,
> hi Srinivas,
> 
> Am 11.12.18 um 14:51 schrieb Stefan Wahren:
>> According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
>> only support 8 OTP banks instead of 16. So we can't use the compatible
>> string of i.MX6UL.
>>
>> Stefan Wahren (3):
>>    dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
>>    nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
>>    ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible
>>
>>   Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
>>   arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
>>   drivers/nvmem/imx-ocotp.c                             | 7 +++++++
>>   3 files changed, 13 insertions(+), 1 deletion(-)
>>
> Rob already gave his Reviewed-By for the binding. Are you fine with the rest of the series?
> 

I can take 1 and 2 via nvmem tree, dt patch has to go via ARM SoC tree!


thanks,
srini
> Regards
> Stefan
>
Srinivas Kandagatla Jan. 15, 2019, 12:15 p.m. UTC | #3
On 15/01/2019 10:17, Stefan Wahren wrote:
> Hi Shawn,
> hi Srinivas,
> 
> Am 11.12.18 um 14:51 schrieb Stefan Wahren:
>> According to the reference manuals for i.MX6ULL and i.MX6ULZ both SoCs
>> only support 8 OTP banks instead of 16. So we can't use the compatible
>> string of i.MX6UL.
>>
>> Stefan Wahren (3):
>>    dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support
>>    nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support
>>    ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible
>>
>>   Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 3 ++-
>>   arch/arm/boot/dts/imx6ull.dtsi                        | 4 ++++
>>   drivers/nvmem/imx-ocotp.c                             | 7 +++++++
>>   3 files changed, 13 insertions(+), 1 deletion(-)
>>
> Rob already gave his Reviewed-By for the binding. Are you fine with the rest of the series?

Applied 1 and 2.

Thanks,
srini
> 
> Regards
> Stefan
>