]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:23 +0000 (00:42 +0200)
commite8a2ee86e2bd087bf72363d7f152b89f26562e68
treea3b2a641e7b245443511318926641593d1208419
parent6c1425dba8dcdc243be6c535f933238a54ad5792
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