From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A820C4EB39; Sat, 3 Feb 2024 04:16:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933819; cv=none; b=JxT9F3+leBskrkFyvjK/2hIwKge2VwBecceeK6dzRK8V0fq7Ja4E/n4jVg1dcfC/I+WkZ6+odH25tcJKuveme6jJRL6dVPTOAUohxJOQYX9NA/HKhuVLzHiR3enYs9XlCdEdKshglQTtl4zdgvpGyTDrmjuLBZ2Doz/yGYrYybo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933819; c=relaxed/simple; bh=l+2wbBwFOFE2bTSjC0QG3kIfjC1aYXigaRMQbtvm+W0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tKyOgfyesuRL5kHA+Xgk1Y+Okm3fdxPIVQ2bXwoMsIOmqsDLQw6lNy8VHcqmUpm/i7h6v8ESw4IjOGxmVDfQfAYIJexUMbHpTiydEwvFxJm8W99NR7V9FluYuddLpWz7tkdovjZjDenhb02t+6QhJBugBLpdJCC3RMW99KRaqpc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=zU567Ffr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zU567Ffr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70AA2C433F1; Sat, 3 Feb 2024 04:16:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706933819; bh=l+2wbBwFOFE2bTSjC0QG3kIfjC1aYXigaRMQbtvm+W0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=zU567FfrLvG6sW8urU2JlwXtvmzqaGByjHob4BltDX9kt7zw2lzls/pZtsmFtLLqO YzKV34GZpKdIPaHQzvSS6Ea9Q7k60HA+hr7c7KkU1X7sTV8f2i3mNOvvi/SM6J4Cfp Spdih7lHTc3AnswIRr7mEEwQdYzivUKz7AJxu4yg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Mao Jinlong , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.7 138/353] arm64: dts: qcom: msm8998: Fix out-ports is a required property Date: Fri, 2 Feb 2024 20:04:16 -0800 Message-ID: <20240203035408.076313334@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240203035403.657508530@linuxfoundation.org> References: <20240203035403.657508530@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.7-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mao Jinlong [ Upstream commit ae5ee3562a2519214b12228545e88a203dd68bbd ] out-ports is a required property for coresight ETM. Add out-ports for ETM nodes to fix the warning. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Mao Jinlong Link: https://lore.kernel.org/r/20231210072633.4243-4-quic_jinlmao@quicinc.com Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 32 +++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index b485bf925ce6..ebc5ba1b369e 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -2031,9 +2031,11 @@ cpu = <&CPU4>; - port { - etm4_out: endpoint { - remote-endpoint = <&apss_funnel_in4>; + out-ports { + port { + etm4_out: endpoint { + remote-endpoint = <&apss_funnel_in4>; + }; }; }; }; @@ -2048,9 +2050,11 @@ cpu = <&CPU5>; - port { - etm5_out: endpoint { - remote-endpoint = <&apss_funnel_in5>; + out-ports { + port { + etm5_out: endpoint { + remote-endpoint = <&apss_funnel_in5>; + }; }; }; }; @@ -2065,9 +2069,11 @@ cpu = <&CPU6>; - port { - etm6_out: endpoint { - remote-endpoint = <&apss_funnel_in6>; + out-ports { + port { + etm6_out: endpoint { + remote-endpoint = <&apss_funnel_in6>; + }; }; }; }; @@ -2082,9 +2088,11 @@ cpu = <&CPU7>; - port { - etm7_out: endpoint { - remote-endpoint = <&apss_funnel_in7>; + out-ports { + port { + etm7_out: endpoint { + remote-endpoint = <&apss_funnel_in7>; + }; }; }; }; -- 2.43.0