summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/iomux-mx25.h
Commit message (Collapse)AuthorAgeFilesLines
* i.MX25: fix LD16 & LD17 iomuxEric Bénard2011-12-131-2/+2
| | | | | | | | without this, the pins seems to be opendrain and thus the LCD signals are not properly driven leading to wrong colors on the screen. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* iomux-mx25: fix MDIO pin configurationPaul Fertser2011-08-251-1/+1
| | | | | | | According to the datasheet, PUE is not effective without PKE set. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: sync i.MX25 iomux support with kernelSascha Hauer2011-03-031-766/+522
| | | | | | | | At least partly. We have pads in barebox that we do not have in the kernel. Also, this with this patch we do not set the sion bit which the kernel does. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MX25: fix IOMUX for ESDHC1 pinsEric Bénard2010-10-141-6/+6
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* mx25: add support for i2cBaruch Siach2010-06-101-2/+2
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX25 : change IOMUX for LD16 and LD17Eric Benard2010-03-221-2/+2
| | | | | | | | This allows the iomux to reconfigure these pins which are opendrain at power on and thus can't drive the LCD. Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-0/+773
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>