Skip to content

Commit 368a5ae

Browse files
z3ntuandersson
authored andcommitted
ARM: dts: qcom: msm8974: Use mboxes in smsm node
With the smsm bindings and driver finally supporting mboxes, switch to that and stop using apcs as syscon. Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240619-smsm-mbox-dts-v1-1-268ab7eef779@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f1a77ef commit 368a5ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

arch/arm/boot/dts/qcom/qcom-msm8974.dtsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@
294294
#address-cells = <1>;
295295
#size-cells = <0>;
296296

297-
qcom,ipc-1 = <&apcs 8 13>;
298-
qcom,ipc-2 = <&apcs 8 9>;
299-
qcom,ipc-3 = <&apcs 8 19>;
297+
mboxes = <0>, <&apcs 13>, <&apcs 9>, <&apcs 19>;
300298

301299
apps_smsm: apps@0 {
302300
reg = <0>;

0 commit comments

Comments
 (0)