Skip to content

Commit 6305a37

Browse files
maulik-k-shahsmankad-oss
authored andcommitted
FROMLIST: arm64: dts: qcom: x1e80100: Remove interconnect from SCM device
Interconnect from SCM device are optional and were added to get additional performance benefit. These nodes however delays the SCM firmware device probe due to dependency on interconnect and results in NULL pointer dereference for the users of SCM device driver APIs, such as PDC driver. Remove them from the scm device to unblock the user. Link: https://lore.kernel.org/r/20260312-hamoa_pdc-v1-1-760c8593ce50@oss.qualcomm.com Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com> Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
1 parent 64a2b24 commit 6305a37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@
334334
firmware {
335335
scm: scm {
336336
compatible = "qcom,scm-x1e80100", "qcom,scm";
337-
interconnects = <&aggre2_noc MASTER_CRYPTO QCOM_ICC_TAG_ALWAYS
338-
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
337+
/* TODO: add interconnects */
339338
qcom,dload-mode = <&tcsr 0x19000>;
340339
};
341340

0 commit comments

Comments
 (0)