
Hi Stefano,
The patch add header files to support the pin multiplexer of the the Freescale i.MX51 processor.
Signed-off-by: Stefano Babic sbabic@denx.de Signed-off-by: Fred Fan fanyefeng@gmail.com
include/asm-arm/arch-mx51/iomux.h | 240 ++++++++++++++++++++++ include/asm-arm/arch-mx51/mx51_pins.h | 365 +++++++++++++++++++++++++++++++++ 2 files changed, 605 insertions(+), 0 deletions(-) create mode 100644 include/asm-arm/arch-mx51/iomux.h create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
diff --git a/include/asm-arm/arch-mx51/iomux.h b/include/asm-arm/arch-mx51/iomux.h new file mode 100644 index 0000000..3724bb8 --- /dev/null +++ b/include/asm-arm/arch-mx51/iomux.h @@ -0,0 +1,240 @@ +/*
- Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
- */
+/*
- The code contained herein is licensed under the GNU General Public
- License. You may obtain a copy of the GNU General Public License
- Version 2 or later at the following locations:
- */
Ok, please check all your files for such a header and fix it, I will stop here complaining about them ;)
Cheers Detlev