]> git.sur5r.net Git - u-boot/commit
colibri_vf: Enable board specific USB initialisation for USB pen gpio
authorSanchayan Maity <maitysanchayan@gmail.com>
Mon, 1 Jun 2015 13:07:25 +0000 (18:37 +0530)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2015 06:41:56 +0000 (08:41 +0200)
commit09cfa8ee6aa5c2a126da402af85fbfdcbf9cce06
treebd57fe889fc72b8467467a33b05fad1da68ba31c
parent60ed286453c8c14facdbeb3807c6d03596fc3ce9
colibri_vf: Enable board specific USB initialisation for USB pen gpio

Add IOMUX for the pad used as USB pen. This needs to be driven low for
the Iris and Viola boards where it is pulled up high by default. This is
required for the USB host functionality to work on these boards. Use the
board specific weak initialisation function, to drive the pin low which
would be called on "usb start".

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
arch/arm/include/asm/arch-vf610/iomux-vf610.h
board/toradex/colibri_vf/colibri_vf.c