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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f1a77ef commit 368a5ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)