Hi! On Sat, Mar 14, 2020 at 4:10 AM Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> wrote: > > R3G's LEDs fail to initialize because one of them uses GPIO8 A gpio can't be used as pcie reset and led simultaneously. > Hence, release the GPIO resources after PCIe initialization > and properly release also in driver error path. This pin conflict comes from incorrectly occupying pins that are not used by pcie, and should be fixed by not occupying those pins in the first place. Releasing all gpios isn't the proper way to go. -- Regards, Chuanhong Guo _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel