Re: [U-Boot] [PATCH] colibri-vf: Disable pull-up configuration in GPIO pin mux

2016-03-02 Thread Stefano Babic
On 24/02/2016 09:33, Bhuvanchandra DV wrote: > During very early boot-ROM execution the pinmux > configuration isi in Hi-Z state. If pull-up is enabled > on GPIO pad's there will be a short period of toggle > from high to low on the IO when GPIO is set low during > boot. To avoid this glitch, disab

[U-Boot] [PATCH] colibri-vf: Disable pull-up configuration in GPIO pin mux

2016-02-24 Thread Bhuvanchandra DV
During very early boot-ROM execution the pinmux configuration isi in Hi-Z state. If pull-up is enabled on GPIO pad's there will be a short period of toggle from high to low on the IO when GPIO is set low during boot. To avoid this glitch, disable pull-up configuration in GPIO pinmux. Signed-off-by