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 82DD720409A; Tue, 12 Aug 2025 18:08:03 +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=1755022083; cv=none; b=jwbcmms9PtTrzTD76aBRoLc4bkrsPEIFMY5bAJN1u4UF2yYX5Ud/wBVd3UHS9YTBIYKPQivPYanKspunIyUhUPbbOwXOnlq80KsGx9npD1vPkAz0ruR7tKfC87+YMUpwIYH4peNcJ6kJjvFTJIdMQj3tyLV3tLljfV2HDPN0aO0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755022083; c=relaxed/simple; bh=MctgJZdl/yzn2VaUaufBNiqeMp6nNJt8LUPe8UAQUCQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=c3wIAPWH2ECscsf6cwzb3uYqnfsckaLwsMrIx/63Z7Lr/osB3vsTp4iXIZI0ns0KVNJKnntDKMX8MbJT3W8wpjUKVrkht74+q1w2oKuGx7MUKoQgqbj196BbOzVO3Dex4WWRABcSHGXEe3pncFo7JoTrrQDwRJmatyLqVW0fdQk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=14hzW92Y; 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="14hzW92Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E27A8C4CEF0; Tue, 12 Aug 2025 18:08:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755022083; bh=MctgJZdl/yzn2VaUaufBNiqeMp6nNJt8LUPe8UAQUCQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=14hzW92YoO4zWUgwE+USgQNfScEc+fB2tUeq4AWzuQ+PXsLycLaeM+2xTqcI7Ynoz 4DxrrHd4sRRmRyMiIFmgM3iNFoiSf8pbU4ENIYnRLgbbphp9jC5yT8b3SAvGv3LDLl RxcuFrT8in8NYyQIJGzwEl9nLWY9z0JQdoIYysUs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Patrick Delaunay , Alexandre Torgue , Sasha Levin Subject: [PATCH 6.12 050/369] arm64: dts: st: fix timer used for ticks Date: Tue, 12 Aug 2025 19:25:47 +0200 Message-ID: <20250812173016.644313291@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250812173014.736537091@linuxfoundation.org> References: <20250812173014.736537091@linuxfoundation.org> User-Agent: quilt/0.68 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 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Patrick Delaunay [ Upstream commit 9ec406ac4b7de3e8040a503429d1a5d389bfdaf6 ] Remove always-on on generic ARM timer as the clock source provided by STGEN is deactivated in low power mode, STOP1 by example. Fixes: 5d30d03aaf78 ("arm64: dts: st: introduce stm32mp25 SoCs family") Signed-off-by: Patrick Delaunay Link: https://lore.kernel.org/r/20250515151238.1.I85271ddb811a7cf73532fec90de7281cb24ce260@changeid Signed-off-by: Alexandre Torgue Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/st/stm32mp251.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi index cd9b92144a42..ed7804f06189 100644 --- a/arch/arm64/boot/dts/st/stm32mp251.dtsi +++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi @@ -149,7 +149,7 @@ timer { , , ; - always-on; + arm,no-tick-in-suspend; }; soc@0 { -- 2.39.5