From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 622B6C2FC0F for ; Thu, 17 Aug 2023 18:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242648AbjHQSEj (ORCPT ); Thu, 17 Aug 2023 14:04:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354210AbjHQSE3 (ORCPT ); Thu, 17 Aug 2023 14:04:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B92BE19A1; Thu, 17 Aug 2023 11:04:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5003C63999; Thu, 17 Aug 2023 18:04:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75A82C433C7; Thu, 17 Aug 2023 18:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692295467; bh=BcEUikQnq7ddqq5xraAv8pC6uypqhdgGk0XNsDGkbvc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BhsI/ke3HLx6K/DZpbWRlQvwjwtLBdMkbTzeFgRLJuJ24AZ37nU3B+miRYv60yQyy 3Bv/VCEyM11abBhNQd0dipzo3BujpWU3zzzJyLuRaZT9B93JF8V9f9lhRNGYO8i/RX U982LLoUKtJ7CoqmBeHwJj1omKIRDeN9ibn6vjr4DAjlsyEaMKrY/Km5pQAf+C/uSX jfyD8vkBuqrX63Wn/X/ogxFeOhfS6v3RLhP0dv8dnwE2R0NwwGzzTl35IktaVUWNJV BfmSoQuM+otkCnDVKqXpbBw+yUd5FgEzp2UbBtwzdlUlCs2xdliL685nDnE5NoZJyY j7ZtdNh6H7gsA== Received: (nullmailer pid 1888176 invoked by uid 1000); Thu, 17 Aug 2023 18:04:25 -0000 Date: Thu, 17 Aug 2023 13:04:25 -0500 From: Rob Herring To: Konrad Dybcio Cc: Marc Zyngier , Krzysztof Kozlowski , devicetree@vger.kernel.org, Rob Herring , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Andy Gross , Conor Dooley , Marijn Suijten , linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH 1/6] dt-bindings: interrupt-controller: qcom,pdc: Add SDM670 Message-ID: <169229546412.1888098.11242593336275855378.robh@kernel.org> References: <20230811-topic-tlmm_wakeup-v1-0-5616a7da1fff@linaro.org> <20230811-topic-tlmm_wakeup-v1-1-5616a7da1fff@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230811-topic-tlmm_wakeup-v1-1-5616a7da1fff@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 11 Aug 2023 22:48:34 +0200, Konrad Dybcio wrote: > Like all other RPMh-enabled SoCs, SDM670 includes a PDC. Document it. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks!