On 04/16/2014 01:48 PM, Ilya Ledvich wrote:
Make the common eeprom library available for any I2C driver.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
board/compulab/common/Makefile |2 +-
board/compulab/common/eeprom.h |2 +-
2 files changed, 2 insertions(+), 2
Make the common eeprom library available for any I2C driver.
Signed-off-by: Ilya Ledvich
---
board/compulab/common/Makefile |2 +-
board/compulab/common/eeprom.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/compulab/common/Makefile b/board/compulab/common
On 03/26/2014 02:00 PM, Tom Rini wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/26/2014 07:10 AM, Ilya Ledvich wrote:
Hello, Recently I've found a problem with I2C bus 2 on AM335X based
devices. Executing the command "i2c dev 2" in the u-boot CLI causes
CPU rese
Hello,
Recently I've found a problem with I2C bus 2 on AM335X based devices.
Executing the command "i2c dev 2" in the u-boot CLI causes CPU reset.
The issue is found on v2013.10, v2014.01 and v2014.04-rc1 and appears
on BeagleBone and CM-T335 devices.
Please see the log taken from BeagleBone:
U-B
CPSW ia a gigabit device. Use the PHY_GBIT_FEATURES macro to determine phy
supported features.
Tested on cm_t335.
Signed-off-by: Ilya Ledvich
---
drivers/net/cpsw.c |6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/net/cpsw.c b/drivers/net/cpsw.c
index 50167aa
Add LAN9500A product ID (0x9e00) in order to support LAN9500A based dongles.
Tested on cm_t335.
Signed-off-by: Ilya Ledvich
---
drivers/usb/eth/smsc95xx.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index 7bf0a34..7a7a676 100644
Ping!
On 11/07/2013 07:57 AM, Ilya Ledvich wrote:
This patch series adds support for the Compulab CM-T335 board.
The board is based on TI Sitara AM3352/4 SoC and provides folowing features:
- 128MB to 512MB DDR3
- 128MB to 1GB NAND as a main storage
- Micro SD/MMC card as a secondary
Add support for the 16 bits pca9555 i2c to gpio extender featured
by the SB-T335 baseboard.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
include/configs/cm_t335.h | 12
1 file changed, 12 insertions(+)
diff --git a/include/configs/cm_t335.h b/include/configs
- Gigabit Ethernet, WiFi 802.11, Bluetooth, CAN bus, UART
- LCD/DVI/LVDS display, touchscreen
- Analog audio
Ilya Ledvich (3):
cm_t335: add cm_t335 board support
cm_t335: add support for status LED
cm_t335: add support for pca9555 i2c gpio extender
arch/arm/include/asm/arch-am33xx/ddr_defs.h
Add cm_t335 board directory, config file. Enable build.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
arch/arm/include/asm/arch-am33xx/ddr_defs.h |6 +
board/compulab/cm_t335/Makefile | 32 ++
board/compulab/cm_t335/cm_t335.c| 159
Add support for status LED. Use the STATUS_LED APIs for indicating a
boot progress.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
board/compulab/cm_t335/cm_t335.c |3 +++
board/compulab/cm_t335/mux.c |6 ++
include/configs/cm_t335.h| 10 ++
3
l register, "cm1ioctl" to the ddr_cmd2_ioctrl and etc.
Registers ddr_cmd0_ioctrl and ddr_data0_ioctrl are never configured because
of this mapping mismatch.
Signed-off-by: Ilya Ledvich
---
arch/arm/include/asm/arch-am33xx/ddr_defs.h |1 -
1 file changed, 1 deletion(-)
diff --git a/arch/
12 matches
Mail list logo