From nobody Thu Apr 2 17:09:59 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B32593ED5C0 for ; Fri, 27 Mar 2026 13:18:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774617481; cv=none; b=hokX58c2coCHgF7hjW6eis/HTQAR+cp6ovaWBIeHUIJixWgq+mZ/KxingU+hz622CDNfSFFwttCpWiMkVqIvLWEFOcyNVjXEfRJT5p9Qdah7ORgAkoX0gP5FBpy3cULwAapODDnF0kDSG6YtyPSgqNjdsjKg+vfPnf21/FIAp4M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774617481; c=relaxed/simple; bh=+k/nYvvEx9norsnK3J6xn78yIFFXVehOwvJh8Tu0WWs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=L5iWoDUDaeKAUdkG6JtLofUbCaJ+ISzUmoM9FVFBxErKQnjNZYRHiyVckUYozqFi3Tktyb8IBdROb3vfyrswdMNBXGvfK6A6bzbde/s0hHS7KjYYPg2BkNnVTEDROcTOhZ4nuFyruMGNnqubiIdvmGhTcZnu9nAZwrAfjOpgyec= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=u8XjmgWI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="u8XjmgWI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 557E2C2BCB0; Fri, 27 Mar 2026 13:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774617481; bh=+k/nYvvEx9norsnK3J6xn78yIFFXVehOwvJh8Tu0WWs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=u8XjmgWIZharShyUGAiU+3R5p26SILa7B0rmnMT15baStZ7q5oHQ+PuZfbKFpEZwm gCQUZYJ0W1uSjszetpXoWi9jbzZ1XILhShSuLyi9CYLVTRinkte3DJza8x1VFrf7xK od38Rs3hzlGOeTiXZzSh936IupYoxkrLaQ+WDqI2z/QLICizJ+KF/TmLNPSsyHgErl 5aqPtpewI66kDfJYTl0nMRw/fKLi+MYDuYjD6xo+sbRi6RfSR0oRSQR41xhxhi7hpF Jk+eGbyOo2UvSO4fgpfVyJlATz4WYv1jNToKECnDz5peZNwf8r/DfAgXIMg6Fxks/Q 9Sjf1KpRIro9Q== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Michael Walle , Conor Dooley , Srinivas Kandagatla Subject: [PATCH 3/9] dt-bindings: nvmem: sl28cpld: Drop sa67mcu compatible Date: Fri, 27 Mar 2026 13:17:45 +0000 Message-ID: <20260327131751.3026030-4-srini@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260327131751.3026030-1-srini@kernel.org> References: <20260327131751.3026030-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: quoted-printable Content-Type: text/plain; charset="utf-8" From: Michael Walle I was just informed that this product is discontinued (without being ever released to the market). Pull the plug and let's not waste any more maintainers time and revert commit 4a9b344e90c7 ("dt-bindings: nvmem: sl28cpld: add sa67mcu compatible"). Acked-by: Conor Dooley Signed-off-by: Michael Walle Signed-off-by: Srinivas Kandagatla --- .../bindings/nvmem/layouts/kontron,sl28-vpd.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-v= pd.yaml b/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.= yaml index afd1919c6b1c..c713e23819f1 100644 --- a/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml +++ b/Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml @@ -19,12 +19,7 @@ select: false =20 properties: compatible: - oneOf: - - items: - - enum: - - kontron,sa67-vpd - - const: kontron,sl28-vpd - - const: kontron,sl28-vpd + const: kontron,sl28-vpd =20 serial-number: type: object --=20 2.47.3