CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/07/06 05:07:09
Modified files: sys/dev/fdt : qcpmicgpio.c Log message: Someone had the bright idea to number pins starting from 1. Account for this issue by subtracting 1 from the pin number to find the correct registers. Make the sub-type per-pin, as on some of the PMICs it can vary. Add support for the PMIC variants found in x1e systems. ok patrick@