diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-05-21 14:04:52 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-23 16:12:02 -0400 |
commit | be4cc457b5fd8b14363a777c8d54fd78e649e127 (patch) | |
tree | 027dc8a0ccdb18d1cba07844844b4bcb3b00806f /board/overo/overo.c | |
parent | 06ae2b0ce89d5f0e473c403d91fc741fe2f31eaf (diff) | |
download | u-boot-be4cc457b5fd8b14363a777c8d54fd78e649e127.tar.gz |
Add Board Revision for Wireless chip
Gumstix Overo COMs with board revision 0x4 use a different Wifi and
Bluetooth module: Wi2Wi's W2CBW0015. No other code changes are required
in u-boot---just handling of this particular board revision.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Diffstat (limited to 'board/overo/overo.c')
-rw-r--r-- | board/overo/overo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/overo/overo.c b/board/overo/overo.c index 1192d02e91..9a5f4c4574 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -141,6 +141,7 @@ void get_board_mem_timings(struct board_sdrc_timings *timings) timings->rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_165MHz; break; case REVISION_1: /* Micron 256MB/512MB, 1/2 banks of 256MB */ + case REVISION_4: timings->mcfg = MICRON_V_MCFG_200(256 << 20); timings->ctrla = MICRON_V_ACTIMA_200; timings->ctrlb = MICRON_V_ACTIMB_200; |