09 May, 2014
3 commits
-
The LTC3676 PMIC includes four DC/DC converters, and three 300mA
LDO Regulators (two Adjustable). The DC/DC converters are adjustable based
on a resistor devider (board-specific).This adds support for the LTC3676 by creating a namespace unique init function
that uses the PMIC API to allocate a pmic and defines the registers.Signed-off-by: Tim Harvey
Acked-by: Stefano Babic -
Signed-off-by: Tim Harvey
-
Avoid uding pmic_init() as this forces the model of only allowing a
single PMIC driver to be built at a time.Signed-off-by: Tim Harvey
29 Apr, 2014
1 commit
28 Apr, 2014
15 commits
-
ECSPI chipselect (MX6_PAD_EIM_D19__GPIO3_IO19) is used with GPIO functionality,
so it does not make sense to set its pad as SPI pin.Signed-off-by: Fabio Estevam
Tested-by: Eric Nelson
Acked-by: Eric Nelson -
mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port.
Add support for it.
Signed-off-by: Fabio Estevam
Acked-by: Marek Vasut
Reviewed-by: Jagannadha Sutradharudu Teki -
Signed-off-by: Marek Vasut
-
Reported-by: Masahiro Yamada
Signed-off-by: Stefano Babic -
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Eric Nelson
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:"Warning: Your board does not use generic board. Please read
doc/README.generic-board and take action. Boards not
upgraded by the late 2014 may break or be removed."Signed-off-by: Fabio Estevam
-
Signed-off-by: Tim Harvey
-
Fix several invalid comments regarding the EEPROM structure used by Gateworks
Ventana boards.Signed-off-by: Tim Harvey
22 Apr, 2014
2 commits
18 Apr, 2014
19 commits
-
QSPI booting on this board does not use SPL, so drop SPI-SPL related
options.Signed-off-by: Tom Rini
-
Make funtions static which are locally used in file
and remove the declaration from header file.Signed-off-by: Manish Badarkhe
-
In the case of SPL or NOR_BOOT (no SPL involved) we need to include
certain code in the build. Use !CONFIG_SKIP_LOWLEVEL_INIT rather than
CONFIG_SPL_BUILD || CONFIG_NOR_BOOT to make the code clearer, and to
make supporting XIP QSPI boot clearer in the code.Signed-off-by: Tom Rini
Reviewed-by: Wolfgang Denk -
ti_omap3_common contains a lot of common header definitions that help
reduce the size of the zoom1 config file. So, use the generic header
and customize as needed for the platform (example: no spl).Signed-off-by: Nishanth Menon
-
We do not use ttyS2 anymore in Linux, it changed to ttyO2 a few years
back. never too late to update.Signed-off-by: Nishanth Menon
-
Boot from zImage and fdt_file if uImage is not available to maintain
the legacy behavior.Signed-off-by: Nishanth Menon
-
This is more in line with commits
664979a2a9f764b63b8094458b87247d254b0cc1(omap3_beagle: remove JFFS2
support.) and 102ce9ea7afdda80fe25aa786975e1722196bdb9 (omap3_beagle:
enable CMD_FS_GENERIC and simplify load of image/ramdisk)CMD_FS_GENERIC allows us to simplify where we load up our image from
either from ext2/fat etc. So, lets use that instead of cumbersome
options we'd have to use. Sticking with existing conventions,
defaults will be:
bootfile=uImage
bootpart=0:1 (first partition)
bootdir=/ (/ in first partition)Signed-off-by: Nishanth Menon
-
Basic networking commands for usability.
Signed-off-by: Nishanth Menon
-
Zoom1 was wrongly setup for LAN91C96. Fix it by enabling
LAN9211.Signed-off-by: Nishanth Menon
-
zoom1 uses LAN9211 configured over GPMC Chip Select 1.
Signed-off-by: Nishanth Menon
-
CONFIG_SYS_GENERIC_BOARD should now be enabled for generic
functionality Further information in doc/README.generic-boardSigned-off-by: Nishanth Menon
-
Ethernet driver configures the CPSW, SGMI and Phy and uses
the the Navigator APIs. The driver supports 4 Ethernet ports and
can work with only one port at a time.Port configurations are defined in board.c.
Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Signed-off-by: WingMan Kwok -
Multicore navigator consists of Network Coprocessor (NetCP) and
Queue Manager sub system. More details on the hardware can
be obtained from the following links:-Network Coprocessor: http://www.ti.com/lit/pdf/sprugz6
Multicore Navigator: http://www.ti.com/lit/pdf/sprugr9Multicore navigator driver implements APIs to configure
the Queue Manager and NetCP Pkt DMA.Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Signed-off-by: WingMan Kwok
Acked-by: Tom Rini -
currently only spi0 is enabled on k2hk evm. This
configuration update is needed to enable spi1 and spi2.Signed-off-by: Murali Karicheri
Acked-by: Tom Rini -
Currently davinci spi driver supports only bus 0 cs 0.
This patch allows driver to support bus 1 and bus 2 with
configurable number of chip selects. Also defaults are
selected in a way to avoid regression on other platforms
that uses davinci spi driver and has only one spi bus.Signed-off-by: Rex Chang
Signed-off-by: Murali Karicheri
Reviewed-by: Jagannadha Sutradharudu Teki -
k2hk EVM is based on Texas Instruments Keystone2 Hawking/Kepler
SoC. Keystone2 SoC has ARM v7 Cortex-A15 MPCore processor. Please
refer the ti/k2hk_evm/README for details on the board, build and other
information.This patch add support for keystone architecture and k2hk evm.
Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Signed-off-by: WingMan Kwok
Signed-off-by: Sandeep Nair -
- add davinci driver to new multibus/multiadpater support
- adapted all config files, which uses this driverSigned-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Acked-by: Heiko Schocher -
This patch moves the davinci i2c_defs.h file to drivers.i2c directory.
It will allow to reuse the davinci_i2c driver for TI Keystone2 SOCs.Not used "git mv" command to move the file because small part of
it with definitions specific for Davinci SOCs has to remain in the
arch/arm/include/asm/arch-davinci.Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Acked-by: Tom Rini -
This patch introduces a configurable mechanism to disable
subpage writes in the DaVinci NAND driver.Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
Acked-by: Tom Rini