projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d5570
)
arm64: dts: qcom: msm8994: Use mboxes properties for APCS
author
Luca Weiss
<luca@z3ntu.xyz>
Wed, 24 Apr 2024 16:24:00 +0000
(18:24 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 4 Jun 2024 20:20:52 +0000
(15:20 -0500)
Instead of passing the syscon to the various nodes, use the mbox
interface using the mboxes property.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20240424-apcs-mboxes-v1-7-6556c47cb501@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8994.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/qcom/msm8994.dtsi
b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index 695e541832ad51fb19637253c7f6b67e58eea106..9949d2cd23d84b0cb363d67c5f738b685d0433ef 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/
arch/arm64/boot/dts/qcom/msm8994.dtsi
@@
-183,7
+183,7
@@
smd-edge {
interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
-
qcom,ipc = <&apcs 8
0>;
+
mboxes = <&apcs
0>;
qcom,smd-edge = <15>;
qcom,remote-pid = <6>;
@@
-300,7
+300,7
@@
interrupts = <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>;
-
qcom,ipc = <&apcs 8
10>;
+
mboxes = <&apcs
10>;
qcom,local-pid = <0>;
qcom,remote-pid = <2>;
@@
-325,7
+325,7
@@
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 27 IRQ_TYPE_EDGE_RISING>;
-
qcom,ipc = <&apcs 8
14>;
+
mboxes = <&apcs
14>;
qcom,local-pid = <0>;
qcom,remote-pid = <1>;