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 37D822676CB; Tue, 25 Mar 2025 12:29:31 +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=1742905771; cv=none; b=EisgDEN2/uetE7FmdSdw34vU83Jdtdz63eD4JbQ+JESoIdg6bSyQk6/VsCQJ0YuL4jgv/5MUPSmM2Fl37h5wMS5yoNED3GEG1l0lnW4dGdDZkyDa1UkZ7dk7DGE/iHvfGoW86jmnhfrHz9BNs7WmqeGzcihXynBPlzwySzT3B4c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742905771; c=relaxed/simple; bh=ISHPVYmQ3YnZNhOHSJmo+m12hXYCpVEhd2hYaApp04A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=r6+1zpY93XeUvNKTSdqJXVSRnOl0x4svWdrha8z4TroM3VciueNzmgsmHLSJkWPCt6Edqh0cgjAnHsH988vGEG66BCtHT9aCXMgHnuCGShzUElh/PUWFaKUJy9JSTDMDEqyoiKD/r3p+UJB4gUxCsEHOxRm8np5wTustRLgNGsM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=pXG4T6kj; 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="pXG4T6kj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF2BAC4CEE4; Tue, 25 Mar 2025 12:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1742905771; bh=ISHPVYmQ3YnZNhOHSJmo+m12hXYCpVEhd2hYaApp04A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pXG4T6kjhDbcwLZoQtBHHQ2KPs2HNzuZvlkowjwD/pXBXDq9RX8UF5TYfU+h8TXu/ g3PGMaKaeroX88dNz3Awwc1Jw6pehGgF48l1Ce7XG6DTgJa7GaIpuBva9622hd9L5J D9GPOzZncXyr7xyVxNQNJVNTAKbKnGohfvNeWnMw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Phil Elwell , Stefan Wahren , Krzysztof Kozlowski , Florian Fainelli , Sasha Levin Subject: [PATCH 6.1 155/198] ARM: dts: bcm2711: Dont mark timer regs unconfigured Date: Tue, 25 Mar 2025 08:21:57 -0400 Message-ID: <20250325122200.724321065@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250325122156.633329074@linuxfoundation.org> References: <20250325122156.633329074@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.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Phil Elwell [ Upstream commit c24f272ae751a9f54f8816430e7f2d56031892cc ] During upstream process of Raspberry Pi 4 back in 2019 the ARMv7 stubs didn't configured the ARM architectural timer. This firmware issue has been fixed in 2020, which gave users enough time to update their system. So drop this property to allow the use of the vDSO version of clock_gettime. Link: https://github.com/raspberrypi/tools/pull/113 Fixes: 7dbe8c62ceeb ("ARM: dts: Add minimal Raspberry Pi 4 support") Signed-off-by: Phil Elwell Signed-off-by: Stefan Wahren Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250222094113.48198-1-wahrenst@gmx.net Signed-off-by: Florian Fainelli Signed-off-by: Sasha Levin --- arch/arm/boot/dts/bcm2711.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index d94e70d36dcad..27b467219a402 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -451,8 +451,6 @@ IRQ_TYPE_LEVEL_LOW)>, IRQ_TYPE_LEVEL_LOW)>, ; - /* This only applies to the ARMv7 stub */ - arm,cpu-registers-not-fw-configured; }; cpus: cpus { -- 2.39.5