Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2006 |
| 3 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | * |
| 5 | * See file CREDITS for list of people who contributed to this |
| 6 | * project. |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU General Public License as |
| 10 | * published by the Free Software Foundation; either version 2 of |
| 11 | * the License, or (at your option) any later version. |
| 12 | * |
| 13 | * This program is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. |
| 17 | * |
| 18 | * You should have received a copy of the GNU General Public License |
| 19 | * along with this program; if not, write to the Free Software |
| 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 21 | * MA 02111-1307 USA |
| 22 | * |
| 23 | */ |
| 24 | |
| 25 | #include <common.h> |
| 26 | #include <ioports.h> |
| 27 | #include <mpc83xx.h> |
| 28 | #include <asm/mpc8349_pci.h> |
| 29 | #include <i2c.h> |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 30 | #include <spi.h> |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 31 | #include <miiphy.h> |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 32 | #ifdef CONFIG_FSL_DDR2 |
| 33 | #include <asm/fsl_ddr_sdram.h> |
| 34 | #else |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 35 | #include <spd_sdram.h> |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 36 | #endif |
Jon Loeliger | a30a549 | 2008-03-04 10:03:03 -0600 | [diff] [blame] | 37 | |
Kim Phillips | b3458d2 | 2007-12-20 15:57:28 -0600 | [diff] [blame] | 38 | #if defined(CONFIG_OF_LIBFDT) |
Kim Phillips | 3fde9e8 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 39 | #include <libfdt.h> |
Kim Phillips | bf0b542 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 40 | #endif |
| 41 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 42 | int fixed_sdram(void); |
| 43 | void sdram_init(void); |
| 44 | |
Peter Tyser | 0f89860 | 2009-05-22 17:23:24 -0500 | [diff] [blame] | 45 | #if defined(CONFIG_DDR_ECC) && defined(CONFIG_MPC83xx) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 46 | void ddr_enable_ecc(unsigned int dram_size); |
| 47 | #endif |
| 48 | |
| 49 | int board_early_init_f (void) |
| 50 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 51 | volatile u8* bcsr = (volatile u8*)CONFIG_SYS_BCSR; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 52 | |
| 53 | /* Enable flash write */ |
| 54 | bcsr[1] &= ~0x01; |
| 55 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 56 | #ifdef CONFIG_SYS_USE_MPC834XSYS_USB_PHY |
Kumar Gala | 8fe9bf6 | 2006-04-20 13:45:32 -0500 | [diff] [blame] | 57 | /* Use USB PHY on SYS board */ |
| 58 | bcsr[5] |= 0x02; |
| 59 | #endif |
| 60 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 61 | return 0; |
| 62 | } |
| 63 | |
| 64 | #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1) |
| 65 | |
Becky Bruce | 9973e3c | 2008-06-09 16:03:40 -0500 | [diff] [blame] | 66 | phys_size_t initdram (int board_type) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 67 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 68 | volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 69 | phys_size_t msize = 0; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 70 | |
| 71 | if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) |
| 72 | return -1; |
| 73 | |
| 74 | /* DDR SDRAM - Main SODIMM */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 75 | im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 76 | #if defined(CONFIG_SPD_EEPROM) |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 77 | #ifndef CONFIG_FSL_DDR2 |
| 78 | msize = spd_sdram() * 1024 * 1024; |
| 79 | #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) |
| 80 | ddr_enable_ecc(msize); |
| 81 | #endif |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 82 | #else |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 83 | msize = fsl_ddr_sdram(); |
| 84 | #endif |
| 85 | #else |
| 86 | msize = fixed_sdram() * 1024 * 1024; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 87 | #endif |
| 88 | /* |
| 89 | * Initialize SDRAM if it is on local bus. |
| 90 | */ |
| 91 | sdram_init(); |
| 92 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 93 | /* return total bus SDRAM size(bytes) -- DDR */ |
York Sun | d4b9106 | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 94 | return msize; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 95 | } |
| 96 | |
| 97 | #if !defined(CONFIG_SPD_EEPROM) |
| 98 | /************************************************************************* |
| 99 | * fixed sdram init -- doesn't use serial presence detect. |
| 100 | ************************************************************************/ |
| 101 | int fixed_sdram(void) |
| 102 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 103 | volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
Joe Hershberger | 2e651b2 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 104 | u32 msize = CONFIG_SYS_DDR_SIZE; |
| 105 | u32 ddr_size = msize << 20; /* DDR size in bytes */ |
| 106 | u32 ddr_size_log2 = __ilog2(ddr_size); |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 107 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 108 | im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 109 | im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 110 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 111 | #if (CONFIG_SYS_DDR_SIZE != 256) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 112 | #warning Currenly any ddr size other than 256 is not supported |
| 113 | #endif |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 114 | #ifdef CONFIG_DDR_II |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 115 | im->ddr.csbnds[2].csbnds = CONFIG_SYS_DDR_CS2_BNDS; |
| 116 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; |
| 117 | im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; |
| 118 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 119 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
| 120 | im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; |
| 121 | im->ddr.sdram_cfg = CONFIG_SYS_DDR_SDRAM_CFG; |
| 122 | im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; |
| 123 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
| 124 | im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; |
| 125 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
| 126 | im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 127 | #else |
Joe Hershberger | 2e651b2 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 128 | |
| 129 | #if ((CONFIG_SYS_DDR_SDRAM_BASE & 0x00FFFFFF) != 0) |
| 130 | #warning Chip select bounds is only configurable in 16MB increments |
| 131 | #endif |
| 132 | im->ddr.csbnds[2].csbnds = |
| 133 | ((CONFIG_SYS_DDR_SDRAM_BASE >> CSBNDS_SA_SHIFT) & CSBNDS_SA) | |
| 134 | (((CONFIG_SYS_DDR_SDRAM_BASE + ddr_size - 1) >> |
| 135 | CSBNDS_EA_SHIFT) & CSBNDS_EA); |
| 136 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 137 | |
Wolfgang Denk | cf48eb9 | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 138 | /* currently we use only one CS, so disable the other banks */ |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 139 | im->ddr.cs_config[0] = 0; |
| 140 | im->ddr.cs_config[1] = 0; |
| 141 | im->ddr.cs_config[3] = 0; |
| 142 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 143 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 144 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
Wolfgang Denk | cf48eb9 | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 145 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 146 | im->ddr.sdram_cfg = |
| 147 | SDRAM_CFG_SREN |
| 148 | #if defined(CONFIG_DDR_2T_TIMING) |
| 149 | | SDRAM_CFG_2T_EN |
| 150 | #endif |
| 151 | | 2 << SDRAM_CFG_SDRAM_TYPE_SHIFT; |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 152 | #if defined (CONFIG_DDR_32BIT) |
| 153 | /* for 32-bit mode burst length is 8 */ |
| 154 | im->ddr.sdram_cfg |= (SDRAM_CFG_32_BE | SDRAM_CFG_8_BE); |
| 155 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 156 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 157 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 158 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 159 | #endif |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 160 | udelay(200); |
| 161 | |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 162 | /* enable DDR controller */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 163 | im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 164 | return msize; |
| 165 | } |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 166 | #endif/*!CONFIG_SYS_SPD_EEPROM*/ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 167 | |
| 168 | |
| 169 | int checkboard (void) |
| 170 | { |
Ira W. Snyder | 447ad57 | 2008-08-22 11:00:15 -0700 | [diff] [blame] | 171 | /* |
| 172 | * Warning: do not read the BCSR registers here |
| 173 | * |
| 174 | * There is a timing bug in the 8349E and 8349EA BCSR code |
| 175 | * version 1.2 (read from BCSR 11) that will cause the CFI |
| 176 | * flash initialization code to overwrite BCSR 0, disabling |
| 177 | * the serial ports and gigabit ethernet |
| 178 | */ |
| 179 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 180 | puts("Board: Freescale MPC8349EMDS\n"); |
| 181 | return 0; |
| 182 | } |
| 183 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 184 | /* |
| 185 | * if MPC8349EMDS is soldered with SDRAM |
| 186 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 187 | #if defined(CONFIG_SYS_BR2_PRELIM) \ |
| 188 | && defined(CONFIG_SYS_OR2_PRELIM) \ |
| 189 | && defined(CONFIG_SYS_LBLAWBAR2_PRELIM) \ |
| 190 | && defined(CONFIG_SYS_LBLAWAR2_PRELIM) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 191 | /* |
| 192 | * Initialize SDRAM memory on the Local Bus. |
| 193 | */ |
| 194 | |
| 195 | void sdram_init(void) |
| 196 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 197 | volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; |
Becky Bruce | f51cdaf | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 198 | volatile fsl_lbc_t *lbc = &immap->im_lbc; |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 199 | uint *sdram_addr = (uint *)CONFIG_SYS_LBC_SDRAM_BASE; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 200 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 201 | /* |
| 202 | * Setup SDRAM Base and Option Registers, already done in cpu_init.c |
| 203 | */ |
| 204 | |
| 205 | /* setup mtrpt, lsrt and lbcr for LB bus */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 206 | lbc->lbcr = CONFIG_SYS_LBC_LBCR; |
| 207 | lbc->mrtpr = CONFIG_SYS_LBC_MRTPR; |
| 208 | lbc->lsrt = CONFIG_SYS_LBC_LSRT; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 209 | asm("sync"); |
| 210 | |
| 211 | /* |
| 212 | * Configure the SDRAM controller Machine Mode Register. |
| 213 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 214 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_5; /* 0x40636733; normal operation */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 215 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 216 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_1; /* 0x68636733; precharge all the banks */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 217 | asm("sync"); |
| 218 | *sdram_addr = 0xff; |
| 219 | udelay(100); |
| 220 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 221 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_2; /* 0x48636733; auto refresh */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 222 | asm("sync"); |
| 223 | /*1 times*/ |
| 224 | *sdram_addr = 0xff; |
| 225 | udelay(100); |
| 226 | /*2 times*/ |
| 227 | *sdram_addr = 0xff; |
| 228 | udelay(100); |
| 229 | /*3 times*/ |
| 230 | *sdram_addr = 0xff; |
| 231 | udelay(100); |
| 232 | /*4 times*/ |
| 233 | *sdram_addr = 0xff; |
| 234 | udelay(100); |
| 235 | /*5 times*/ |
| 236 | *sdram_addr = 0xff; |
| 237 | udelay(100); |
| 238 | /*6 times*/ |
| 239 | *sdram_addr = 0xff; |
| 240 | udelay(100); |
| 241 | /*7 times*/ |
| 242 | *sdram_addr = 0xff; |
| 243 | udelay(100); |
| 244 | /*8 times*/ |
| 245 | *sdram_addr = 0xff; |
| 246 | udelay(100); |
| 247 | |
| 248 | /* 0x58636733; mode register write operation */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 249 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_4; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 250 | asm("sync"); |
| 251 | *sdram_addr = 0xff; |
| 252 | udelay(100); |
| 253 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 254 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_5; /* 0x40636733; normal operation */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 255 | asm("sync"); |
| 256 | *sdram_addr = 0xff; |
| 257 | udelay(100); |
| 258 | } |
| 259 | #else |
| 260 | void sdram_init(void) |
| 261 | { |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 262 | } |
| 263 | #endif |
Marian Balakowicz | d326f4a | 2006-03-16 15:19:35 +0100 | [diff] [blame] | 264 | |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 265 | /* |
| 266 | * The following are used to control the SPI chip selects for the SPI command. |
| 267 | */ |
Ben Warren | f8cc312 | 2008-06-08 23:28:33 -0700 | [diff] [blame] | 268 | #ifdef CONFIG_MPC8XXX_SPI |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 269 | |
| 270 | #define SPI_CS_MASK 0x80000000 |
| 271 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 272 | int spi_cs_is_valid(unsigned int bus, unsigned int cs) |
| 273 | { |
| 274 | return bus == 0 && cs == 0; |
| 275 | } |
| 276 | |
| 277 | void spi_cs_activate(struct spi_slave *slave) |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 278 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 279 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 280 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 281 | iopd->dat &= ~SPI_CS_MASK; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 282 | } |
| 283 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 284 | void spi_cs_deactivate(struct spi_slave *slave) |
| 285 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 286 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 287 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 288 | iopd->dat |= SPI_CS_MASK; |
| 289 | } |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 290 | #endif /* CONFIG_HARD_SPI */ |
| 291 | |
Kim Phillips | 3fde9e8 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 292 | #if defined(CONFIG_OF_BOARD_SETUP) |
| 293 | void ft_board_setup(void *blob, bd_t *bd) |
Kim Phillips | bf0b542 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 294 | { |
Kim Phillips | 3fde9e8 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 295 | ft_cpu_setup(blob, bd); |
| 296 | #ifdef CONFIG_PCI |
| 297 | ft_pci_setup(blob, bd); |
| 298 | #endif |
Kim Phillips | bf0b542 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 299 | } |
| 300 | #endif |