From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH 0/3] nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support Date: Tue, 15 Jan 2019 12:15:54 +0000 Message-ID: References: <1544536273-17909-1-git-send-email-stefan.wahren@i2se.com> <7ca64f1d-8649-79a3-4c48-5242a68a837b@i2se.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7ca64f1d-8649-79a3-4c48-5242a68a837b@i2se.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Stefan Wahren , Rob Herring , Mark Rutland , Shawn Guo , Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Sascha Hauer , linux-imx@nxp.com, kernel@pengutronix.de List-Id: devicetree@vger.kernel.org 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 >