Hi
I am new to embedded system.
I am using i.mx6dl on a custom board running ubuntu 16.04.
Linux kernel: 4.1.15
I have to integrate murata wifi module using sdio interface for which the gpio pin number 33 and 116 has to be low during bootup.
I have tried the make them low in the following manner


I checked the status of gpios. I can see 33 and 116 are set to low

But after rebooting it and again I checked the status. Those pins are not present.

I checked those pins using multimeter, they are still high.
How can I make them low during boot up.
Thanks