HomeFreeBSD

bcm_lintc: don't attach if "interrupt-controller" is missing

Description

bcm_lintc: don't attach if "interrupt-controller" is missing

This is a standard required property for interrupt controllers, and present
on the bcm_lintc nodes for currently supported RPi models. For the RPi4, we
have both bcm_lintc as well as GIC-400, but only one may be active at a
time.

Don't probe bcm_lintc if it's missing the "interrupt-controller" property --
in RPi 4 DTS, the bcm_lintc node is actually missing this along with other
required interrupt properties. Presumably, if the earlier boot stages will
support switching to the legacy interrupt controller (as is suggested
possible by the documentation), the DTS will need to be updated to indicate
the proper interrupt-parent and hopefully also mark this node as an
interrupt-controller instead.

Details

Provenance
kevansAuthored on Nov 7 2019, 9:31 PM
Parents
rG43e8b279b89b: In TCP HPTS enter the epoch in tcp_hpts_thread() and assert it in
Branches
Unknown
Tags
Unknown

Event Timeline