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 30A2D1C14; Tue, 3 Sep 2024 17:14:13 +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=1725383654; cv=none; b=B3paqwNek9ZtSNpP7zWhBSV0V25L4Ru7EWBEyolvMXPQv7qGEX6K362zLbxtL/7oWYZg5gQsNtCChMqdsUiSjURe1o2dW6WHlP6uYHYgNQWNuHT/8ci8afMMCAG8Wz9jYesUB/BWx5c7XgjrCHis+o353YIedBgQ5OvbL9MXDws= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725383654; c=relaxed/simple; bh=eGwm4taelSh/WXzqN+PU1w4rQntRFxVVS/ENxfgCBQg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lP6Tg4gMGmNum2bIuL0f88ztwD6l6YPXnH9mamzKg/0zFp9+lucMMLVJdFcSmdyrUzqVrwFaMF6DXFMuEvFmR++Mmo0WhNlLHzTYF8IQ3nwIazUKDxpAxE5xUBDUnqbVXBN1eL6OF1r8VEBfl/RXP3W67zaqgtLcOv2F4fDynwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EJREvbue; 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="EJREvbue" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1A60C4CEC4; Tue, 3 Sep 2024 17:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725383653; bh=eGwm4taelSh/WXzqN+PU1w4rQntRFxVVS/ENxfgCBQg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EJREvbue78QlGh2r2sHgxA8lg6oHcpVyMzlsSbxjcBOfaNLLoHej+xYDrrsZ5hXhT vvxOn3olgwxKrFaCzxYywN+2of8nYp/XN7wdPXEknsko2NBZgzsBMHEik3wp7eW/jJ yH9uEAkqiayT7WjHW02fQte9o2QJBLerWHryA/ZicPHTWH89/ID1B06h4tvtrBDadn HgKjRlAfVVGoA34SNpGv90RlPtRxfO3j5JNwVcIeioBUD+Xx3fx7TEO49aG9+QPDxv C+IFJIXsV9nVNyuy/kbs26Pn3iCByMfAl6KFMcYaOscggqF8JvWk3QU9yl8P4+YPe8 rhfR805npq6Lw== Date: Tue, 3 Sep 2024 12:14:12 -0500 From: "Rob Herring (Arm)" To: Animesh Agarwal Cc: Guenter Roeck , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Vladimir Zapolskiy , Wim Van Sebroeck , Conor Dooley , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Baluta Subject: Re: [PATCH] dt-bindings: watchdog: nxp,lpc1850-wdt: Convert bindings to dtschema Message-ID: <172538365106.1746854.14927974412674667837.robh@kernel.org> References: <20240814061210.56213-1-animeshagarwal28@gmail.com> Precedence: bulk X-Mailing-List: devicetree@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: <20240814061210.56213-1-animeshagarwal28@gmail.com> On Wed, 14 Aug 2024 11:42:03 +0530, Animesh Agarwal wrote: > Convert the NXP LPC18xx Watchdog Timer bindings to yaml format. > > Cc: Daniel Baluta > Signed-off-by: Animesh Agarwal > --- > .../bindings/watchdog/lpc18xx-wdt.txt | 19 ------- > .../bindings/watchdog/nxp,lpc1850-wwdt.yaml | 52 +++++++++++++++++++ > 2 files changed, 52 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/lpc18xx-wdt.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/nxp,lpc1850-wwdt.yaml > Applied, thanks!