]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/arm/include/asm/arch-mx5/iomux-mx51.h
mx5: add iomux-mx51.h include
authorMatt Sealey <matt@genesi-usa.com>
Wed, 22 Aug 2012 09:24:06 +0000 (09:24 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:29 +0000 (14:58 +0200)
commitaf369d98317fbbd85a5c7f9ed2c9fdf4cbec4b7f
tree953c7627fcd9f622f0c23602b2f940b0296ee7ab
parent72f8ebf17e166da67881b18b946fc976d3039aa4
mx5: add iomux-mx51.h include

Allow usage of the imx-common/iomux-v3.h framework by including pad settings
for the i.MX51. The content of the file is taken from Linux kernel at
commit 5d23b39 plus the required changes to make it work in U-Boot.

The contained pad settings are the minimum required to make an Efika MX boot
and get all the currently-implemented peripherals working in U-Boot.

It is recommended that this file not be just a dumping ground for pins but
only contain the settings required for all the boards using it.

Changes for v2:
 * reference commit id from Linux kernel
 * additionally roll in the USB pads
 * removed GPIO_NUMBER define

Signed-off-by: Matt Sealey <matt@genesi-usa.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx5/iomux-mx51.h [new file with mode: 0644]