From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 960D622F767 for ; Sat, 30 May 2026 20:54:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780174445; cv=none; b=ixm2kFy7dY1/QklHhbV+lgnPfjCTfV0Cm930yIdgEdlazXcuYtARF7lHKiIptMU/3+8k2pwXbRjXhcZy38L/Fq6MV2LDAg7ymIWRbvMXqdEeGxzjX4eon/EgoTSzSql2s7wA06dwTShQ28glOIQarof/3Nb36JCT+wW0t1KtHmc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780174445; c=relaxed/simple; bh=gbjewsPP8bK/xP56qYqKPAFmCBoKFu8PeLnet85Awf4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=naYyTLx2eEPV2GTcMxY+Y0Q1aEKMvaw8l+GtUr24SzKT7VAA8SI7OYEMN7mKel15fIm8uHy9aP98bfEgmXY31qsZbIbFNfc7gFaR3+aLN1tj164vEP6mQCRjoQfrqalYFAGtYOQF2MitQGSWpAogDYFmi2PwDfNMeOZQpNei/OA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dCD+tHuk; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dCD+tHuk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9AD11F00898; Sat, 30 May 2026 20:54:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780174442; bh=wA0TNN7leq7RqWO5s5kOeShHTiFBKqTdZPgmX4T7ayo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dCD+tHukiCuLZzIBXVpTy7HvYEpipSdYjBdMUIMgFP62vNGMGP0VN98OLx3nzFUTe 99CpbjAMeVTdFZhCRKnpnyQ+BWkAHmXTc73LNWDLGnVxnSqCgDzmx3+9gTnh4DlP61 xtuYWPC1j/kUq5G2aRT83BbEKiwhC4Xg4vwUcYgeWlpl87/ox62vOX7lFqTufyFMoC hEm4IXn9sYv5UGZ9zEsCIx4CInNerNeZgbWbKXyAGrt8cln21B0CHwQw+/oLLv+0l/ zrIUoIwGszcn2RDzn0KrNlAh1+XnyZz2x9u83dPp6ARyZFyeeqVhDUwEuqoDXRtIla F96Wl4NVLoZZQ== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Robert Marko , Conor Dooley , Claudiu Beznea , Srinivas Kandagatla Subject: [PATCH 07/14] dt-bindings: nvmem: lan9662-otpc: Add LAN969x series Date: Sat, 30 May 2026 21:53:26 +0100 Message-ID: <20260530205333.117458-8-srini@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260530205333.117458-1-srini@kernel.org> References: <20260530205333.117458-1-srini@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Srinivas Kandagatla --- .../devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml b/Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml index f97c6beb4766..c03e96afe564 100644 --- a/Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml +++ b/Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml @@ -25,6 +25,7 @@ properties: - const: microchip,lan9662-otpc - enum: - microchip,lan9662-otpc + - microchip,lan9691-otpc reg: maxItems: 1 -- 2.53.0