From nobody Thu Apr 9 13:32:15 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 C7A1E3B3BF7; Mon, 2 Mar 2026 12:26:18 +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=1772454378; cv=none; b=jXaXnYb46V+8f/fYpAt49MVii5TKkSwwvLjniyZIi5akcBCBU5t2pui4GpjE0nxk4ImHiBz1LwehGdh+nk+Gq/3J/QtTm6TLx+hqEw3DxXzbb5qZqKdSmlDJ/CcSVa4/HNAH7bqe3FkyzRvuO3sDvKx6QsQjgwXahwB0RkIdzUk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772454378; c=relaxed/simple; bh=I4NFZM5AIlzm74pVn+R2WfmjjzGkM1+mEAg/zfHxn/k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hCVfTiTdTddjl3nC7PM0kfEXmjmMaK7dToHHHkaWBWsCRvHAY/qjjS2tTo1RipxGG1MLaXB7kPy1gdOsmaMRJPWu/q5c8bRVEt/yJiWWX183IZXeWToRaT+4Aj1a7eNpZP6zoH6oQRg63MxhZX6ar84UxalLBChr+O2uifVboKo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=D27uCz/r; 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="D27uCz/r" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5E82C2BC86; Mon, 2 Mar 2026 12:26:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772454378; bh=I4NFZM5AIlzm74pVn+R2WfmjjzGkM1+mEAg/zfHxn/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D27uCz/rNmOgc3Ikmrs4/qTihBfzt4Vjzk3pne8HYPMV8ROwf188qYm3G+OexKRqe 8ECloHLUkwaro3rr9+ouoSzo7EtmzGblOGRDXnTUrI7bORtxob7+JI07wKy8c57C/z rjwUDjhkBJRrgm1GW7HwsIXqE9zlCKJyVlWvvQUrt1Bn6sWMmcB8aCsr6lOl1Zq21w xt6CFQlVB5hnrZhy6I2xd0qncdE1JUB+bD+VfwBpm5HOBIcBy3BRpHXGZExw1IpFQV Wnf0jCrsNeZsz5UpK2oklfg+lJYmq1koKNJx8f9ci592w4OU7JLAFaSVKX/0qOQXFE I3XnMQ6RvTo+Q== From: Michael Walle To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guenter Roeck , Srinivas Kandagatla , Wim Van Sebroeck , Jonathan Corbet , Shuah Khan Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, Michael Walle , Conor Dooley Subject: [PATCH v2 5/7] dt-bindings: nvmem: sl28cpld: Drop sa67mcu compatible Date: Mon, 2 Mar 2026 13:24:50 +0100 Message-ID: <20260302122540.1377444-6-mwalle@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260302122540.1377444-1-mwalle@kernel.org> References: <20260302122540.1377444-1-mwalle@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" 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 --- .../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