Skip to content

Commit

Permalink
arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/2059284

[ Upstream commit 9a6fc51 ]

Add the inport of funnel@3023000 to fix 'in-ports' is a required property
warning.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Mao Jinlong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Signed-off-by: Manuel Diewald <[email protected]>
Signed-off-by: Stefan Bader <[email protected]>
  • Loading branch information
Mao Jinlong authored and roxanan1996 committed Mar 28, 2024
1 parent 7021ce7 commit 47c50d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,19 @@
reg = <0x0 0x80000000 0x0 0x0>;
};

etm {
compatible = "qcom,coresight-remote-etm";

out-ports {
port {
modem_etm_out_funnel_in2: endpoint {
remote-endpoint =
<&funnel_in2_in_modem_etm>;
};
};
};
};

psci {
compatible = "arm,psci-1.0";
method = "smc";
Expand Down Expand Up @@ -2592,6 +2605,14 @@
clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
clock-names = "apb_pclk", "atclk";

in-ports {
port {
funnel_in2_in_modem_etm: endpoint {
remote-endpoint =
<&modem_etm_out_funnel_in2>;
};
};
};

out-ports {
port {
Expand Down

0 comments on commit 47c50d2

Please sign in to comment.