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
Rob Herring
f232950f82
config: remove platform CONFIG_SYS_HZ definition part 2/2
...
Remove platform CONFIG_SYS_HZ definition for configs a-z*.
Signed-off-by: Rob Herring <rob.herring@calxeda.com >
2013-11-04 11:06:16 -05:00
Wolfgang Denk
3765b3e7bd
Coding Style cleanup: remove trailing white space
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
2013-10-14 16:06:53 -04:00
Lokesh Vutla
806d279247
ARM: OMAP: Add CONFIG_OMAP_COMMON
...
Adding a new CONFIG_OMAP_COMMON which is included by all boards
that needs to build cpu/armv7/omap-common folder.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com >
2013-08-15 08:51:10 -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
Michael Jones
019be4af64
Remove unused CONFIG_SYS_I2C_BUS[_SELECT]
...
"CONFIG_SYS_I2C_BUS" and "CONFIG_SYS_I2C_BUS_SELECT" don't appear anywhere
outside of config files.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
2013-01-29 06:40:01 +01:00
Thomas Weber
abcbe2eb00
OMAP3: Remove unused PHYS_SDRAM_1_SIZE
...
Remove the unused PHYS_SDRAM_1_SIZE from OMAP3 config files.
Signed-off-by: Thomas Weber <thomas@tomweber.eu >
2012-12-10 12:45:34 -07:00
Rob Herring
3d6ba91e79
ARM: Remove unused stack and irq config defines
...
CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present
in most ARM board config files.
IRQs are only enabled for 1 config, so remove the unused config options
for IRQ and FIQ stack size as well.
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net >
Signed-off-by: Rob Herring <rob.herring@calxeda.com >
2012-09-01 14:58:22 +02:00
Marek Vasut
308252adaf
dm: Move OMAP GPIO driver to drivers/gpio/
...
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Wolfgang Denk <wd@denx.de >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: U-Boot DM <u-boot-dm@lists.denx.de >
Cc: Tom Rini <trini@ti.com >
Acked-by: Tom Rini <trini@ti.com >
Signed-off-by: Tom Rini <trini@ti.com >
2012-09-01 14:58:13 +02:00
Tom Rini
219f4788d3
hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c
...
Exactly one board has defined CONFIG_SYS_PROMPT_HUSH_PS2 to a value
different than "> " which is vision2. I have Cc'd the maintainer here
as I strongly suspect this is a bug rather than intentional behavior.
Cc: Stefano Babic <sbabic@denx.de >
Signed-off-by: Tom Rini <trini@ti.com >
Acked-by: Stefano Babic <sbabic@denx.de >
2012-06-20 20:36:51 +02:00
Thomas Weber
1378cac669
OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
...
This patch removes the unused definitions:
CONFIG_OMAP3_MICRON_DDR
CONFIG_OMAP3_NUMONYX_DDR
CONFIG_OMAP3_INFINEON_DDR
Signed-off-by: Thomas Weber <weber@corscience.de >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it >
2012-01-16 08:40:10 +01:00
Thomas Weber
0997561de9
ARM: OMAP3: Remove unused define SDRC_R_C_B
...
This patch removes the unused definition of SDRC_R_C_B
from the config files.
Acked-by: Enric Balletbo i Serra <eballetbo@iseebcn.com >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Thomas Weber <weber@corscience.de >
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it >
Acked-by: Tom Rini <trini@ti.com >
2011-12-06 23:59:35 +01:00
Thomas Weber
8152c6f6f5
ARM: OMAP3: Remove unused define CONFIG_OMAP3430
...
This patch removes the CONFIG_OMAP3430, because it is unused.
Acked-by: Enric Balletbo i Serra <eballetbo@iseebcn.com >
Acked-by: Tom Rini <trini@ti.com >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Thomas Weber <weber@corscience.de >
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it >
2011-12-06 23:59:35 +01:00
Luca Ceresoli
30dca9ddad
ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPE
...
MACH_TYPE_OMAP3_CPS was dropped in the latest mach-types sync (47af6f61bc )
because it is not mainlined in Linux.
Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it >
Cc: Sandeep Paulraj <s-paulraj@ti.com >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: Wolfgang Denk <wd@denx.de >
CC: Tom Rini <tom.rini@gmail.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2011-11-04 13:42:09 -04:00
Mike Frysinger
31a4f1e5b6
board configs: drop NET_MULTI references
...
Now that none of the core checks CONFIG_NET_MULTI, there's not much point
in boards defining it. So scrub all references to it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
2011-10-05 22:22:16 +02:00
Tom Rini
eaff60d738
OMAP3: DIG297: Use generic MMC driver
...
Switch from the legacy omap3 mmc driver to the new generic omap hsmmc
driver. This patch is based on the work done for Beagle, etc.
Signed-off-by: Tom Rini <trini@ti.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2011-09-04 11:36:17 +02:00
Christopher Harvey
75f980bdb3
Removed unused define, CONFIG_ARMV7.
...
Signed-off-by: Christopher Harvey <charvey@matrox.com >
2011-08-04 12:49:37 +02:00
Luca Ceresoli
fb6e1f1b9d
ARMV7: OMAP3: Add support for Comelit DIG297 board
...
Board support for the DIG297 board manufactured by Comelit Group SpA.
It is a custom board based on the BeagleBoard <http://beagleboard.org/ > by
Texas Instruments.
The board support is based on the BeagleBoard implementation.
Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it >
Cc: Wolfgang Denk <wd@denx.de >
Cc: Albert Aribaud <albert.aribaud@free.fr >
Cc: Sandeep Paulraj <s-paulraj@ti.com >
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com >
2011-04-27 19:38:10 +02:00