Home
last modified time | relevance | path

Searched hist:"8 c37540524a16dc564b6758c6c62d51d3a9487f3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dfvp-base-gicv5.dtsi8c37540524a16dc564b6758c6c62d51d3a9487f3 Fri Aug 15 13:22:26 UTC 2025 Boyan Karatotev <boyan.karatotev@arm.com> fix(fvp): pass an `interrupt-names` property for the timer when using GICv5

The DT bindings expect the architectural timer's interrupts in the
following order:
interrupts:
minItems: 1
items:
- description: secure timer irq
- description: non-secure timer irq
- description: virtual timer irq
- description: hypervisor timer irq
- description: hypervisor virtual timer irq

However, in GICv5 the NS frame does not have access to a secure timer
and one is not passed. Override the interrupt names Instead of passing a
dummy value.

Change-Id: Ib33dd44ee17bfc63b4e21a44205c81ad4c81bfda
Reported-by: Andrew Turner <andrew.turner4@arm.com>
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>