arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property
authorMao Jinlong <quic_jinlmao@quicinc.com>
Sun, 10 Dec 2023 07:26:30 +0000 (23:26 -0800)
committerBjorn Andersson <andersson@kernel.org>
Sat, 16 Dec 2023 05:31:53 +0000 (23:31 -0600)
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>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 00ae022e7c27f50fe2952905dff9534976957e8e..bb591c6bf57341b0665d7c514257a2b240063261 100644 (file)
 
                        cpu = <&CPU4>;
 
-                       port {
-                               etm4_out: endpoint {
-                                       remote-endpoint = <&apss_funnel_in4>;
+                       out-ports {
+                               port {
+                                       etm4_out: endpoint {
+                                               remote-endpoint = <&apss_funnel_in4>;
+                                       };
                                };
                        };
                };
 
                        cpu = <&CPU5>;
 
-                       port {
-                               etm5_out: endpoint {
-                                       remote-endpoint = <&apss_funnel_in5>;
+                       out-ports {
+                               port {
+                                       etm5_out: endpoint {
+                                               remote-endpoint = <&apss_funnel_in5>;
+                                       };
                                };
                        };
                };
 
                        cpu = <&CPU6>;
 
-                       port {
-                               etm6_out: endpoint {
-                                       remote-endpoint = <&apss_funnel_in6>;
+                       out-ports {
+                               port {
+                                       etm6_out: endpoint {
+                                               remote-endpoint = <&apss_funnel_in6>;
+                                       };
                                };
                        };
                };
 
                        cpu = <&CPU7>;
 
-                       port {
-                               etm7_out: endpoint {
-                                       remote-endpoint = <&apss_funnel_in7>;
+                       out-ports {
+                               port {
+                                       etm7_out: endpoint {
+                                               remote-endpoint = <&apss_funnel_in7>;
+                                       };
                                };
                        };
                };