]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: Add pad mux support for OMAP4
authorSteve Sakoman <steve@sakoman.com>
Thu, 15 Jul 2010 20:43:10 +0000 (13:43 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 5 Aug 2010 14:11:14 +0000 (10:11 -0400)
commit2ad853c3485e08612bb7725ba50d35b679978ebc
tree98fed499c3fb97e11919765af05a3742e8928ed6
parent9efac4a1eb99d9c5539aa6992025eeacab7980c6
ARMV7: Add pad mux support for OMAP4

Add functional multiplexing support for OMAP4 pads.
Configure all the pads for the OMAP4430 SDP
and OMAP4 Panda boards

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/board.c
arch/arm/include/asm/arch-omap4/mux_omap4.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/omap4.h
arch/arm/include/asm/arch-omap4/sys_proto.h
board/ti/panda/panda.c
board/ti/panda/panda.h [new file with mode: 0644]
board/ti/sdp4430/sdp.c
board/ti/sdp4430/sdp.h [new file with mode: 0644]
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h