All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Jassi Brar <jassisinghbrar@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v3 10/11] arm64: dts: qcom: sc7180: add compatible fallback to mailbox
Date: Wed, 22 Mar 2023 18:41:47 +0100	[thread overview]
Message-ID: <20230322174148.810938-11-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20230322174148.810938-1-krzysztof.kozlowski@linaro.org>

SC7180 mailbox is compatible with SDM845.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index ebfa21e9ed8a..61d99c02a290 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -3407,7 +3407,8 @@ msi-controller@17a40000 {
 		};
 
 		apss_shared: mailbox@17c00000 {
-			compatible = "qcom,sc7180-apss-shared";
+			compatible = "qcom,sc7180-apss-shared",
+				     "qcom,sdm845-apss-shared";
 			reg = <0 0x17c00000 0 0x10000>;
 			#mbox-cells = <1>;
 		};
-- 
2.34.1


  parent reply	other threads:[~2023-03-22 17:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 17:41 [PATCH v3 00/11] mailbox/arm64/ qcom: rework compatibles for fallback Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 01/11] dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 02/11] mailbox: qcom-apcs-ipc: do not grow the of_device_id Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 03/11] arm64: dts: qcom: ipq8074: add compatible fallback to mailbox Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 04/11] arm64: dts: qcom: msm8976: " Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 05/11] arm64: dts: qcom: msm8998: " Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 06/11] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 07/11] arm64: dts: qcom: sm6115: " Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 08/11] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
2023-03-22 17:41 ` [PATCH v3 09/11] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
2023-03-22 17:41 ` Krzysztof Kozlowski [this message]
2023-03-22 17:41 ` [PATCH v3 11/11] arm64: dts: qcom: sm8150: " Krzysztof Kozlowski
2023-04-07 18:51 ` (subset) [PATCH v3 00/11] mailbox/arm64/ qcom: rework compatibles for fallback Bjorn Andersson
2023-08-05 12:21 ` Konrad Dybcio
2023-08-05 18:46   ` Krzysztof Kozlowski
2023-08-27 12:17     ` Krzysztof Kozlowski

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=20230322174148.810938-11-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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 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.