Skip to content

Commit 81d6617

Browse files
pelwellmvakuster
authored andcommitted
ARM: dts: bcm2711: Don't mark timer regs unconfigured
Source: Kernel.org MR: 178873 Type: Integration Disposition: Backport from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable linux-5.10.y ChangeID: 7ebb5928d1df7ecfb313893cdc7d91bee81d2910 Description: [ Upstream commit c24f272 ] 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: raspberrypi/tools#113 Fixes: 7dbe8c6 ("ARM: dts: Add minimal Raspberry Pi 4 support") Signed-off-by: Phil Elwell <phil@raspberrypi.com> Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250222094113.48198-1-wahrenst@gmx.net Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Armin Kuster <akuster@mvista.com>
1 parent 9399d86 commit 81d6617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/bcm2711.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@
424424
IRQ_TYPE_LEVEL_LOW)>,
425425
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
426426
IRQ_TYPE_LEVEL_LOW)>;
427-
/* This only applies to the ARMv7 stub */
428-
arm,cpu-registers-not-fw-configured;
429427
};
430428

431429
cpus: cpus {

0 commit comments

Comments
 (0)