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 78CF3371CEA; Thu, 14 May 2026 12:39:06 +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=1778762346; cv=none; b=Ke0zvj5nx7Rp00lo1tLm2gCfUcpdQi0LSqgy4dLFedPnwOFuhPVLz7DCfcxkNoWy/EZ3fljjR5P2ZW6IYONq62t1QDel6AcUTMDTpHsKNL/WCyM3+kK8ds3VoG+MkrXTuu32WWEldUjCjXjUD1wg/OoDlO6m1PCXlt4oKAN8NTc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778762346; c=relaxed/simple; bh=POrPysSV9eR4uGERcjpXWWNDTI1hHqPiXelGKH+Dlgo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QzDPp5fHA4UpTWhqWXxUoS4eN6uWWPWhMdr9FD/4/b/tUCNnc6Iydf36smZW61cPSJiGgjYfsAhJR6H6vqhXXuwbCSfJ9wvRGSJqZzQAXq1vMlf9lbaehHfZosbQD/xJmfFzoC5fju7wRyYQie+RmhjCZmrsD8IIrGLdbXR6E00= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rTvRpM8m; 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="rTvRpM8m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67F60C2BCB3; Thu, 14 May 2026 12:39:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778762346; bh=POrPysSV9eR4uGERcjpXWWNDTI1hHqPiXelGKH+Dlgo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rTvRpM8m5yg1o9tmC2kSQRWm64GVFY+9AlcjpIoyzV5oiOzn4iVGBb/c9veO9G6Mm 2KlFtz+UdSBVCJskdJN/rwWdbUwKrpMTlKcpXmNWb3fMzCH6z0PeODneTpGMe/Z6Nu hj1mpo92dq5jTHWgyyFLHvbiTlJT1ZuI75Rsre+vaBoqYiwyNfzQ0ASLy3GeobXbEO IXc7OQuqggIGr1Jy5N4Lh5Y8i7BpNbqdtU9Q5yeKMzd5hOi+DehjSr7o17jlovf4W7 TqBVu3ICWiqcbzdKasOsI8mLZFYw+QTDcp5KTTRYDYJLyaUSvLXZEzh2dBYARloDbQ TSjQbMJKcYyiw== Date: Thu, 14 May 2026 14:39:03 +0200 From: Krzysztof Kozlowski To: Kathiravan Thirumoorthy Cc: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: watchdog: qcom-wdt: Document IPQ9650 watchdog Message-ID: <20260514-spicy-rare-jaybird-6edb2a@quoll> References: <20260511-ipq9650_wdt_binding-v2-1-dca22892d3d3@oss.qualcomm.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=utf-8 Content-Disposition: inline In-Reply-To: <20260511-ipq9650_wdt_binding-v2-1-dca22892d3d3@oss.qualcomm.com> On Mon, May 11, 2026 at 08:10:23PM +0530, Kathiravan Thirumoorthy wrote: > Document the watchdog device found on the Qualcomm IPQ9650 SoC. > > Signed-off-by: Kathiravan Thirumoorthy > --- > Changes in v2: > - Fixed the commit message title > - Link to v1: https://patch.msgid.link/20260511-ipq9650_wdt_binding-v1-1-d2779e756bf7@oss.qualcomm.com > --- > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof