]> git.ipfire.org Git - people/ms/u-boot.git/commit
i.MX6: consolidate pad names for multi-CPU boards
authorEric Nelson <eric.nelson@boundarydevices.com>
Tue, 19 Feb 2013 10:07:01 +0000 (10:07 +0000)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Mar 2013 15:43:46 +0000 (16:43 +0100)
commitcfb8b9d3351ebb519f9c27e0aeba814e7c81ee85
tree6db9b537857fd2a7d454329c3f50be1957ec4d16
parent74cf809972658eae18c33e078c05a7cc9c9460c9
i.MX6: consolidate pad names for multi-CPU boards

Rename all i.MX6 pad declarations to MX6_PAD_x, so a board
may support either i.MX6Quad/Dual (MX6Q) or i.MX6Dual-Lite/Solo
(MX6DL) by including the proper header.

Boards mx6qarm2, mx6qsabreauto, mx6qsabrelite, and mx6qsabresd
only support MX6Q, so they include mx6q_pins.h.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/include/asm/arch-mx6/mx6-pins.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/mx6dl_pins.h
arch/arm/include/asm/arch-mx6/mx6q_pins.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/mx6x_pins.h [deleted file]
board/freescale/mx6qarm2/mx6qarm2.c
board/freescale/mx6qsabreauto/mx6qsabreauto.c
board/freescale/mx6qsabrelite/mx6qsabrelite.c
board/freescale/mx6qsabresd/mx6qsabresd.c