mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Georgi Djakov <djakov@kernel.org>,
	James Clark <james.clark@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Conor Dooley <conor+dt@kernel.org>,
	David Heidelberg <david@ixit.cz>, Leo Yan <leo.yan@linux.dev>,
	devicetree@vger.kernel.org, coresight@lists.linaro.org,
	Lee Jones <lee@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Mike Leach <mike.leach@linaro.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Konrad Dybcio <konradybcio@kernel.org>
Subject: Re: [PATCH v2 02/10] dt-bindings: soc: qcom: qcom,rpm: add missing clock/-names properties
Date: Tue, 18 Mar 2025 12:40:00 -0500	[thread overview]
Message-ID: <174231959987.3278245.15510321850308863529.robh@kernel.org> (raw)
In-Reply-To: <20250318-fix-nexus-4-v2-2-bcedd1406790@oss.qualcomm.com>


On Tue, 18 Mar 2025 15:21:55 +0200, Dmitry Baryshkov wrote:
> Qualcomm MSM8660 and IPQ0864 platforms use additional clock for the RPM
> device. Document it in the schema.
> 
> Fixes: aa0c4b815045 ("mfd: devicetree: bindings: Add Qualcomm RPM DT binding")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,rpm.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>


  reply	other threads:[~2025-03-18 17:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-18 13:21 [PATCH v2 00/10] ARM: qcom: fix APQ8064 schema warnings Dmitry Baryshkov
2025-03-18 13:21 ` [PATCH v2 01/10] dt-bindings: soc: qcom,rpm: add missing clock-controller node Dmitry Baryshkov
2025-03-18 13:21 ` [PATCH v2 02/10] dt-bindings: soc: qcom: qcom,rpm: add missing clock/-names properties Dmitry Baryshkov
2025-03-18 17:40   ` Rob Herring (Arm) [this message]
2025-03-18 13:21 ` [PATCH v2 03/10] dt-bindings: arm: arm,coresight-static-replicator: add optional clocks Dmitry Baryshkov
2025-03-18 17:40   ` Rob Herring (Arm)
2025-03-18 13:21 ` [PATCH v2 04/10] dt-bindings: mfd: syscon: add qcom,apq8064-sps-sic Dmitry Baryshkov
2025-03-18 17:42   ` Rob Herring (Arm)
2025-03-18 13:21 ` [PATCH v2 05/10] dt-bindings: mfd: syscon: add qcom,apq8064-mmss-sfpb Dmitry Baryshkov
2025-03-18 17:42   ` Rob Herring (Arm)
2025-04-04 12:49   ` (subset) " Lee Jones
2025-03-18 13:21 ` [PATCH v2 06/10] ARM: dts: qcom: apq8064: add missing clocks to the timer node Dmitry Baryshkov
2025-03-18 14:36   ` Konrad Dybcio
2025-03-18 13:22 ` [PATCH v2 07/10] ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device Dmitry Baryshkov
2025-03-18 14:37   ` Konrad Dybcio
2025-03-18 13:22 ` [PATCH v2 08/10] ARM: dts: qcom: apq8064: use new compatible for SFPB device Dmitry Baryshkov
2025-03-18 13:22 ` [PATCH v2 09/10] ARM: dts: qcom: apq8064: use new compatible for SPS SIC device Dmitry Baryshkov
2025-03-18 13:22 ` [PATCH v2 10/10] ARM: dts: qcom: apq8064: move replicator out of soc node Dmitry Baryshkov
2025-03-18 14:37   ` Konrad Dybcio
2025-05-09 22:13 ` (subset) [PATCH v2 00/10] ARM: qcom: fix APQ8064 schema warnings Bjorn Andersson
2025-05-13 20:46 ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=174231959987.3278245.15510321850308863529.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=coresight@lists.linaro.org \
    --cc=david@ixit.cz \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=james.clark@linaro.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=leo.yan@linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=mike.leach@linaro.org \
    --cc=suzuki.poulose@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®