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 109ED2EE60E; Wed, 10 Sep 2025 20:54:00 +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=1757537643; cv=none; b=PWqAX/Nmk8k1qWSwR1FyYqUh/H6XI/7X8oz0uu1uzyrz/5GxFe1qTRwx0PSRQeF+hD17wlB6I9WpkMAsxP46SfXY4Jswkak1lxOoBAOlzqoDczB52Sml+hn1IwsfpOeY5Y/q13Fruy2FK+k1jeRXj7UBmEvmfJnY727Ugq4lIqw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757537643; c=relaxed/simple; bh=5OnkuBJyue+zQyX6Q2eCfHtTU3Z+nyV5kgiMTsJaO1Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=srxV2hUYT6nvvtDGx/y0BOAitK28cYokcq1cAj58dHzDGgJmXKnRpXQdRkY0P6sNHtCc3jCP6ClKZNtqdPFksQuMwOb9kqkix710AF2MGxVIiQ2dB/04GAQLnh31rLb4brXC99SgLWVmuhpy/xqCSgz41fwlfm6QSKn55SZk4nI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HpyqPUro; 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="HpyqPUro" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83208C4CEEB; Wed, 10 Sep 2025 20:54:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757537640; bh=5OnkuBJyue+zQyX6Q2eCfHtTU3Z+nyV5kgiMTsJaO1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HpyqPUroqt68uLM2rNNFEMdXw3AX+sWGNucFF/ESuJHuDRJO9bIVzG9cuVb+NLEeQ 4TNJ7mp1BIr3t3wyMCK4b/M+vSwhp8dzJ8L0p306SV8VCatWseWWqGzR3cqOdcnDuH nsOxauTwdZz9vo7Zf7DQwVaSD7boLxqQaOpx7D05s6s2LiPHBv7gqMawHIxbuc9vfu l6lmNOzyQgQVhdqxatA2Ix1+2LLoD35XL86UkU+sEck0cgdOvePgE0DRGZRtJM7tbY qmwkn1HLaU2aoL/nEzl82qQ2TRhH+1Yeoeo1RjAXPnpbjJaRphYKXdruhiTmQjLjRZ Dy2OM4gzl2cBQ== Date: Wed, 10 Sep 2025 15:53:59 -0500 From: "Rob Herring (Arm)" To: "Rob Herring (Arm)" Cc: Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Wim Van Sebroeck , Guenter Roeck , linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt Message-ID: <175753763932.388606.6667909056688824715.robh@kernel.org> References: <20250807214222.4170236-1-robh@kernel.org> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250807214222.4170236-1-robh@kernel.org> On Thu, 07 Aug 2025 16:42:21 -0500, Rob Herring (Arm) wrote: > "moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml, > so drop the old text binding. > > Signed-off-by: Rob Herring (Arm) > --- > .../bindings/watchdog/moxa,moxart-watchdog.txt | 15 --------------- > 1 file changed, 15 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt > Applied, thanks!