]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2015 17:02:05 +0000 (13:02 -0400)
commit1f68451ca0d3a5faca49f44cc24cd3b7420bacb8
tree831abb079747f402e8e05d64adc780030f8fe0a1
parentee4dc2590f00d0109bcdb282ad86fd3dce567e50
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