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
[ 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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
Link: https://lore.kernel.org/r/20231210072633.4243-4-quic_jinlmao@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Mao Jinlong authored and gregkh committed Feb 5, 2024
1 parent 2fdbf9d commit 9c5541f
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions arch/arm64/boot/dts/qcom/msm8998.dtsi
Expand Up @@ -1903,9 +1903,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 @@ -1920,9 +1922,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 @@ -1937,9 +1941,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 @@ -1954,9 +1960,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 9c5541f

Please sign in to comment.