Skip to content

Commit 9139256

Browse files
jiegan0107Yuanjie Yang
authored andcommitted
FROMLIST: arm64: dts: qcom: remove the disabled replicator
Remove the disabled device that blocks probing of the connected replicator, as the replicator driver validates all connected devices during probe. kernel log: [ 18.540971] platform 6046000.replicator: deferred probe pending: (reason unknown) Link: https://lore.kernel.org/all/20260316-clean-up-failed-devices-v1-1-f22fc9b072ab@oss.qualcomm.com/ Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
1 parent d1f7991 commit 9139256

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

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

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,14 +2460,6 @@
24602460
remote-endpoint = <&tmc_etr_in>;
24612461
};
24622462
};
2463-
2464-
port@1 {
2465-
reg = <1>;
2466-
2467-
replicator0_out1: endpoint {
2468-
remote-endpoint = <&replicator1_in>;
2469-
};
2470-
};
24712463
};
24722464
};
24732465

@@ -2514,31 +2506,6 @@
25142506
};
25152507
};
25162508

2517-
replicator@604a000 {
2518-
compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
2519-
reg = <0x0 0x0604a000 0x0 0x1000>;
2520-
2521-
clocks = <&aoss_qmp>;
2522-
clock-names = "apb_pclk";
2523-
status = "disabled";
2524-
2525-
in-ports {
2526-
port {
2527-
replicator1_in: endpoint {
2528-
remote-endpoint = <&replicator0_out1>;
2529-
};
2530-
};
2531-
};
2532-
2533-
out-ports {
2534-
port {
2535-
replicator1_out: endpoint {
2536-
remote-endpoint = <&funnel_swao_in6>;
2537-
};
2538-
};
2539-
};
2540-
};
2541-
25422509
cti@683b000 {
25432510
compatible = "arm,coresight-cti", "arm,primecell";
25442511
reg = <0x0 0x0683b000 0x0 0x1000>;
@@ -2960,14 +2927,6 @@
29602927
#address-cells = <1>;
29612928
#size-cells = <0>;
29622929

2963-
port@6 {
2964-
reg = <6>;
2965-
2966-
funnel_swao_in6: endpoint {
2967-
remote-endpoint = <&replicator1_out>;
2968-
};
2969-
};
2970-
29712930
port@7 {
29722931
reg = <7>;
29732932

0 commit comments

Comments
 (0)