Skip to content

Commit

Permalink
arm64: dts: qcom: msm8998: Fix 'out-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 ae5ee35 ]

out-ports is a required property for coresight ETM. Add out-ports for
ETM nodes to fix the 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 47c50d2 commit 7e52149
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions arch/arm64/boot/dts/qcom/msm8998.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2009,9 +2009,11 @@

cpu = <&CPU4>;

port {
etm4_out: endpoint {
remote-endpoint = <&apss_funnel_in4>;
out-ports {
port {
etm4_out: endpoint {
remote-endpoint = <&apss_funnel_in4>;
};
};
};
};
Expand All @@ -2026,9 +2028,11 @@

cpu = <&CPU5>;

port {
etm5_out: endpoint {
remote-endpoint = <&apss_funnel_in5>;
out-ports {
port {
etm5_out: endpoint {
remote-endpoint = <&apss_funnel_in5>;
};
};
};
};
Expand All @@ -2043,9 +2047,11 @@

cpu = <&CPU6>;

port {
etm6_out: endpoint {
remote-endpoint = <&apss_funnel_in6>;
out-ports {
port {
etm6_out: endpoint {
remote-endpoint = <&apss_funnel_in6>;
};
};
};
};
Expand All @@ -2060,9 +2066,11 @@

cpu = <&CPU7>;

port {
etm7_out: endpoint {
remote-endpoint = <&apss_funnel_in7>;
out-ports {
port {
etm7_out: endpoint {
remote-endpoint = <&apss_funnel_in7>;
};
};
};
};
Expand Down

0 comments on commit 7e52149

Please sign in to comment.