From nobody Thu Apr 9 13:32:16 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 ED6CF3B3BF6; Mon, 2 Mar 2026 12:26:14 +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=1772454375; cv=none; b=ao7Sf2qjxj9dGPa5l+Y8zCoqwRpqBK6vTVK4YQcZlc42jvcaXpwx8jBPAaHsudG9mVyDikqnV+OAKblJOuXjwFWImkmRRP/ZT946ynljnZWPyp7Ipt52H0t+xonB8MDB4PNzYMuGRCRbOACBu483FbdZiWKfstYasff+6BjfKWA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772454375; c=relaxed/simple; bh=LpVDGZDugMWkrHcC6TYLAjdQro/fa60SFAmlKmoBr9Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=D7Z2eH2VD9G0RzQcGIq7bQvCTa7IrsMNIMlOaObTABrpX6NnwkNj2Rl6kDjBunfaCaF4rkrKZR8A9YcSL6ixQDE1WOEsd1kG2+FF0HgftoUVJKezfmJuJa4ODNEDYiZLxjqi67Jk8sjuy0MLtunT9gcsgZbkkDX0bkzMU4O6rDw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h8VfU45c; 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="h8VfU45c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA306C2BCB1; Mon, 2 Mar 2026 12:26:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772454374; bh=LpVDGZDugMWkrHcC6TYLAjdQro/fa60SFAmlKmoBr9Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h8VfU45c3f5inRo7+HH8001lgbHiti8EhUZNfZS0Rv6nEHFELs5Uw3cvuQnf+E4HW UOVFDWa6+kbunr5GVxFckdQ5C6UdllN82Bgb2bwFvtW+OLuaX9J5/2VIIowWEB/uuG 3ud9Gx40gO8ID43qBOYMAwBFOwkHcWYw6lcXABq3lOHOmbFNXYVpx7Ev1yIjYU7PZ1 9jZ9FywiQHDLArs5SL1elFLN5Hi9cDxsW29+MCdmMgRld1EnqX4uE2h7zoNhzlQgP1 2w8YPTsIAOY2tbyCGF0mDVjX891Lkb5mYBIiitRZBAVsmJgDi3lOi7nFyOZUst8ahq GNxP7C9gcBwhg== 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 4/7] dt-bindings: arm: ti: Drop Kontron SMARC-sAM67 module Date: Mon, 2 Mar 2026 13:24:49 +0100 Message-ID: <20260302122540.1377444-5-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 22e1d0d8cda7 ("dt-bindings: arm: ti: Add Kontron SMARC-sAM67 module"). Acked-by: Conor Dooley Signed-off-by: Michael Walle --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentati= on/devicetree/bindings/arm/ti/k3.yaml index 85deda6d4292..adda61e06173 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -208,7 +208,6 @@ properties: items: - enum: - beagle,am67a-beagley-ai - - kontron,sa67 # Kontron SMARC-sAM67 board - ti,j722s-evm - const: ti,j722s =20 --=20 2.47.3