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 |
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
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 >
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 >