Tool/software: Linux
I am running kernel version 3.12.10 on AM335x based custom board. I want to set gpio2_28 pin logic level to high as soon as kernel booting starts. This kernel version does not support the gpio hogging. To overcome this I have made gpio pin as led and setting its default state as on.
My questions is. Is there any other way to achieve this?
I was using logic analyzer to see the logic level on the pin. When kernel starts booting the gpio2_28 pin goes low and after few millisecond it goes to high. I want the logic level to be high from the start without any glitches.