Yegor Yefremov
6a1df37349
am3517_evm: activate Ethernet PHY
...
Pin 30 is connected to PHY's RESET# signal, so it must be
put to high. Otherwise PHY won't be found via MDIO interface.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
2013-12-12 17:43:34 -05:00
Heiko Schocher
6789e84eca
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
...
- add omap24xx driver to new multibus/multiadpater support
- adapted all config files, which uses this driver
Tested on the am335x based siemens boards rut, dxr2 and pxm2
posted here:
http://patchwork.ozlabs.org/patch/263211/
Signed-off-by: Heiko Schocher <hs@denx.de >
Tested-by: Tom Rini <trini@ti.com >
Cc: Lars Poeschel <poeschel@lemonage.de >
Cc: Steve Sakoman <sakoman@gmail.com >
Cc: Thomas Weber <weber@corscience.de >
Cc: Tom Rix <Tom.Rix@windriver.com >
Cc: Grazvydas Ignotas <notasas@gmail.com >
Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com >
Cc: Luca Ceresoli <luca.ceresoli@comelit.it >
Cc: Igor Grinberg <grinberg@compulab.co.il >
Cc: Ilya Yanok <yanok@emcraft.com >
Cc: Stefano Babic <sbabic@denx.de >
Cc: Nishanth Menon <nm@ti.com >
Cc: Pali Rohár <pali.rohar@gmail.com >
Cc: Peter Barada <peter.barada@logicpd.com >
Cc: Nagendra T S <nagendra@mistralsolutions.com >
Cc: Michael Jones <michael.jones@matrix-vision.de >
Cc: Raphael Assenat <raph@8d.com >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
Acked-by: Stefano Babic <sbabic@denx.de >
2013-11-13 06:18:17 +01:00
Wolfgang Denk
d4c8aa9cb4
Coding Style cleanup: remove trailing empty lines
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
2013-10-14 16:06:54 -04:00
Wolfgang Denk
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com >
2013-07-24 09:44:38 -04:00
Nikita Kiryanov
e3913f56a2
omap_hsmmc: add driver check for write protection
...
Add check for write protection in omap mmc driver.
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il >
Reviewed-by: Tom Rini <trini@ti.com >
2013-03-08 16:41:13 -05:00
Nikita Kiryanov
e874d5b001
omap_hsmmc: implement driver check for card detection
...
Implement driver check for card detection.
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il >
2013-03-08 16:41:13 -05:00
Ilya Yanok
88919ff7bf
am3517_evm: switch to musb-new
...
Use new musb framework instead of the old one on AM3517_EVM.
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com >
2012-11-20 00:16:07 +01:00
Jonathan Solnit
bbbc1ae921
ARM:OMAP+:MMC: Add parameters to MMC init
...
Add parameters to the OMAP MMC initialization function so the board can
mask host capabilities and set the maximum clock frequency. While the
OMAP supports a certain set of MMC host capabilities, individual boards
may be more restricted and the OMAP may need to be configured to match
the board. The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.
Signed-off-by: Jonathan Solnit <jsolnit@gmail.com >
2012-05-15 08:31:22 +02:00
Tom Rini
5059a2a471
AM3517: Add SPL support
...
The only change of note is that we move from 0x80008000 to 0x80100000
for CONFIG_SYS_TEXT_BASE
Cc: Vaibhav Hiremath <hvaibhav@ti.com >
Signed-off-by: Tom Rini <trini@ti.com >
2011-12-06 23:59:39 +01:00
Vaibhav Hiremath
122e6e0a97
am3517evm: Use generic MMC driver
...
Switch from the legacy mmc driver to the
new generic mmc driver.
This patch is based on similar patch for beagle[1].
[1] http://git.denx.de/?p=u-boot.git;a=commitdiff_plain;h=0cd31144240
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com >
Signed-off-by: Sanjeev Premi <premi@ti.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2011-09-04 11:36:17 +02:00
Vaibhav Hiremath
ed01e45cfa
AM35x: Add support for AM3517EVM
...
This patch adds basic support for the AM3517EVM.
It includes:
- Board files (.c and .h)
- Default configuration file
- Updates for Makefile
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com >
Signed-off-by: Sanjeev Premi <premi@ti.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2010-06-08 10:07:18 -05:00