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 5CE0236CE0B; Mon, 2 Mar 2026 12:26:27 +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=1772454387; cv=none; b=RhrzACNcBtzTRoUtAIJZ8jlJ2jFpow8PYM9K+RiNAYr6JFMkZawZIlnroakHrBobeAFhZTCACOXHgOBzTfgroJIAHOn6Htz8PpKgcG5oSv/EqzEnaUDtcZB+7mhxUbiRDB4L3Vsx1VybULfzfvlhfdp/a3vgdVHC5WET5jlgg9g= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772454387; c=relaxed/simple; bh=0gVshRELHMBLwniWVamW9E81/1A4qAcYqA637gtwMmY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=OJTkqLeJMpVlJ0zV+oaKibXViSMt0aNCegDSpAz4+0ot3cVpeVr8l3UkpTYTRA4LBxlfFt+i5EsMen/bNS68ZqkDtN7DpGhGs5arOIdCK1FwH2iBB2Ho2lgbwn+Xw2N/iMyj/1tcxxCJeQS78RNt0flJDFBtO8RFyX31H77GjMQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ghAi/BLP; 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="ghAi/BLP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 476A7C2BCB0; Mon, 2 Mar 2026 12:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772454387; bh=0gVshRELHMBLwniWVamW9E81/1A4qAcYqA637gtwMmY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ghAi/BLPrEay4xwAg+w5+3lpHz2BrAymAywyI2dk9NZLQm/PCuVnYjrxMLBuNU85C r0HtmxGyb84zGsn6jeEbgK0YuPRoFXhRsLma+fCUnhubFFhWWwT/Q3CI3r3cMp4KCk 7QCuTBYXnX2zQPMLzbG95Pcj2YrA+yWk0pQdHGOwOQlD+ynSJcz0qGQycyZ4KqHidt I8sbXD96ae4qBRqft6nHIKLuQL93YSoBD5NDK+kVZ0EqDocSvi8Pm4akCT0HkVS9EK Lw8gNogZJfXXrQ1xsmh/IdSnUdIsIJZMTFZJUcE21npQs8vWz8jkbSmHQjSplYExSE VUtctLfElofOg== 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 7/7] dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible Date: Mon, 2 Mar 2026 13:24:52 +0100 Message-ID: <20260302122540.1377444-8-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 0f6eae86e626 ("dt-bindings: hwmon: sl28cpld: add sa67mcu compatible"). Acked-by: Conor Dooley Signed-off-by: Michael Walle --- .../devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon= .yaml b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml index 966b221b6caa..5803a1770cad 100644 --- a/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml +++ b/Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml @@ -16,7 +16,6 @@ description: | properties: compatible: enum: - - kontron,sa67mcu-hwmon - kontron,sl28cpld-fan =20 reg: --=20 2.47.3