]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: AM33xx+: Update ioregs to pass different values
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 10 Dec 2013 09:32:21 +0000 (15:02 +0530)
committerTom Rini <trini@ti.com>
Thu, 19 Dec 2013 02:14:18 +0000 (21:14 -0500)
commit965de8b91bddd1f5967240d1d44005719b09dd5e
treedbcbdffdaaf14e8ace3eb1a911f27ace0352bbc6
parentcf04d0326bd1e24909cfe644c0c8676440a915b1
ARM: AM33xx+: Update ioregs to pass different values

Currently same value is programmed for all ioregs. This is not
the case for all SoC's like AM4372. So adding a structure for ioregs
and updating in all board files. And also return from config_cmd_ctrl()
and config_ddr_data() functions if data is not passed.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[trini: Fixup dxr2, cm_t335, adapt pcm051 rev3]
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/am33xx/ddr.c
arch/arm/cpu/armv7/am33xx/emif4.c
board/compulab/cm_t335/spl.c
board/isee/igep0033/board.c
board/phytec/pcm051/board.c
board/siemens/dxr2/board.c
board/siemens/pxm2/board.c
board/siemens/rut/board.c
board/ti/am335x/board.c
board/ti/ti814x/evm.c
board/ti/ti816x/evm.c