Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2010,2011 |
| 3 | * NVIDIA Corporation <www.nvidia.com> |
| 4 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include <common.h> |
| 9 | #include <ns16550.h> |
Jimmy Zhang | c5b34a2 | 2012-04-10 05:17:06 +0000 | [diff] [blame] | 10 | #include <linux/compiler.h> |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 11 | #include <asm/io.h> |
Simon Glass | b4ba2be | 2011-08-30 06:23:13 +0000 | [diff] [blame] | 12 | #include <asm/arch/clock.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 13 | #ifdef CONFIG_LCD |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 14 | #include <asm/arch/display.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 15 | #endif |
Lucas Stach | c0720af | 2012-09-29 10:02:09 +0000 | [diff] [blame] | 16 | #include <asm/arch/funcmux.h> |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 17 | #include <asm/arch/pinmux.h> |
Simon Glass | 8723626 | 2012-04-02 13:18:54 +0000 | [diff] [blame] | 18 | #include <asm/arch/pmu.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 19 | #ifdef CONFIG_PWM_TEGRA |
Simon Glass | e1ae0d1 | 2012-10-17 13:24:49 +0000 | [diff] [blame] | 20 | #include <asm/arch/pwm.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 21 | #endif |
Tom Warren | 150c249 | 2012-09-19 15:50:56 -0700 | [diff] [blame] | 22 | #include <asm/arch/tegra.h> |
Tom Warren | 150c249 | 2012-09-19 15:50:56 -0700 | [diff] [blame] | 23 | #include <asm/arch-tegra/board.h> |
| 24 | #include <asm/arch-tegra/clk_rst.h> |
| 25 | #include <asm/arch-tegra/pmc.h> |
| 26 | #include <asm/arch-tegra/sys_proto.h> |
| 27 | #include <asm/arch-tegra/uart.h> |
| 28 | #include <asm/arch-tegra/warmboot.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 29 | #ifdef CONFIG_TEGRA_CLOCK_SCALING |
| 30 | #include <asm/arch/emc.h> |
| 31 | #endif |
| 32 | #ifdef CONFIG_USB_EHCI_TEGRA |
Lucas Stach | 7ae18f3 | 2013-02-07 07:16:29 +0000 | [diff] [blame] | 33 | #include <asm/arch-tegra/usb.h> |
Jim Lin | 7e44d93 | 2013-06-21 19:05:47 +0800 | [diff] [blame] | 34 | #include <asm/arch/usb.h> |
Mateusz Zalega | 16297cf | 2013-10-04 19:22:26 +0200 | [diff] [blame] | 35 | #include <usb.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 36 | #endif |
Tom Warren | c9aa831 | 2013-02-21 12:31:30 +0000 | [diff] [blame] | 37 | #ifdef CONFIG_TEGRA_MMC |
Tom Warren | 190be1f | 2013-02-26 12:26:55 -0700 | [diff] [blame] | 38 | #include <asm/arch-tegra/tegra_mmc.h> |
Tom Warren | c9aa831 | 2013-02-21 12:31:30 +0000 | [diff] [blame] | 39 | #include <asm/arch-tegra/mmc.h> |
| 40 | #endif |
Simon Glass | cb445fb | 2012-02-03 15:13:57 +0000 | [diff] [blame] | 41 | #include <i2c.h> |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 42 | #include <spi.h> |
Jimmy Zhang | c5b34a2 | 2012-04-10 05:17:06 +0000 | [diff] [blame] | 43 | #include "emc.h" |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 44 | |
| 45 | DECLARE_GLOBAL_DATA_PTR; |
| 46 | |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 47 | const struct tegra_sysinfo sysinfo = { |
| 48 | CONFIG_TEGRA_BOARD_STRING |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 49 | }; |
| 50 | |
Allen Martin | 45ec5b2 | 2012-08-31 08:30:08 +0000 | [diff] [blame] | 51 | #ifndef CONFIG_SPL_BUILD |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 52 | /* |
| 53 | * Routine: timer_init |
| 54 | * Description: init the timestamp and lastinc value |
| 55 | */ |
| 56 | int timer_init(void) |
| 57 | { |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 58 | return 0; |
| 59 | } |
Allen Martin | 45ec5b2 | 2012-08-31 08:30:08 +0000 | [diff] [blame] | 60 | #endif |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 61 | |
Simon Glass | f10393e | 2012-02-27 10:52:50 +0000 | [diff] [blame] | 62 | void __pin_mux_usb(void) |
| 63 | { |
| 64 | } |
| 65 | |
| 66 | void pin_mux_usb(void) __attribute__((weak, alias("__pin_mux_usb"))); |
| 67 | |
Stephen Warren | e028494 | 2012-06-12 08:33:40 +0000 | [diff] [blame] | 68 | void __pin_mux_spi(void) |
| 69 | { |
| 70 | } |
| 71 | |
| 72 | void pin_mux_spi(void) __attribute__((weak, alias("__pin_mux_spi"))); |
| 73 | |
Lucas Stach | 0cd10c7 | 2012-09-25 20:21:14 +0000 | [diff] [blame] | 74 | void __gpio_early_init_uart(void) |
| 75 | { |
| 76 | } |
| 77 | |
| 78 | void gpio_early_init_uart(void) |
| 79 | __attribute__((weak, alias("__gpio_early_init_uart"))); |
| 80 | |
Lucas Stach | c0720af | 2012-09-29 10:02:09 +0000 | [diff] [blame] | 81 | void __pin_mux_nand(void) |
| 82 | { |
| 83 | funcmux_select(PERIPH_ID_NDFLASH, FUNCMUX_DEFAULT); |
| 84 | } |
| 85 | |
| 86 | void pin_mux_nand(void) __attribute__((weak, alias("__pin_mux_nand"))); |
| 87 | |
Marc Dietrich | 716d943 | 2012-11-25 11:26:11 +0000 | [diff] [blame] | 88 | void __pin_mux_display(void) |
| 89 | { |
| 90 | } |
| 91 | |
| 92 | void pin_mux_display(void) __attribute__((weak, alias("__pin_mux_display"))); |
| 93 | |
Tom Warren | f4ef666 | 2011-04-14 12:09:41 +0000 | [diff] [blame] | 94 | /* |
Wei Ni | 5aff021 | 2012-04-02 13:18:58 +0000 | [diff] [blame] | 95 | * Routine: power_det_init |
| 96 | * Description: turn off power detects |
| 97 | */ |
| 98 | static void power_det_init(void) |
| 99 | { |
Allen Martin | 00a2749 | 2012-08-31 08:30:00 +0000 | [diff] [blame] | 100 | #if defined(CONFIG_TEGRA20) |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 101 | struct pmc_ctlr *const pmc = (struct pmc_ctlr *)NV_PA_PMC_BASE; |
Wei Ni | 5aff021 | 2012-04-02 13:18:58 +0000 | [diff] [blame] | 102 | |
| 103 | /* turn off power detects */ |
| 104 | writel(0, &pmc->pmc_pwr_det_latch); |
| 105 | writel(0, &pmc->pmc_pwr_det); |
| 106 | #endif |
| 107 | } |
| 108 | |
| 109 | /* |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 110 | * Routine: board_init |
| 111 | * Description: Early hardware init. |
| 112 | */ |
| 113 | int board_init(void) |
| 114 | { |
Jimmy Zhang | c5b34a2 | 2012-04-10 05:17:06 +0000 | [diff] [blame] | 115 | __maybe_unused int err; |
| 116 | |
Simon Glass | a04eba9 | 2011-11-05 04:46:51 +0000 | [diff] [blame] | 117 | /* Do clocks and UART first so that printf() works */ |
Simon Glass | 4ed59e7 | 2011-09-21 12:40:04 +0000 | [diff] [blame] | 118 | clock_init(); |
| 119 | clock_verify(); |
| 120 | |
Allen Martin | 78f47b7 | 2013-03-16 18:58:07 +0000 | [diff] [blame] | 121 | #ifdef CONFIG_FDT_SPI |
Stephen Warren | e028494 | 2012-06-12 08:33:40 +0000 | [diff] [blame] | 122 | pin_mux_spi(); |
Tom Warren | 9112ef8 | 2011-11-05 09:48:11 +0000 | [diff] [blame] | 123 | spi_init(); |
| 124 | #endif |
Allen Martin | b19f574 | 2013-01-29 13:51:28 +0000 | [diff] [blame] | 125 | |
Simon Glass | e1ae0d1 | 2012-10-17 13:24:49 +0000 | [diff] [blame] | 126 | #ifdef CONFIG_PWM_TEGRA |
| 127 | if (pwm_init(gd->fdt_blob)) |
| 128 | debug("%s: Failed to init pwm\n", __func__); |
| 129 | #endif |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 130 | #ifdef CONFIG_LCD |
Marc Dietrich | 716d943 | 2012-11-25 11:26:11 +0000 | [diff] [blame] | 131 | pin_mux_display(); |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 132 | tegra_lcd_check_next_stage(gd->fdt_blob, 0); |
| 133 | #endif |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 134 | /* boot param addr */ |
| 135 | gd->bd->bi_boot_params = (NV_PA_SDRAM_BASE + 0x100); |
Wei Ni | 5aff021 | 2012-04-02 13:18:58 +0000 | [diff] [blame] | 136 | |
| 137 | power_det_init(); |
| 138 | |
Simon Glass | 1f2ba72 | 2012-10-30 07:28:53 +0000 | [diff] [blame] | 139 | #ifdef CONFIG_SYS_I2C_TEGRA |
Simon Glass | cb445fb | 2012-02-03 15:13:57 +0000 | [diff] [blame] | 140 | #ifndef CONFIG_SYS_I2C_INIT_BOARD |
| 141 | #error "You must define CONFIG_SYS_I2C_INIT_BOARD to use i2c on Nvidia boards" |
| 142 | #endif |
| 143 | i2c_init_board(); |
Simon Glass | 8723626 | 2012-04-02 13:18:54 +0000 | [diff] [blame] | 144 | # ifdef CONFIG_TEGRA_PMU |
| 145 | if (pmu_set_nominal()) |
| 146 | debug("Failed to select nominal voltages\n"); |
Jimmy Zhang | c5b34a2 | 2012-04-10 05:17:06 +0000 | [diff] [blame] | 147 | # ifdef CONFIG_TEGRA_CLOCK_SCALING |
| 148 | err = board_emc_init(); |
| 149 | if (err) |
| 150 | debug("Memory controller init failed: %d\n", err); |
| 151 | # endif |
| 152 | # endif /* CONFIG_TEGRA_PMU */ |
Simon Glass | 1f2ba72 | 2012-10-30 07:28:53 +0000 | [diff] [blame] | 153 | #endif /* CONFIG_SYS_I2C_TEGRA */ |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 154 | |
Simon Glass | f10393e | 2012-02-27 10:52:50 +0000 | [diff] [blame] | 155 | #ifdef CONFIG_USB_EHCI_TEGRA |
| 156 | pin_mux_usb(); |
Mateusz Zalega | 16297cf | 2013-10-04 19:22:26 +0200 | [diff] [blame] | 157 | usb_process_devicetree(gd->fdt_blob); |
Simon Glass | f10393e | 2012-02-27 10:52:50 +0000 | [diff] [blame] | 158 | #endif |
Mateusz Zalega | 16297cf | 2013-10-04 19:22:26 +0200 | [diff] [blame] | 159 | |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 160 | #ifdef CONFIG_LCD |
| 161 | tegra_lcd_check_next_stage(gd->fdt_blob, 0); |
| 162 | #endif |
Simon Glass | f10393e | 2012-02-27 10:52:50 +0000 | [diff] [blame] | 163 | |
Lucas Stach | c0720af | 2012-09-29 10:02:09 +0000 | [diff] [blame] | 164 | #ifdef CONFIG_TEGRA_NAND |
| 165 | pin_mux_nand(); |
| 166 | #endif |
| 167 | |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 168 | #ifdef CONFIG_TEGRA_LP0 |
Allen Martin | a49716a | 2012-08-31 08:30:11 +0000 | [diff] [blame] | 169 | /* save Sdram params to PMC 2, 4, and 24 for WB0 */ |
| 170 | warmboot_save_sdram_params(); |
| 171 | |
Simon Glass | 67ac579 | 2012-04-02 13:18:57 +0000 | [diff] [blame] | 172 | /* prepare the WB code to LP0 location */ |
| 173 | warmboot_prepare_code(TEGRA_LP0_ADDR, TEGRA_LP0_SIZE); |
| 174 | #endif |
| 175 | |
Tom Warren | 3f82b1d | 2011-01-27 10:58:05 +0000 | [diff] [blame] | 176 | return 0; |
| 177 | } |
Tom Warren | 21ef6a1 | 2011-05-31 10:30:37 +0000 | [diff] [blame] | 178 | |
Simon Glass | 3e00dbd | 2011-09-21 12:40:03 +0000 | [diff] [blame] | 179 | #ifdef CONFIG_BOARD_EARLY_INIT_F |
Thierry Reding | cb7a1cf | 2012-06-04 20:02:27 +0000 | [diff] [blame] | 180 | static void __gpio_early_init(void) |
| 181 | { |
| 182 | } |
| 183 | |
| 184 | void gpio_early_init(void) __attribute__((weak, alias("__gpio_early_init"))); |
| 185 | |
Simon Glass | 3e00dbd | 2011-09-21 12:40:03 +0000 | [diff] [blame] | 186 | int board_early_init_f(void) |
| 187 | { |
Tom Warren | 9482919 | 2013-01-28 13:32:12 +0000 | [diff] [blame] | 188 | #if !defined(CONFIG_TEGRA20) |
Tom Warren | 6d6c0ba | 2012-12-11 13:34:17 +0000 | [diff] [blame] | 189 | pinmux_init(); |
| 190 | #endif |
Simon Glass | f46a945 | 2011-11-28 15:04:40 +0000 | [diff] [blame] | 191 | board_init_uart_f(); |
Simon Glass | 3e00dbd | 2011-09-21 12:40:03 +0000 | [diff] [blame] | 192 | |
| 193 | /* Initialize periph GPIOs */ |
Thierry Reding | cb7a1cf | 2012-06-04 20:02:27 +0000 | [diff] [blame] | 194 | gpio_early_init(); |
Simon Glass | a04eba9 | 2011-11-05 04:46:51 +0000 | [diff] [blame] | 195 | gpio_early_init_uart(); |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 196 | #ifdef CONFIG_LCD |
| 197 | tegra_lcd_early_init(gd->fdt_blob); |
| 198 | #endif |
Lucas Stach | 0cd10c7 | 2012-09-25 20:21:14 +0000 | [diff] [blame] | 199 | |
Simon Glass | 3e00dbd | 2011-09-21 12:40:03 +0000 | [diff] [blame] | 200 | return 0; |
| 201 | } |
| 202 | #endif /* EARLY_INIT */ |
Simon Glass | 1b24a50 | 2012-10-17 13:24:52 +0000 | [diff] [blame] | 203 | |
| 204 | int board_late_init(void) |
| 205 | { |
| 206 | #ifdef CONFIG_LCD |
| 207 | /* Make sure we finish initing the LCD */ |
| 208 | tegra_lcd_check_next_stage(gd->fdt_blob, 1); |
| 209 | #endif |
| 210 | return 0; |
| 211 | } |
Tom Warren | c9aa831 | 2013-02-21 12:31:30 +0000 | [diff] [blame] | 212 | |
| 213 | #if defined(CONFIG_TEGRA_MMC) |
| 214 | void __pin_mux_mmc(void) |
| 215 | { |
| 216 | } |
| 217 | |
| 218 | void pin_mux_mmc(void) __attribute__((weak, alias("__pin_mux_mmc"))); |
| 219 | |
| 220 | /* this is a weak define that we are overriding */ |
| 221 | int board_mmc_init(bd_t *bd) |
| 222 | { |
| 223 | debug("%s called\n", __func__); |
| 224 | |
| 225 | /* Enable muxes, etc. for SDMMC controllers */ |
| 226 | pin_mux_mmc(); |
| 227 | |
| 228 | debug("%s: init MMC\n", __func__); |
| 229 | tegra_mmc_init(); |
| 230 | |
| 231 | return 0; |
| 232 | } |
Tom Warren | 190be1f | 2013-02-26 12:26:55 -0700 | [diff] [blame] | 233 | |
| 234 | void pad_init_mmc(struct mmc_host *host) |
| 235 | { |
| 236 | #if defined(CONFIG_TEGRA30) |
| 237 | enum periph_id id = host->mmc_id; |
| 238 | u32 val; |
| 239 | |
| 240 | debug("%s: sdmmc address = %08x, id = %d\n", __func__, |
| 241 | (unsigned int)host->reg, id); |
| 242 | |
| 243 | /* Set the pad drive strength for SDMMC1 or 3 only */ |
| 244 | if (id != PERIPH_ID_SDMMC1 && id != PERIPH_ID_SDMMC3) { |
| 245 | debug("%s: settings are only valid for SDMMC1/SDMMC3!\n", |
| 246 | __func__); |
| 247 | return; |
| 248 | } |
| 249 | |
| 250 | val = readl(&host->reg->sdmemcmppadctl); |
| 251 | val &= 0xFFFFFFF0; |
| 252 | val |= MEMCOMP_PADCTRL_VREF; |
| 253 | writel(val, &host->reg->sdmemcmppadctl); |
| 254 | |
| 255 | val = readl(&host->reg->autocalcfg); |
| 256 | val &= 0xFFFF0000; |
| 257 | val |= AUTO_CAL_PU_OFFSET | AUTO_CAL_PD_OFFSET | AUTO_CAL_ENABLED; |
| 258 | writel(val, &host->reg->autocalcfg); |
| 259 | #endif /* T30 */ |
| 260 | } |
| 261 | #endif /* MMC */ |