All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Weiss <luca@z3ntu.xyz>
To: linux-arm-msm@vger.kernel.org
Cc: ~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org, Luca Weiss <luca@z3ntu.xyz>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 2/5] arm64: dts: qcom: sc7280: Fix cpufreq-epss compatible
Date: Sun, 16 Oct 2022 11:00:31 +0200	[thread overview]
Message-ID: <20221016090035.565350-2-luca@z3ntu.xyz> (raw)
In-Reply-To: <20221016090035.565350-1-luca@z3ntu.xyz>

The bindings require a SoC-specific compatible to be used next to
qcom,cpufreq-epss. Add it to make dtbs_check happy.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 212580316d3e..af15c71c5745 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -5321,7 +5321,7 @@ epss_l3: interconnect@18590000 {
 		};
 
 		cpufreq_hw: cpufreq@18591000 {
-			compatible = "qcom,cpufreq-epss";
+			compatible = "qcom,sc7280-cpufreq-epss", "qcom,cpufreq-epss";
 			reg = <0 0x18591000 0 0x1000>,
 			      <0 0x18592000 0 0x1000>,
 			      <0 0x18593000 0 0x1000>;
-- 
2.38.0


  reply	other threads:[~2022-10-16  9:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-16  9:00 [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles Luca Weiss
2022-10-16  9:00 ` Luca Weiss [this message]
2022-10-16 15:01   ` [PATCH 2/5] arm64: dts: qcom: sc7280: Fix cpufreq-epss compatible Krzysztof Kozlowski
2022-10-16  9:00 ` [PATCH 3/5] dt-bindings: mailbox: qcom-ipcc: Add sc8280xp compatible Luca Weiss
2022-10-16 15:02   ` Krzysztof Kozlowski
2023-01-15  4:14   ` Manivannan Sadhasivam
2022-10-16  9:00 ` [PATCH 4/5] dt-bindings: soc: qcom: aoss: " Luca Weiss
2022-10-16 15:03   ` Krzysztof Kozlowski
2022-10-16  9:00 ` [PATCH 5/5] dt-bindings: thermal: tsens: Add sm8450 compatible Luca Weiss
2022-10-16 15:03   ` Krzysztof Kozlowski
2022-10-17  7:20   ` Daniel Lezcano
2022-12-09 15:26   ` [thermal: thermal/next] " thermal-bot for Luca Weiss
2022-10-16 15:01 ` [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles Krzysztof Kozlowski
2022-10-18  3:05 ` (subset) " Bjorn Andersson
2023-01-11 19:48 ` Luca Weiss
2023-01-12  3:16   ` Viresh Kumar
2023-01-12 16:46     ` Luca Weiss

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=20221016090035.565350-2-luca@z3ntu.xyz \
    --to=luca@z3ntu.xyz \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.