All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Weiss <luca.weiss@fairphone.com>
To: linux-arm-msm@vger.kernel.org
Cc: ~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org,
	Luca Weiss <luca.weiss@fairphone.com>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Marc Zyngier <maz@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH 03/10] dt-bindings: qcom,pdc: Add SM6350 compatible
Date: Mon, 13 Dec 2021 09:26:04 +0100	[thread overview]
Message-ID: <20211213082614.22651-4-luca.weiss@fairphone.com> (raw)
In-Reply-To: <20211213082614.22651-1-luca.weiss@fairphone.com>

Add devicetree compatible for pdc on SM6350 SoC.

Also correct the compatibles for sm8250 and sm8350.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
I do have the .txt -> .yaml conversion ready for this but will send
as a separate patch.

 .../devicetree/bindings/interrupt-controller/qcom,pdc.txt    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
index 98d89e53013d..3b7b1134dea9 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
@@ -21,8 +21,9 @@ Properties:
 		    - "qcom,sc7180-pdc": For SC7180
 		    - "qcom,sc7280-pdc": For SC7280
 		    - "qcom,sdm845-pdc": For SDM845
-		    - "qcom,sdm8250-pdc": For SM8250
-		    - "qcom,sdm8350-pdc": For SM8350
+		    - "qcom,sm6350-pdc": For SM6350
+		    - "qcom,sm8250-pdc": For SM8250
+		    - "qcom,sm8350-pdc": For SM8350
 
 - reg:
 	Usage: required
-- 
2.34.1


  parent reply	other threads:[~2021-12-13  8:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13  8:26 [PATCH 00/10] dt-binding patches for sm6350 Luca Weiss
2021-12-13  8:26 ` Luca Weiss
2021-12-13  8:26 ` Luca Weiss
2021-12-13  8:26 ` [PATCH 01/10] dt-bindings: arm: msm: Add LLCC for SM6350 Luca Weiss
2021-12-13  8:26 ` [PATCH 02/10] dt-bindings: firmware: scm: Add SM6350 compatible Luca Weiss
2021-12-15 20:09   ` Rob Herring
2021-12-13  8:26 ` Luca Weiss [this message]
2021-12-15 20:10   ` [PATCH 03/10] dt-bindings: qcom,pdc: " Rob Herring
2022-04-08 11:24     ` Luca Weiss
2022-04-08 14:28       ` Rob Herring
2021-12-13  8:26 ` [PATCH 04/10] dt-bindings: phy: qcom,qusb2: " Luca Weiss
2021-12-13  8:26   ` Luca Weiss
2021-12-14  7:38   ` Vinod Koul
2021-12-14  7:38     ` [PATCH 04/10] dt-bindings: phy: qcom, qusb2: " Vinod Koul
2021-12-13  8:26 ` [PATCH 05/10] dt-bindings: thermal: tsens: " Luca Weiss
2021-12-15 20:10   ` Rob Herring
2022-04-08 11:25     ` Luca Weiss
2022-04-08 14:28       ` Rob Herring
2022-04-08 14:44         ` Daniel Lezcano
2021-12-13  8:26 ` [PATCH 06/10] dt-bindings: usb: qcom,dwc3: " Luca Weiss
2021-12-15 20:10   ` Rob Herring
2021-12-13  8:26 ` [PATCH 07/10] dt-bindings: watchdog: Add SM6350 and SM8250 compatible Luca Weiss
2021-12-15 20:10   ` Rob Herring
2021-12-13  8:26 ` [PATCH 08/10] dt-bindings: arm: msm: Don't mark LLCC interrupt as required Luca Weiss
2021-12-15 20:11   ` Rob Herring
2021-12-13  8:26 ` [PATCH 09/10] dt-bindings: simple-framebuffer: allow standalone compatible Luca Weiss
2021-12-13  8:26   ` Luca Weiss
2021-12-15 20:11   ` Rob Herring
2021-12-15 20:11     ` Rob Herring
2021-12-13  8:26 ` [PATCH 10/10] arm64: dts: qcom: sm6350: Fix validation errors Luca Weiss
2021-12-15 22:27 ` (subset) [PATCH 00/10] dt-binding patches for sm6350 Bjorn Andersson
2021-12-15 22:27   ` Bjorn Andersson
2021-12-15 22:27   ` 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=20211213082614.22651-4-luca.weiss@fairphone.com \
    --to=luca.weiss@fairphone.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    --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.