]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: DRA7: Make do_set_mux32() generic
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Jun 2015 11:12:33 +0000 (16:42 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:47 +0000 (00:42 +0200)
commit4f75c79584c11b736928891dc948e9fdf2aacca2
tree4731bf3b014bf0194c4f27921ac6e9d387e07777
parentafcaec7e7ce393181a4206ca6ab83e59ae84bf5d
ARM: DRA7: Make do_set_mux32() generic

do_set_mux32() is redefined in dra7xx and beagle_x15 boards.
IO delay recalibration sequence also needs this.
Making it generic to avoid duplication.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/cpu/armv7/omap5/hwinit.c
arch/arm/include/asm/arch-omap5/sys_proto.h
board/ti/beagle_x15/board.c
board/ti/dra7xx/evm.c