Skip to content

Commit 3f30509

Browse files
stephan-ghandersson
authored andcommitted
ARM: dts: qcom: apq8064: Drop redundant /smd node
The "smd-edge"s for remote processors are typically specified below the remoteproc nodes. For some reason apq8064 also has them all listed in a top-level /smd node, disabled by default. None of the boards enable them. Right now apq8064 only has support for WCNSS/riva, but there the smd-edge is already defined with the same interrupt etc below the riva-pil node. Drop these redundant definitions since the /smd top-level node is now deprecated. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Stephan Gerhold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b471a1b commit 3f30509

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

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

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -226,46 +226,6 @@
226226
hwlocks = <&sfpb_mutex 3>;
227227
};
228228

229-
smd {
230-
compatible = "qcom,smd";
231-
232-
modem-edge {
233-
interrupts = <0 37 IRQ_TYPE_EDGE_RISING>;
234-
235-
qcom,ipc = <&l2cc 8 3>;
236-
qcom,smd-edge = <0>;
237-
238-
status = "disabled";
239-
};
240-
241-
q6-edge {
242-
interrupts = <0 90 IRQ_TYPE_EDGE_RISING>;
243-
244-
qcom,ipc = <&l2cc 8 15>;
245-
qcom,smd-edge = <1>;
246-
247-
status = "disabled";
248-
};
249-
250-
dsps-edge {
251-
interrupts = <0 138 IRQ_TYPE_EDGE_RISING>;
252-
253-
qcom,ipc = <&sps_sic_non_secure 0x4080 0>;
254-
qcom,smd-edge = <3>;
255-
256-
status = "disabled";
257-
};
258-
259-
riva-edge {
260-
interrupts = <0 198 IRQ_TYPE_EDGE_RISING>;
261-
262-
qcom,ipc = <&l2cc 8 25>;
263-
qcom,smd-edge = <6>;
264-
265-
status = "disabled";
266-
};
267-
};
268-
269229
smsm {
270230
compatible = "qcom,smsm";
271231

0 commit comments

Comments
 (0)