CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/09/30 08:29:54
Modified files:
sys/arch/arm64/dev: aplcpu.c apldma.c apldog.c apliic.c aplmca.c
aplnco.c aplns.c aplpinctrl.c aplpmgr.c
aplsmc.c aplspi.c aplspmi.c
Log message:
Apparently we can't have "generic" compatibles anymore, even though they
were accepted when support for the M1 and M1 Pro chips was upstreamed. So
now we have an incoherent mess where we need to add the right SoC-specific
compatble to the list of compatibles to make sure drivers still attach when
we update device trees to the latest Linux versions.
ok jsg@