Skip to content

dts: bcm2711: Don't mark timer regs unconfigured#6602

Merged
pelwell merged 1 commit intoraspberrypi:rpi-6.6.yfrom
pelwell:vdso
Jan 10, 2025
Merged

dts: bcm2711: Don't mark timer regs unconfigured#6602
pelwell merged 1 commit intoraspberrypi:rpi-6.6.yfrom
pelwell:vdso

Conversation

@pelwell
Copy link
Contributor

@pelwell pelwell commented Jan 10, 2025

The DT property arm,cpu-registers-not-fw-configured tells the kernel that the ARM architectural timer has not been configured by the firmware. This prevents the use of a vDSO - a faster alternative to a syscall for some common kernel operations.

However, on Pi 4 the firmware does configure the timer, so this property is unnecessary. Delete it.

Also remove it from the bcm2712.dtsi where it should never have been, since it is only relevant to 32-bit ARM kernels.

The DT property arm,cpu-registers-not-fw-configured tells the kernel
that the ARM architectural timer has not been configured by the
firmware. This prevents the use of a vDSO - a faster alternative to a
syscall for some common kernel operations.

However, on Pi 4 the firmware does configure the timer, so this property
is unnecessary. Delete it.

Also remove it from the bcm2712.dtsi where it should never have been,
since it is only relevant to 32-bit ARM kernels.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@pelwell pelwell merged commit d06cb35 into raspberrypi:rpi-6.6.y Jan 10, 2025
12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jan 17, 2025
kernel: dts: bcm2711: Don't mark timer regs unconfigured
See: raspberrypi/linux#6602

kernel: mmc: bcm2835-sdhost Observe SWIOTLB memory limit
See: raspberrypi/linux#6603

kernel: drivers: media: pisp_be: Add support for YUV422 planar format
See: raspberrypi/linux#6613

kernel: drivers: media: pisp_be: Remove unused fields in struct pisp_be_config
See: raspberrypi/linux#6614
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Jan 17, 2025
kernel: dts: bcm2711: Don't mark timer regs unconfigured
See: raspberrypi/linux#6602

kernel: mmc: bcm2835-sdhost Observe SWIOTLB memory limit
See: raspberrypi/linux#6603

kernel: drivers: media: pisp_be: Add support for YUV422 planar format
See: raspberrypi/linux#6613

kernel: drivers: media: pisp_be: Remove unused fields in struct pisp_be_config
See: raspberrypi/linux#6614
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants