From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1AAF7CD4F21 for ; Sat, 16 May 2026 16:27:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=pbFbIRnpJSWCHYSgI8+s4UlzMp+o9Am+VCjsnEOGb04=; b=S4R0ay16rRuELDAd6UC+1kvyiP pLFEqb9Guc/HZIBGW3da4TPou7Esq2aUcCZOREVX2GKrRSohjtcRRsZowu4+E4U4tyUi51bTtd4pe nkBZHQAtGJCtMXTLlAmJORb49Qaqf522/8EslqDJ0Ok0Xmcxy+asG+LpmBESi8WAVysf9g9et8pwL 07uZlD0O+XqbQzot/tLOfXC2ObVWNgtZouahebQV/U/xDWEb2LcsPVyYBwETVP1s6b6qDqgEyMPjK sakVDBou35jK6n8FSuRr/s2Jr9E6LYBk+gDrwu+kt/Zzc/TPNk2GYH03Hq99+Lbd9hy84U4SvbFJI uVagLBng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOHrH-0000000B1Rv-147y; Sat, 16 May 2026 16:27:23 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOHrE-0000000B1Qp-42Qo for linux-arm-kernel@lists.infradead.org; Sat, 16 May 2026 16:27:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 726B744528; Sat, 16 May 2026 16:27:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57E02C2BCB8; Sat, 16 May 2026 16:27:17 +0000 (UTC) Message-ID: <9291ac3b-0494-4bcb-b7b0-457a4ec86e30@tuxon.dev> Date: Sat, 16 May 2026 19:27:16 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 1/3] dt-bindings: nvmem: lan9662-otpc: Add LAN969x series To: Robert Marko , srini@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, horatiu.vultur@microchip.com, daniel.machon@microchip.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: luka.perkov@sartura.hr, Conor Dooley References: <20260515115954.701155-1-robimarko@gmail.com> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260515115954.701155-1-robimarko@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260516_092721_021183_59272205 X-CRM114-Status: UNSURE ( 4.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 5/15/26 14:59, Robert Marko wrote: > From: Robert Marko > > Unlike LAN966x series which has 8K of OTP space, LAN969x series has 16K of > OTP space, so document the compatible. > > Acked-by: Conor Dooley > Signed-off-by: Robert Marko Reviewed-by: Claudiu Beznea