Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Melody Olvera <quic_molvera@quicinc.com>,
	Souradeep Chowdhury <quic_schowdhu@quicinc.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 09/11] arm64: dts: qcom: msm8994: correct RPMCC node name
Date: Mon, 6 Mar 2023 11:58:53 +0100	[thread overview]
Message-ID: <cfd37a3d-a74c-7567-668a-45975dc2b93b@linaro.org> (raw)
In-Reply-To: <20230305125954.209559-9-krzysztof.kozlowski@linaro.org>



On 5.03.2023 13:59, Krzysztof Kozlowski wrote:
> The bindings expect RPM clock controller subnode to be named
> 'clock-controller':
> 
>   apq8094-sony-xperia-kitakami-karin_windy.dtb: smd: rpm:rpm-requests: 'rpmcc' does not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8994.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
> index 9ff9d35496d2..768fe2326933 100644
> --- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
> @@ -242,7 +242,7 @@ rpm_requests: rpm-requests {
>  				compatible = "qcom,rpm-msm8994";
>  				qcom,smd-channels = "rpm_requests";
>  
> -				rpmcc: rpmcc {
> +				rpmcc: clock-controller {
>  					compatible = "qcom,rpmcc-msm8994", "qcom,rpmcc";
>  					#clock-cells = <1>;
>  				};

  reply	other threads:[~2023-03-06 10:59 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 12:59 [PATCH 01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI Krzysztof Kozlowski
2023-03-05 12:59 ` [PATCH 02/11] arm64: dts: qcom: sm8250: drop incorrect Coresight funnel properties Krzysztof Kozlowski
2023-03-06 13:49   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 03/11] arm64: dts: qcom: qdu1000: drop incorrect serial properties Krzysztof Kozlowski
2023-03-06 10:48   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 04/11] arm64: dts: qcom: sdm845-db845c: drop SPI label Krzysztof Kozlowski
2023-03-06 10:56   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 05/11] arm64: dts: qcom: apq8096-db820c: " Krzysztof Kozlowski
2023-03-06 10:57   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 06/11] arm64: dts: qcom: ipq6018-cp01-c1: drop SPI cs-select Krzysztof Kozlowski
2023-03-06 10:57   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 07/11] arm64: dts: qcom: msm8953: correct RPMCC node name Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 08/11] arm64: dts: qcom: msm8953: drop clocks from RPMPD Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio
2023-03-05 12:59 ` [PATCH 09/11] arm64: dts: qcom: msm8994: correct RPMCC node name Krzysztof Kozlowski
2023-03-06 10:58   ` Konrad Dybcio [this message]
2023-03-07 19:49   ` Petr Vorel
2023-03-08  8:39     ` Krzysztof Kozlowski
2023-03-05 12:59 ` [PATCH 10/11] arm64: dts: qcom: sc7280: fix EUD port properties Krzysztof Kozlowski
2023-03-06 11:11   ` Konrad Dybcio
2023-03-08 11:39   ` Souradeep Chowdhury
2023-03-05 12:59 ` [PATCH 11/11] arm64: dts: qcom: msm8996-oneplus: do not enable incomplete nodes Krzysztof Kozlowski
2023-03-06 13:55   ` Konrad Dybcio
2023-03-06 10:48 ` [PATCH 01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI Konrad Dybcio

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=cfd37a3d-a74c-7567-668a-45975dc2b93b@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_molvera@quicinc.com \
    --cc=quic_schowdhu@quicinc.com \
    --cc=robh+dt@kernel.org \
    /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