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 6A6C7263C6D; Tue, 8 Apr 2025 11:43:06 +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=1744112586; cv=none; b=WRBzyn7bCXl7+0hZD2MIjPTbNlF8/hfroiaHoW4o/hOscDtTy3I/26cWwV0hB7mIo0UHc/jQuvwjCjl3vaJj/fI7wfcedIefq8IcPUwUCUNom8xZCDk8Rv2HSt3hZHlglIx8tKZGj6+Eu1PZq1RjgOIKhsLgO2+ga75e354Jz1o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744112586; c=relaxed/simple; bh=DNm/x1m7r7HtIAxEvftUC9JtsawBeNVxuTUxYqqYP/k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=M6cxvJZUpGxSFyJBT/a+qOXGe38Nt319R5tC/d77omIBweo6v4y0qUpar/3vi03kYX5y+azvL1SIbMpTHkKr6Ypo7gC+wuyV1/IDW1wrk8r6mhgYJZawbBcKdXB2kCXSh0s/pENbG+Ustx4t1DhzK6XkPu/czJ6tkaL+5JfWQTs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HwwHtdsJ; 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="HwwHtdsJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED830C4CEE5; Tue, 8 Apr 2025 11:43:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744112586; bh=DNm/x1m7r7HtIAxEvftUC9JtsawBeNVxuTUxYqqYP/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HwwHtdsJqcxaqF+kHKUEVbNqD+RksImMQq8Cf7mkhp67Hriz/QbuDQqD386U+G6RY aP/qHlIVJb8789kRmKkxxMW1JxpJZOq1qwQCh/WV4eYmj1Rw3Tsmbc5FeH6eDGdWK0 IdFHMBh6X1JTeXb5YEyxZVuHUKmXrEIW52Y2gzOo= 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 5.15 083/279] ARM: dts: bcm2711: Dont mark timer regs unconfigured Date: Tue, 8 Apr 2025 12:47:46 +0200 Message-ID: <20250408104828.582346664@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408104826.319283234@linuxfoundation.org> References: <20250408104826.319283234@linuxfoundation.org> User-Agent: quilt/0.68 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 5.15-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 926bc467d4516..da0eb87026028 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -450,8 +450,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