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 7B0BFE57D; Mon, 16 Sep 2024 17:45:36 +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=1726508736; cv=none; b=sYXL/Pv2M5TUZZsHJk1VYOdt/e9va+c0kvAIjmbHgFq/TClbmEIKweXfuTMCK4lwBWDT53K7pVg03726PhMWNvkttfxJ1c+wrKpAZe3Ja4OGqdvSv11fYIzNrWlPLlDJ8s2LHxhtcOCrTLdCeZ0CMhzGdW5+MYffSSAa8bX/4c8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726508736; c=relaxed/simple; bh=/J9JVQF2RP/fW7rmcjqsNwCaKwmOgs5LSQ2Zq75zewA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i7/k+IHO7ALjPUm/CqlpxficBdgGlBuNa3FHl7Y5OgHiJjQgj07r60x7x+Y2+a9tWCQWco/7lkI7IvS+ev30psWXGs1E2aPHsozpc9ZB7nDOjNuF46kwpqprc3sF4r62WQEDUDaeSwj7TfnbtytjzeKSY1DheI8JFo3WhT5qE/s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H3Nsn2XC; 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="H3Nsn2XC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9A1EC4CEC4; Mon, 16 Sep 2024 17:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726508736; bh=/J9JVQF2RP/fW7rmcjqsNwCaKwmOgs5LSQ2Zq75zewA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H3Nsn2XCD/eJEniPEoxHcB4QN3puMzML5nZKhcwgfzamDfvJ9Ur96fuWzf9iTwHfp R8SpjDjxV/8IB4lIPyuFLaL5Ucfn1/tVsEkkaAkLw+XSXTocpkbZTGhqYqxLKk4vtN 1tiJhiroDZ+vm+1GTh0gWZ6b8iuzY+OqhgL8XTU4fcW1ET63+3azzrosElTx6oEWff dnux1VRphs6ZJZrhrqU9BrD6o3Poe6XHpNbH0QsURrQCSpQSytDHJ0IptVgtezTDvb cZqE0BE7PwB1fxlnZc1P5lmUcE0mpOZ5yhX4tClaEyh79q88cB1UKB2HbzHzpuwnWy DdsKejH7VM0qg== Date: Mon, 16 Sep 2024 12:45:29 -0500 From: "Rob Herring (Arm)" To: Lijuan Gao Cc: linux-watchdog@vger.kernel.org, Guenter Roeck , Rajendra Nayak , devicetree@vger.kernel.org, Wim Van Sebroeck , kernel@quicinc.com, Conor Dooley , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] dt-bindings: watchdog: Document Qualcomm QCS615 watchdog Message-ID: <172650872929.865205.1913224631021020834.robh@kernel.org> References: <20240912-add_watchdog_compatible_for_qcs615-v1-1-ec22b5ad9891@quicinc.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: <20240912-add_watchdog_compatible_for_qcs615-v1-1-ec22b5ad9891@quicinc.com> On Thu, 12 Sep 2024 10:56:59 +0800, Lijuan Gao wrote: > Add devicetree binding for watchdog present on Qualcomm QCS615 SoC. > > Signed-off-by: Lijuan Gao > --- > Add devicetree binding for watchdog present on Qualcomm > QCS615 SoC. > --- > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)