CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/11 13:04:37
Modified files:
sys/arch/arm64/dev: aplspi.c
Log message:
Thanks to the reverse engineering efforts by Hector Martin, we now know
that we can controll the CS# pin directly from the SPI controller itself.
Add support for this as future device trees will probably use this mode
instead of explicitly specifying a "cs-gpios" property.
ok patrick@
