Am 23.02.25 um 17:11 schrieb Phil Elwell:
On Sat, 22 Feb 2025 at 10:44, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
On 22/02/2025 10:41, Stefan Wahren wrote:
From: Phil Elwell <phil@xxxxxxxxxxxxxxx>
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 <phil@xxxxxxxxxxxxxxx>
Signed-off-by: Stefan Wahren <wahrenst@xxxxxxx>
---
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
FYI, although the patch was written by me, the commit message has been
completely rewritten.
Sorry, for mention this in the commit log, but i thought this was
necessary to explain why this property was accepted in the first place.
This is the original one:
https://github.com/raspberrypi/linux/commit/d06cb3534b6553a1f76bef2ddaf833e23dc12a4c
Phil