CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2019/08/26 05:24:03
Modified files: sys/dev/fdt : dwpcie.c Log message: Remove unnecessary retrieval of the GPC regmap. We don't need it since the imxgpc(4)'s power domain framework will take care of the registers and thus dwpcie(4) hasn't touched the registers itself anyway. ok kettenis@