From mboxrd@z Thu Jan 1 00:00:00 1970 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 847EC344056; Mon, 23 Feb 2026 10:05:34 +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=1771841134; cv=none; b=q/TIGskE4AqYHZT55w6pEJ3XUrlaqLJDT0MpMEL4V2Jb4+b3o/Lh2JVnpstsclxMz5rzPovnywv4fr637BHoB1D4V+raK7FkHzlc+RzdebXLTXUI0snCFp63V5UQgnoGhmHqCNGw/lY+Fu/HsgOWBN1GIflfJgQnuBX+1SSdtWc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771841134; c=relaxed/simple; bh=4TnyH0MD9FtIkK24YiVbmYeV/1WFJ3Nney2VWTHmbo4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CFQZydudEgLQwN6Mk96WJQWpkUsHjHtcTW0kVvMheOP4FGcsUw2E/C3u8Z68o04XBYuc7ccmEeeJ1oOh5ffuWH+6XsVdUFNKbNo7RZF4fGNMjg8QvEzIrNyohHD1K43TGZigsSVZbyBQMWM766s0h60eLymwzrAL4wYO8WGg5rg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UvwGWUBr; 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="UvwGWUBr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A43E6C116D0; Mon, 23 Feb 2026 10:05:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771841134; bh=4TnyH0MD9FtIkK24YiVbmYeV/1WFJ3Nney2VWTHmbo4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UvwGWUBrDS+wuqmnAZ1IeewwERcKsYeEi/o46OMyS/Bw8D4cmaiM+Y44L/DTjQsqu jDTM4pgFG+E9apk4Ltoyu9H5sBv6UjHeIfh4cxsGePlbDEdlKhivBFYNhmP+RET189 byIvCuxqDti9kY+EZymEImToGxf45dgQBUShtHIzPPoWF36JbNYoaVbkdIniAfWoxU bs+MK8vd5vlYdI/FblXSvO4IYiMINpxQbHisaibl/1TUPCUPwm0QeeWzI1DtNJJWr/ ipBYqMiieHG4LkNQqBHVtMSybgbDzv0CroiQof24gvjhjD7swKMDfNoFml+8j3oCPY GH9GZmLbUvFDQ== 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 Subject: [PATCH 7/8] Revert "dt-bindings: watchdog: Add SMARC-sAM67 support" Date: Mon, 23 Feb 2026 11:04:52 +0100 Message-ID: <20260223100459.844967-8-mwalle@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260223100459.844967-1-mwalle@kernel.org> References: <20260223100459.844967-1-mwalle@kernel.org> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This reverts commit 354f31e9d2a3e4799d3d057a9e1c9f7ae7348bba. 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. Signed-off-by: Michael Walle --- .../devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml b/Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml index 0821ba0e84a3..872a8471ef65 100644 --- a/Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml @@ -18,12 +18,7 @@ allOf: properties: compatible: - oneOf: - - items: - - enum: - - kontron,sa67mcu-wdt - - const: kontron,sl28cpld-wdt - - const: kontron,sl28cpld-wdt + const: kontron,sl28cpld-wdt reg: maxItems: 1 -- 2.47.3