Skip to content

Commit 7e04f94

Browse files
maulik-k-shahjiegan0107
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 f45c93e commit 7e04f94

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
@@ -527,8 +527,7 @@
527527
firmware {
528528
scm: scm {
529529
compatible = "qcom,scm-x1e80100", "qcom,scm";
530-
interconnects = <&aggre2_noc MASTER_CRYPTO QCOM_ICC_TAG_ALWAYS
531-
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
530+
/* TODO: add interconnects */
532531
qcom,dload-mode = <&tcsr 0x19000>;
533532
};
534533

0 commit comments

Comments
 (0)