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 E27194C62; Wed, 21 Feb 2024 14:21:49 +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=1708525310; cv=none; b=TGtI57lhAclJLxU8w9TUQoCNfQ4ws/BHo/w880bN2RiWvs9awTXh39FVyU1/Wgyaa8zproql87aSBr0bB0/mPdFurbnI1XrvgXXn2Dv63zymqGY3qBpZsn00cxRrqV6Dp4iF/eoc/kahLvvb5s0RuhWjMw/YLompL/R3M6oc+VY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708525310; c=relaxed/simple; bh=b6d8RiaNq+Pg0vp6RnUlLB5I8CMbjRRxf1G81EuPjNg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=OdoF4BFtDbsAX9IM+bhYShamIX72DVpwxl6Xb8f15NTZMKtru5jSkVKBH/qEG+RQhJmbNZ97kuxig84OJhbjYpoN5tNqJjZiekvaJNCtUbDyda5JBSycjqoge3COP+ZGVr9HKUqFjdBZ2Zy16oc7M2RVdS1QCq5hgTt1cY33RKk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cavg5MFY; 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="cavg5MFY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF14AC433C7; Wed, 21 Feb 2024 14:21:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708525309; bh=b6d8RiaNq+Pg0vp6RnUlLB5I8CMbjRRxf1G81EuPjNg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cavg5MFYsu6yxImbw7l98K8khameuvl+G1xD66FHDlau8PUbeC0QbKibqcWrAUmi1 exQY9VKVLx0XBwcxdOpelVQTjA5D2yB1WoDXJgWtacXWx7R0drgVkxt+JUrQ3l4X/t iukzrr/rowbRoIXuaPymkVPgf11RbzcG0Dlq4LEg= 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 5.4 116/267] arm64: dts: qcom: msm8998: Fix out-ports is a required property Date: Wed, 21 Feb 2024 14:07:37 +0100 Message-ID: <20240221125943.609375311@linuxfoundation.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240221125940.058369148@linuxfoundation.org> References: <20240221125940.058369148@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.4-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 dcb79003ca0e..9cb7163c5714 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -1396,9 +1396,11 @@ cpu = <&CPU4>; - port{ - etm4_out: endpoint { - remote-endpoint = <&apss_funnel_in4>; + out-ports { + port{ + etm4_out: endpoint { + remote-endpoint = <&apss_funnel_in4>; + }; }; }; }; @@ -1413,9 +1415,11 @@ cpu = <&CPU5>; - port{ - etm5_out: endpoint { - remote-endpoint = <&apss_funnel_in5>; + out-ports { + port{ + etm5_out: endpoint { + remote-endpoint = <&apss_funnel_in5>; + }; }; }; }; @@ -1430,9 +1434,11 @@ cpu = <&CPU6>; - port{ - etm6_out: endpoint { - remote-endpoint = <&apss_funnel_in6>; + out-ports { + port{ + etm6_out: endpoint { + remote-endpoint = <&apss_funnel_in6>; + }; }; }; }; @@ -1447,9 +1453,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