Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2006 |
| 4 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <common.h> |
Simon Glass | 3bbe70c | 2019-12-28 10:44:54 -0700 | [diff] [blame] | 8 | #include <fdt_support.h> |
Simon Glass | 9758973 | 2020-05-10 11:40:02 -0600 | [diff] [blame^] | 9 | #include <init.h> |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 10 | #include <ioports.h> |
| 11 | #include <mpc83xx.h> |
| 12 | #include <asm/mpc8349_pci.h> |
| 13 | #include <i2c.h> |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 14 | #include <spi.h> |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 15 | #include <miiphy.h> |
York Sun | f062659 | 2013-09-30 09:22:09 -0700 | [diff] [blame] | 16 | #ifdef CONFIG_SYS_FSL_DDR2 |
| 17 | #include <fsl_ddr_sdram.h> |
York Sun | c3c301e | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 18 | #else |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 19 | #include <spd_sdram.h> |
York Sun | c3c301e | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 20 | #endif |
Jon Loeliger | de9737d | 2008-03-04 10:03:03 -0600 | [diff] [blame] | 21 | |
Kim Phillips | 3204c7c | 2007-12-20 15:57:28 -0600 | [diff] [blame] | 22 | #if defined(CONFIG_OF_LIBFDT) |
Masahiro Yamada | 75f82d0 | 2018-03-05 01:20:11 +0900 | [diff] [blame] | 23 | #include <linux/libfdt.h> |
Kim Phillips | 774e1b5 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 24 | #endif |
| 25 | |
Simon Glass | 39f90ba | 2017-03-31 08:40:25 -0600 | [diff] [blame] | 26 | DECLARE_GLOBAL_DATA_PTR; |
| 27 | |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 28 | int fixed_sdram(void); |
| 29 | void sdram_init(void); |
| 30 | |
Peter Tyser | 62e7398 | 2009-05-22 17:23:24 -0500 | [diff] [blame] | 31 | #if defined(CONFIG_DDR_ECC) && defined(CONFIG_MPC83xx) |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 32 | void ddr_enable_ecc(unsigned int dram_size); |
| 33 | #endif |
| 34 | |
| 35 | int board_early_init_f (void) |
| 36 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 37 | volatile u8* bcsr = (volatile u8*)CONFIG_SYS_BCSR; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 38 | |
| 39 | /* Enable flash write */ |
| 40 | bcsr[1] &= ~0x01; |
| 41 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 42 | #ifdef CONFIG_SYS_USE_MPC834XSYS_USB_PHY |
Kumar Gala | 4c7efd8 | 2006-04-20 13:45:32 -0500 | [diff] [blame] | 43 | /* Use USB PHY on SYS board */ |
| 44 | bcsr[5] |= 0x02; |
| 45 | #endif |
| 46 | |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 47 | return 0; |
| 48 | } |
| 49 | |
| 50 | #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1) |
| 51 | |
Simon Glass | d35f338 | 2017-04-06 12:47:05 -0600 | [diff] [blame] | 52 | int dram_init(void) |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 53 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 54 | volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
York Sun | c3c301e | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 55 | phys_size_t msize = 0; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 56 | |
| 57 | if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32)im) |
Simon Glass | 39f90ba | 2017-03-31 08:40:25 -0600 | [diff] [blame] | 58 | return -ENXIO; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 59 | |
| 60 | /* DDR SDRAM - Main SODIMM */ |
Mario Six | c9f9277 | 2019-01-21 09:18:15 +0100 | [diff] [blame] | 61 | im->sysconf.ddrlaw[0].bar = CONFIG_SYS_SDRAM_BASE & LAWBAR_BAR; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 62 | #if defined(CONFIG_SPD_EEPROM) |
York Sun | f062659 | 2013-09-30 09:22:09 -0700 | [diff] [blame] | 63 | #ifndef CONFIG_SYS_FSL_DDR2 |
York Sun | c3c301e | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 64 | msize = spd_sdram() * 1024 * 1024; |
| 65 | #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) |
| 66 | ddr_enable_ecc(msize); |
| 67 | #endif |
| 68 | #else |
| 69 | msize = fsl_ddr_sdram(); |
| 70 | #endif |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 71 | #else |
York Sun | c3c301e | 2011-08-26 11:32:45 -0700 | [diff] [blame] | 72 | msize = fixed_sdram() * 1024 * 1024; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 73 | #endif |
| 74 | /* |
| 75 | * Initialize SDRAM if it is on local bus. |
| 76 | */ |
| 77 | sdram_init(); |
| 78 | |
Simon Glass | 39f90ba | 2017-03-31 08:40:25 -0600 | [diff] [blame] | 79 | /* set total bus SDRAM size(bytes) -- DDR */ |
| 80 | gd->ram_size = msize; |
| 81 | |
| 82 | return 0; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 83 | } |
| 84 | |
| 85 | #if !defined(CONFIG_SPD_EEPROM) |
| 86 | /************************************************************************* |
| 87 | * fixed sdram init -- doesn't use serial presence detect. |
| 88 | ************************************************************************/ |
| 89 | int fixed_sdram(void) |
| 90 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 91 | volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
Joe Hershberger | 5ade390 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 92 | u32 msize = CONFIG_SYS_DDR_SIZE; |
| 93 | u32 ddr_size = msize << 20; /* DDR size in bytes */ |
| 94 | u32 ddr_size_log2 = __ilog2(ddr_size); |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 95 | |
Mario Six | 805cac1 | 2019-01-21 09:18:16 +0100 | [diff] [blame] | 96 | im->sysconf.ddrlaw[0].bar = CONFIG_SYS_SDRAM_BASE & 0xfffff000; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 97 | im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); |
Rafal Jaworowski | 4a9b6aa | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 98 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 99 | #if (CONFIG_SYS_DDR_SIZE != 256) |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 100 | #warning Currenly any ddr size other than 256 is not supported |
| 101 | #endif |
Xie Xiaobo | 6149a5a | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 102 | #ifdef CONFIG_DDR_II |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 103 | im->ddr.csbnds[2].csbnds = CONFIG_SYS_DDR_CS2_BNDS; |
| 104 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; |
| 105 | im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; |
| 106 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 107 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
| 108 | im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; |
| 109 | im->ddr.sdram_cfg = CONFIG_SYS_DDR_SDRAM_CFG; |
| 110 | im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; |
| 111 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
| 112 | im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; |
| 113 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
| 114 | im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; |
Xie Xiaobo | 6149a5a | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 115 | #else |
Joe Hershberger | 5ade390 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 116 | |
Mario Six | 805cac1 | 2019-01-21 09:18:16 +0100 | [diff] [blame] | 117 | #if ((CONFIG_SYS_SDRAM_BASE & 0x00FFFFFF) != 0) |
Joe Hershberger | 5ade390 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 118 | #warning Chip select bounds is only configurable in 16MB increments |
| 119 | #endif |
| 120 | im->ddr.csbnds[2].csbnds = |
Mario Six | 805cac1 | 2019-01-21 09:18:16 +0100 | [diff] [blame] | 121 | ((CONFIG_SYS_SDRAM_BASE >> CSBNDS_SA_SHIFT) & CSBNDS_SA) | |
| 122 | (((CONFIG_SYS_SDRAM_BASE + ddr_size - 1) >> |
Joe Hershberger | 5ade390 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 123 | CSBNDS_EA_SHIFT) & CSBNDS_EA); |
| 124 | im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; |
Rafal Jaworowski | 4a9b6aa | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 125 | |
Wolfgang Denk | ebd3deb | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 126 | /* currently we use only one CS, so disable the other banks */ |
Rafal Jaworowski | 4a9b6aa | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 127 | im->ddr.cs_config[0] = 0; |
| 128 | im->ddr.cs_config[1] = 0; |
| 129 | im->ddr.cs_config[3] = 0; |
| 130 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 131 | im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 132 | im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
Wolfgang Denk | ebd3deb | 2006-04-16 10:51:58 +0200 | [diff] [blame] | 133 | |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 134 | im->ddr.sdram_cfg = |
| 135 | SDRAM_CFG_SREN |
| 136 | #if defined(CONFIG_DDR_2T_TIMING) |
| 137 | | SDRAM_CFG_2T_EN |
| 138 | #endif |
| 139 | | 2 << SDRAM_CFG_SDRAM_TYPE_SHIFT; |
Rafal Jaworowski | 4a9b6aa | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 140 | #if defined (CONFIG_DDR_32BIT) |
| 141 | /* for 32-bit mode burst length is 8 */ |
| 142 | im->ddr.sdram_cfg |= (SDRAM_CFG_32_BE | SDRAM_CFG_8_BE); |
| 143 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 144 | im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 145 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 146 | im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
Xie Xiaobo | 6149a5a | 2007-02-14 18:27:17 +0800 | [diff] [blame] | 147 | #endif |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 148 | udelay(200); |
| 149 | |
Rafal Jaworowski | 4a9b6aa | 2006-03-16 17:46:46 +0100 | [diff] [blame] | 150 | /* enable DDR controller */ |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 151 | im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 152 | return msize; |
| 153 | } |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 154 | #endif/*!CONFIG_SYS_SPD_EEPROM*/ |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 155 | |
| 156 | |
| 157 | int checkboard (void) |
| 158 | { |
Ira W. Snyder | 4adfd02 | 2008-08-22 11:00:15 -0700 | [diff] [blame] | 159 | /* |
| 160 | * Warning: do not read the BCSR registers here |
| 161 | * |
| 162 | * There is a timing bug in the 8349E and 8349EA BCSR code |
| 163 | * version 1.2 (read from BCSR 11) that will cause the CFI |
| 164 | * flash initialization code to overwrite BCSR 0, disabling |
| 165 | * the serial ports and gigabit ethernet |
| 166 | */ |
| 167 | |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 168 | puts("Board: Freescale MPC8349EMDS\n"); |
| 169 | return 0; |
| 170 | } |
| 171 | |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 172 | /* |
| 173 | * if MPC8349EMDS is soldered with SDRAM |
| 174 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 175 | #if defined(CONFIG_SYS_BR2_PRELIM) \ |
| 176 | && defined(CONFIG_SYS_OR2_PRELIM) \ |
| 177 | && defined(CONFIG_SYS_LBLAWBAR2_PRELIM) \ |
| 178 | && defined(CONFIG_SYS_LBLAWAR2_PRELIM) |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 179 | /* |
| 180 | * Initialize SDRAM memory on the Local Bus. |
| 181 | */ |
| 182 | |
| 183 | void sdram_init(void) |
| 184 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 185 | volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; |
Becky Bruce | 0d4cee1 | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 186 | volatile fsl_lbc_t *lbc = &immap->im_lbc; |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 187 | uint *sdram_addr = (uint *)CONFIG_SYS_LBC_SDRAM_BASE; |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 188 | const u32 lsdmr_common = LSDMR_RFEN | LSDMR_BSMA1516 | LSDMR_RFCR8 | |
| 189 | LSDMR_PRETOACT6 | LSDMR_ACTTORW3 | LSDMR_BL8 | |
| 190 | LSDMR_WRC3 | LSDMR_CL3; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 191 | /* |
| 192 | * Setup SDRAM Base and Option Registers, already done in cpu_init.c |
| 193 | */ |
| 194 | |
| 195 | /* setup mtrpt, lsrt and lbcr for LB bus */ |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 196 | lbc->lbcr = 0x00000000; |
| 197 | /* LB refresh timer prescal, 266MHz/32 */ |
| 198 | lbc->mrtpr = 0x20000000; |
| 199 | /* LB sdram refresh timer, about 6us */ |
| 200 | lbc->lsrt = 0x32000000; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 201 | asm("sync"); |
| 202 | |
| 203 | /* |
| 204 | * Configure the SDRAM controller Machine Mode Register. |
| 205 | */ |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 206 | |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 207 | /* 0x40636733; normal operation */ |
| 208 | lbc->lsdmr = lsdmr_common | LSDMR_OP_NORMAL; |
| 209 | |
| 210 | /* 0x68636733; precharge all the banks */ |
| 211 | lbc->lsdmr = lsdmr_common | LSDMR_OP_PCHALL; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 212 | asm("sync"); |
| 213 | *sdram_addr = 0xff; |
| 214 | udelay(100); |
| 215 | |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 216 | /* 0x48636733; auto refresh */ |
| 217 | lbc->lsdmr = lsdmr_common | LSDMR_OP_ARFRSH; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 218 | asm("sync"); |
| 219 | /*1 times*/ |
| 220 | *sdram_addr = 0xff; |
| 221 | udelay(100); |
| 222 | /*2 times*/ |
| 223 | *sdram_addr = 0xff; |
| 224 | udelay(100); |
| 225 | /*3 times*/ |
| 226 | *sdram_addr = 0xff; |
| 227 | udelay(100); |
| 228 | /*4 times*/ |
| 229 | *sdram_addr = 0xff; |
| 230 | udelay(100); |
| 231 | /*5 times*/ |
| 232 | *sdram_addr = 0xff; |
| 233 | udelay(100); |
| 234 | /*6 times*/ |
| 235 | *sdram_addr = 0xff; |
| 236 | udelay(100); |
| 237 | /*7 times*/ |
| 238 | *sdram_addr = 0xff; |
| 239 | udelay(100); |
| 240 | /*8 times*/ |
| 241 | *sdram_addr = 0xff; |
| 242 | udelay(100); |
| 243 | |
| 244 | /* 0x58636733; mode register write operation */ |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 245 | lbc->lsdmr = lsdmr_common | LSDMR_OP_MRW; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 246 | asm("sync"); |
| 247 | *sdram_addr = 0xff; |
| 248 | udelay(100); |
| 249 | |
Mario Six | dc00300 | 2019-01-21 09:18:17 +0100 | [diff] [blame] | 250 | /* 0x40636733; normal operation */ |
| 251 | lbc->lsdmr = lsdmr_common | LSDMR_OP_NORMAL; |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 252 | asm("sync"); |
| 253 | *sdram_addr = 0xff; |
| 254 | udelay(100); |
| 255 | } |
| 256 | #else |
| 257 | void sdram_init(void) |
| 258 | { |
Marian Balakowicz | d7a3f72 | 2006-03-14 16:24:38 +0100 | [diff] [blame] | 259 | } |
| 260 | #endif |
Marian Balakowicz | 52ee4bd | 2006-03-16 15:19:35 +0100 | [diff] [blame] | 261 | |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 262 | /* |
| 263 | * The following are used to control the SPI chip selects for the SPI command. |
| 264 | */ |
Ben Warren | 20582da | 2008-06-08 23:28:33 -0700 | [diff] [blame] | 265 | #ifdef CONFIG_MPC8XXX_SPI |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 266 | |
| 267 | #define SPI_CS_MASK 0x80000000 |
| 268 | |
Haavard Skinnemoen | d74084a | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 269 | int spi_cs_is_valid(unsigned int bus, unsigned int cs) |
| 270 | { |
| 271 | return bus == 0 && cs == 0; |
| 272 | } |
| 273 | |
| 274 | void spi_cs_activate(struct spi_slave *slave) |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 275 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 276 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 277 | |
Haavard Skinnemoen | d74084a | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 278 | iopd->dat &= ~SPI_CS_MASK; |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 279 | } |
| 280 | |
Haavard Skinnemoen | d74084a | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 281 | void spi_cs_deactivate(struct spi_slave *slave) |
| 282 | { |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 283 | volatile gpio83xx_t *iopd = &((immap_t *)CONFIG_SYS_IMMR)->gpio[0]; |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 284 | |
Haavard Skinnemoen | d74084a | 2008-05-16 11:10:31 +0200 | [diff] [blame] | 285 | iopd->dat |= SPI_CS_MASK; |
| 286 | } |
Jagan Teki | 5931fbb | 2018-11-24 14:31:12 +0530 | [diff] [blame] | 287 | #endif |
Ben Warren | 81362c1 | 2008-01-16 22:37:42 -0500 | [diff] [blame] | 288 | |
Kim Phillips | 2141681 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 289 | #if defined(CONFIG_OF_BOARD_SETUP) |
Simon Glass | 2aec3cc | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 290 | int ft_board_setup(void *blob, bd_t *bd) |
Kim Phillips | 774e1b5 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 291 | { |
Kim Phillips | 2141681 | 2007-08-15 22:30:33 -0500 | [diff] [blame] | 292 | ft_cpu_setup(blob, bd); |
| 293 | #ifdef CONFIG_PCI |
| 294 | ft_pci_setup(blob, bd); |
| 295 | #endif |
Simon Glass | 2aec3cc | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 296 | |
| 297 | return 0; |
Kim Phillips | 774e1b5 | 2006-11-01 00:10:40 -0600 | [diff] [blame] | 298 | } |
| 299 | #endif |