From: Maulik Shah <mkshah@codeaurora.org>
To: swboyd@chromium.org, bjorn.andersson@linaro.org, maz@kernel.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, dianders@chromium.org, rnayak@codeaurora.org,
lsrao@codeaurora.org, Maulik Shah <mkshah@codeaurora.org>,
devicetree@vger.kernel.org
Subject: [PATCH 2/3] arm64: dts: qcom: sm8250: Remove second reg from pdc
Date: Wed, 17 Mar 2021 10:59:55 +0530 [thread overview]
Message-ID: <1615958996-31807-2-git-send-email-mkshah@codeaurora.org> (raw)
In-Reply-To: <1615958996-31807-1-git-send-email-mkshah@codeaurora.org>
PDC interrupt controller driver do not use second reg. Remove it.
This is in preparation to convert PDC bindings to yaml where
dtbs_check reports it as additional reg.
Cc: devicetree@vger.kernel.org
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
---
arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index bbb6e28..8090b8e 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2617,7 +2617,7 @@
pdc: interrupt-controller@b220000 {
compatible = "qcom,sm8250-pdc", "qcom,pdc";
- reg = <0 0x0b220000 0 0x30000>, <0 0x17c000f0 0 0x60>;
+ reg = <0 0x0b220000 0 0x30000>;
qcom,pdc-ranges = <0 480 94>, <94 609 31>,
<125 63 1>, <126 716 12>;
#interrupt-cells = <2>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2021-03-17 5:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 5:29 [PATCH 1/3] arm64: dts: qcom: sm8350: Remove second reg from pdc Maulik Shah
2021-03-17 5:29 ` Maulik Shah [this message]
2021-03-17 5:29 ` [PATCH 3/3] dt-bindings: interrupt-controller: Convert bindings to yaml for qcom,pdc Maulik Shah
2021-03-17 9:17 ` [PATCH 1/3] arm64: dts: qcom: sm8350: Remove second reg from pdc Marc Zyngier
2021-03-17 9:48 ` Maulik Shah
2021-03-17 14:02 ` Marc Zyngier
2021-03-17 18:08 ` Bjorn Andersson
2021-03-22 10:26 ` Maulik Shah
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=1615958996-31807-2-git-send-email-mkshah@codeaurora.org \
--to=mkshah@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lsrao@codeaurora.org \
--cc=maz@kernel.org \
--cc=rnayak@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=swboyd@chromium.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 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.