Skip to content

Commit d06cb35

Browse files
committed
dts: bcm2711: Don't mark timer regs unconfigured
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>
1 parent cf3ae69 commit d06cb35

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@
451451
IRQ_TYPE_LEVEL_LOW)>,
452452
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
453453
IRQ_TYPE_LEVEL_LOW)>;
454-
/* This only applies to the ARMv7 stub */
455-
arm,cpu-registers-not-fw-configured;
456454
};
457455

458456
cpus: cpus {

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,6 @@
741741
IRQ_TYPE_LEVEL_LOW)>,
742742
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
743743
IRQ_TYPE_LEVEL_LOW)>;
744-
/* This only applies to the ARMv7 stub */
745-
arm,cpu-registers-not-fw-configured;
746744
};
747745

748746
cpus: cpus {

0 commit comments

Comments
 (0)