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; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 104 | u32 msize = 0; |
| 105 | u32 ddr_size; |
| 106 | u32 ddr_size_log2; |
| 107 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 108 | msize = CONFIG_SYS_DDR_SIZE; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 109 | for (ddr_size = msize << 20, ddr_size_log2 = 0; |
| 110 | (ddr_size > 1); |
| 111 | ddr_size = ddr_size>>1, ddr_size_log2++) { |
| 112 | if (ddr_size & 1) { |
| 113 | return -1; |
| 114 | } |
| 115 | } |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 116 | im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 117 | 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] | 118 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 119 | #if (CONFIG_SYS_DDR_SIZE != 256) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 120 | #warning Currenly any ddr size other than 256 is not supported |
| 121 | #endif |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 122 | #ifdef CONFIG_DDR_II |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 123 | im->ddr.csbnds[2].csbnds = CONFIG_SYS_DDR_CS2_BNDS; |
| 124 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; |
| 125 | im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; |
| 126 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 127 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
| 128 | im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; |
| 129 | im->ddr.sdram_cfg = CONFIG_SYS_DDR_SDRAM_CFG; |
| 130 | im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; |
| 131 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
| 132 | im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; |
| 133 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
| 134 | im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 135 | #else |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 136 | im->ddr.csbnds[2].csbnds = 0x0000000f; |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 137 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CONFIG; |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 138 | |
Wolfgang Denk | cf48eb9 | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 139 | /* currently we use only one CS, so disable the other banks */ |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 140 | im->ddr.cs_config[0] = 0; |
| 141 | im->ddr.cs_config[1] = 0; |
| 142 | im->ddr.cs_config[3] = 0; |
| 143 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 144 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 145 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
Wolfgang Denk | cf48eb9 | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 146 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 147 | im->ddr.sdram_cfg = |
| 148 | SDRAM_CFG_SREN |
| 149 | #if defined(CONFIG_DDR_2T_TIMING) |
| 150 | | SDRAM_CFG_2T_EN |
| 151 | #endif |
| 152 | | 2 << SDRAM_CFG_SDRAM_TYPE_SHIFT; |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 153 | #if defined (CONFIG_DDR_32BIT) |
| 154 | /* for 32-bit mode burst length is 8 */ |
| 155 | im->ddr.sdram_cfg |= (SDRAM_CFG_32_BE | SDRAM_CFG_8_BE); |
| 156 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 157 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 158 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 159 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
Xie Xiaobo | d61853c | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 160 | #endif |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 161 | udelay(200); |
| 162 | |
Rafal Jaworowski | dc9e499 | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 163 | /* enable DDR controller */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 164 | im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 165 | return msize; |
| 166 | } |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 167 | #endif/*!CONFIG_SYS_SPD_EEPROM*/ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 168 | |
| 169 | |
| 170 | int checkboard (void) |
| 171 | { |
Ira W. Snyder | 447ad57 | 2008-08-22 11:00:15 -0700 | [diff] [blame] | 172 | /* |
| 173 | * Warning: do not read the BCSR registers here |
| 174 | * |
| 175 | * There is a timing bug in the 8349E and 8349EA BCSR code |
| 176 | * version 1.2 (read from BCSR 11) that will cause the CFI |
| 177 | * flash initialization code to overwrite BCSR 0, disabling |
| 178 | * the serial ports and gigabit ethernet |
| 179 | */ |
| 180 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 181 | puts("Board: Freescale MPC8349EMDS\n"); |
| 182 | return 0; |
| 183 | } |
| 184 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 185 | /* |
| 186 | * if MPC8349EMDS is soldered with SDRAM |
| 187 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 188 | #if defined(CONFIG_SYS_BR2_PRELIM) \ |
| 189 | && defined(CONFIG_SYS_OR2_PRELIM) \ |
| 190 | && defined(CONFIG_SYS_LBLAWBAR2_PRELIM) \ |
| 191 | && defined(CONFIG_SYS_LBLAWAR2_PRELIM) |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 192 | /* |
| 193 | * Initialize SDRAM memory on the Local Bus. |
| 194 | */ |
| 195 | |
| 196 | void sdram_init(void) |
| 197 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 198 | volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; |
Becky Bruce | f51cdaf | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 199 | volatile fsl_lbc_t *lbc = &immap->im_lbc; |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 200 | uint *sdram_addr = (uint *)CONFIG_SYS_LBC_SDRAM_BASE; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 201 | |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 202 | /* |
| 203 | * Setup SDRAM Base and Option Registers, already done in cpu_init.c |
| 204 | */ |
| 205 | |
| 206 | /* setup mtrpt, lsrt and lbcr for LB bus */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 207 | lbc->lbcr = CONFIG_SYS_LBC_LBCR; |
| 208 | lbc->mrtpr = CONFIG_SYS_LBC_MRTPR; |
| 209 | lbc->lsrt = CONFIG_SYS_LBC_LSRT; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 210 | asm("sync"); |
| 211 | |
| 212 | /* |
| 213 | * Configure the SDRAM controller Machine Mode Register. |
| 214 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 215 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_5; /* 0x40636733; normal operation */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 216 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 217 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_1; /* 0x68636733; precharge all the banks */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 218 | asm("sync"); |
| 219 | *sdram_addr = 0xff; |
| 220 | udelay(100); |
| 221 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 222 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_2; /* 0x48636733; auto refresh */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 223 | asm("sync"); |
| 224 | /*1 times*/ |
| 225 | *sdram_addr = 0xff; |
| 226 | udelay(100); |
| 227 | /*2 times*/ |
| 228 | *sdram_addr = 0xff; |
| 229 | udelay(100); |
| 230 | /*3 times*/ |
| 231 | *sdram_addr = 0xff; |
| 232 | udelay(100); |
| 233 | /*4 times*/ |
| 234 | *sdram_addr = 0xff; |
| 235 | udelay(100); |
| 236 | /*5 times*/ |
| 237 | *sdram_addr = 0xff; |
| 238 | udelay(100); |
| 239 | /*6 times*/ |
| 240 | *sdram_addr = 0xff; |
| 241 | udelay(100); |
| 242 | /*7 times*/ |
| 243 | *sdram_addr = 0xff; |
| 244 | udelay(100); |
| 245 | /*8 times*/ |
| 246 | *sdram_addr = 0xff; |
| 247 | udelay(100); |
| 248 | |
| 249 | /* 0x58636733; mode register write operation */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 250 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_4; |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 251 | asm("sync"); |
| 252 | *sdram_addr = 0xff; |
| 253 | udelay(100); |
| 254 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 255 | lbc->lsdmr = CONFIG_SYS_LBC_LSDMR_5; /* 0x40636733; normal operation */ |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 256 | asm("sync"); |
| 257 | *sdram_addr = 0xff; |
| 258 | udelay(100); |
| 259 | } |
| 260 | #else |
| 261 | void sdram_init(void) |
| 262 | { |
Marian Balakowicz | 991425f | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 263 | } |
| 264 | #endif |
Marian Balakowicz | d326f4a | 2006-03-16 15:19:35 +0100 | [diff] [blame] | 265 | |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 266 | /* |
| 267 | * The following are used to control the SPI chip selects for the SPI command. |
| 268 | */ |
Ben Warren | f8cc312 | 2008-06-08 23:28:33 -0700 | [diff] [blame] | 269 | #ifdef CONFIG_MPC8XXX_SPI |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 270 | |
| 271 | #define SPI_CS_MASK 0x80000000 |
| 272 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 273 | int spi_cs_is_valid(unsigned int bus, unsigned int cs) |
| 274 | { |
| 275 | return bus == 0 && cs == 0; |
| 276 | } |
| 277 | |
| 278 | void spi_cs_activate(struct spi_slave *slave) |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 279 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 280 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 281 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 282 | iopd->dat &= ~SPI_CS_MASK; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 283 | } |
| 284 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 285 | void spi_cs_deactivate(struct spi_slave *slave) |
| 286 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 287 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 288 | |
Haavard Skinnemoen | d255bb0 | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 289 | iopd->dat |= SPI_CS_MASK; |
| 290 | } |
Ben Warren | 80ddd22 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 291 | #endif /* CONFIG_HARD_SPI */ |
| 292 | |
Kim Phillips | 3fde9e8 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 293 | #if defined(CONFIG_OF_BOARD_SETUP) |
| 294 | void ft_board_setup(void *blob, bd_t *bd) |
Kim Phillips | bf0b542 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 295 | { |
Kim Phillips | 3fde9e8 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 296 | ft_cpu_setup(blob, bd); |
| 297 | #ifdef CONFIG_PCI |
| 298 | ft_pci_setup(blob, bd); |
| 299 | #endif |
Kim Phillips | bf0b542 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 300 | } |
| 301 | #endif |