We are using the GPMC bus on the beaglebone black. To achieve this, we have defined our own dts file for configuring the pins on P8 and P9 headers for GPMC purpose. Though, we have enabled the User led pin group through our dts file, we are observing those pins as userled group in our pin mux. We were using Kernel 3.14, which was downgraded to Kernel 3.8 to use its capemanager to enable our dts file. Therefore, we are using Kernel 3.8 as of now.How do we disable them as user led group such that, they should belong to the gpmc pin group?
Please provide us the solution to this issue.