Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3b7a31b authored by Mao Jinlong's avatar Mao Jinlong Committed by Greg Kroah-Hartman
Browse files

arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property



[ Upstream commit ae5ee3562a2519214b12228545e88a203dd68bbd ]

out-ports is a required property for coresight ETM. Add out-ports for
ETM nodes to fix the warning.

Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarMao Jinlong <quic_jinlmao@quicinc.com>
Link: https://lore.kernel.org/r/20231210072633.4243-4-quic_jinlmao@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent c3f22192
Loading
Loading
Loading
Loading
+20 −12
Original line number Diff line number Diff line
@@ -1396,12 +1396,14 @@

			cpu = <&CPU4>;

			out-ports {
				port{
					etm4_out: endpoint {
						remote-endpoint = <&apss_funnel_in4>;
					};
				};
			};
		};

		etm6: etm@7d40000 {
			compatible = "arm,coresight-etm4x", "arm,primecell";
@@ -1413,12 +1415,14 @@

			cpu = <&CPU5>;

			out-ports {
				port{
					etm5_out: endpoint {
						remote-endpoint = <&apss_funnel_in5>;
					};
				};
			};
		};

		etm7: etm@7e40000 {
			compatible = "arm,coresight-etm4x", "arm,primecell";
@@ -1430,12 +1434,14 @@

			cpu = <&CPU6>;

			out-ports {
				port{
					etm6_out: endpoint {
						remote-endpoint = <&apss_funnel_in6>;
					};
				};
			};
		};

		etm8: etm@7f40000 {
			compatible = "arm,coresight-etm4x", "arm,primecell";
@@ -1447,12 +1453,14 @@

			cpu = <&CPU7>;

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

		spmi_bus: spmi@800f000 {
			compatible = "qcom,spmi-pmic-arb";