blob: 80ef8fdcb23baf885048ac90bded1d023c3328c9 [file] [log] [blame]
Tom Warren3f82b1d2011-01-27 10:58:05 +00001/*
2 * (C) Copyright 2010,2011
3 * NVIDIA Corporation <www.nvidia.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Warren3f82b1d2011-01-27 10:58:05 +00006 */
7
8#include <common.h>
Simon Glass0521f982014-11-10 17:16:51 -07009#include <dm.h>
Tom Warren3f82b1d2011-01-27 10:58:05 +000010#include <ns16550.h>
Jimmy Zhangc5b34a22012-04-10 05:17:06 +000011#include <linux/compiler.h>
Tom Warren3f82b1d2011-01-27 10:58:05 +000012#include <asm/io.h>
Simon Glassb4ba2be2011-08-30 06:23:13 +000013#include <asm/arch/clock.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000014#ifdef CONFIG_LCD
Simon Glass1b24a502012-10-17 13:24:52 +000015#include <asm/arch/display.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000016#endif
Lucas Stachc0720af2012-09-29 10:02:09 +000017#include <asm/arch/funcmux.h>
Tom Warren3f82b1d2011-01-27 10:58:05 +000018#include <asm/arch/pinmux.h>
Simon Glass87236262012-04-02 13:18:54 +000019#include <asm/arch/pmu.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000020#ifdef CONFIG_PWM_TEGRA
Simon Glasse1ae0d12012-10-17 13:24:49 +000021#include <asm/arch/pwm.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000022#endif
Tom Warren150c2492012-09-19 15:50:56 -070023#include <asm/arch/tegra.h>
Tom Warren150c2492012-09-19 15:50:56 -070024#include <asm/arch-tegra/board.h>
25#include <asm/arch-tegra/clk_rst.h>
26#include <asm/arch-tegra/pmc.h>
27#include <asm/arch-tegra/sys_proto.h>
28#include <asm/arch-tegra/uart.h>
29#include <asm/arch-tegra/warmboot.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000030#ifdef CONFIG_TEGRA_CLOCK_SCALING
31#include <asm/arch/emc.h>
32#endif
33#ifdef CONFIG_USB_EHCI_TEGRA
Lucas Stach7ae18f32013-02-07 07:16:29 +000034#include <asm/arch-tegra/usb.h>
Mateusz Zalega16297cf2013-10-04 19:22:26 +020035#include <usb.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000036#endif
Tom Warrenc9aa8312013-02-21 12:31:30 +000037#ifdef CONFIG_TEGRA_MMC
Tom Warren190be1f2013-02-26 12:26:55 -070038#include <asm/arch-tegra/tegra_mmc.h>
Tom Warrenc9aa8312013-02-21 12:31:30 +000039#include <asm/arch-tegra/mmc.h>
40#endif
Thierry Reding79c7a902014-12-09 22:25:09 -070041#include <asm/arch-tegra/xusb-padctl.h>
Simon Glasscb445fb2012-02-03 15:13:57 +000042#include <i2c.h>
Tom Warren6d6c0ba2012-12-11 13:34:17 +000043#include <spi.h>
Jimmy Zhangc5b34a22012-04-10 05:17:06 +000044#include "emc.h"
Tom Warren3f82b1d2011-01-27 10:58:05 +000045
46DECLARE_GLOBAL_DATA_PTR;
47
Simon Glass0521f982014-11-10 17:16:51 -070048#ifdef CONFIG_SPL_BUILD
49/* TODO(sjg@chromium.org): Remove once SPL supports device tree */
50U_BOOT_DEVICE(tegra_gpios) = {
51 "gpio_tegra"
52};
53#endif
54
Tom Warren29f3e3f2012-09-04 17:00:24 -070055const struct tegra_sysinfo sysinfo = {
56 CONFIG_TEGRA_BOARD_STRING
Tom Warren3f82b1d2011-01-27 10:58:05 +000057};
58
Jeroen Hofstee19d7bf32014-10-08 22:57:46 +020059__weak void pinmux_init(void) {}
60__weak void pin_mux_usb(void) {}
61__weak void pin_mux_spi(void) {}
62__weak void gpio_early_init_uart(void) {}
63__weak void pin_mux_display(void) {}
Lucas Stach0cd10c72012-09-25 20:21:14 +000064
Tom Warrendcd12512014-01-24 12:46:11 -070065#if defined(CONFIG_TEGRA_NAND)
Jeroen Hofstee19d7bf32014-10-08 22:57:46 +020066__weak void pin_mux_nand(void)
Lucas Stachc0720af2012-09-29 10:02:09 +000067{
68 funcmux_select(PERIPH_ID_NDFLASH, FUNCMUX_DEFAULT);
69}
Tom Warrendcd12512014-01-24 12:46:11 -070070#endif
Lucas Stachc0720af2012-09-29 10:02:09 +000071
Tom Warrenf4ef6662011-04-14 12:09:41 +000072/*
Wei Ni5aff0212012-04-02 13:18:58 +000073 * Routine: power_det_init
74 * Description: turn off power detects
75 */
76static void power_det_init(void)
77{
Allen Martin00a27492012-08-31 08:30:00 +000078#if defined(CONFIG_TEGRA20)
Tom Warren29f3e3f2012-09-04 17:00:24 -070079 struct pmc_ctlr *const pmc = (struct pmc_ctlr *)NV_PA_PMC_BASE;
Wei Ni5aff0212012-04-02 13:18:58 +000080
81 /* turn off power detects */
82 writel(0, &pmc->pmc_pwr_det_latch);
83 writel(0, &pmc->pmc_pwr_det);
84#endif
85}
86
87/*
Tom Warren3f82b1d2011-01-27 10:58:05 +000088 * Routine: board_init
89 * Description: Early hardware init.
90 */
91int board_init(void)
92{
Jimmy Zhangc5b34a22012-04-10 05:17:06 +000093 __maybe_unused int err;
94
Simon Glassa04eba92011-11-05 04:46:51 +000095 /* Do clocks and UART first so that printf() works */
Simon Glass4ed59e72011-09-21 12:40:04 +000096 clock_init();
97 clock_verify();
98
Simon Glassfda6fac2014-10-13 23:42:13 -060099#ifdef CONFIG_TEGRA_SPI
Stephen Warrene0284942012-06-12 08:33:40 +0000100 pin_mux_spi();
Tom Warren9112ef82011-11-05 09:48:11 +0000101#endif
Allen Martinb19f5742013-01-29 13:51:28 +0000102
Simon Glasse1ae0d12012-10-17 13:24:49 +0000103#ifdef CONFIG_PWM_TEGRA
104 if (pwm_init(gd->fdt_blob))
105 debug("%s: Failed to init pwm\n", __func__);
106#endif
Simon Glass1b24a502012-10-17 13:24:52 +0000107#ifdef CONFIG_LCD
Marc Dietrich716d9432012-11-25 11:26:11 +0000108 pin_mux_display();
Simon Glass1b24a502012-10-17 13:24:52 +0000109 tegra_lcd_check_next_stage(gd->fdt_blob, 0);
110#endif
Tom Warren3f82b1d2011-01-27 10:58:05 +0000111 /* boot param addr */
112 gd->bd->bi_boot_params = (NV_PA_SDRAM_BASE + 0x100);
Wei Ni5aff0212012-04-02 13:18:58 +0000113
114 power_det_init();
115
Simon Glass1f2ba722012-10-30 07:28:53 +0000116#ifdef CONFIG_SYS_I2C_TEGRA
Simon Glass87236262012-04-02 13:18:54 +0000117# ifdef CONFIG_TEGRA_PMU
118 if (pmu_set_nominal())
119 debug("Failed to select nominal voltages\n");
Jimmy Zhangc5b34a22012-04-10 05:17:06 +0000120# ifdef CONFIG_TEGRA_CLOCK_SCALING
121 err = board_emc_init();
122 if (err)
123 debug("Memory controller init failed: %d\n", err);
124# endif
125# endif /* CONFIG_TEGRA_PMU */
Simon Glass1f2ba722012-10-30 07:28:53 +0000126#endif /* CONFIG_SYS_I2C_TEGRA */
Tom Warren3f82b1d2011-01-27 10:58:05 +0000127
Simon Glassf10393e2012-02-27 10:52:50 +0000128#ifdef CONFIG_USB_EHCI_TEGRA
129 pin_mux_usb();
Mateusz Zalega16297cf2013-10-04 19:22:26 +0200130 usb_process_devicetree(gd->fdt_blob);
Simon Glassf10393e2012-02-27 10:52:50 +0000131#endif
Mateusz Zalega16297cf2013-10-04 19:22:26 +0200132
Simon Glass1b24a502012-10-17 13:24:52 +0000133#ifdef CONFIG_LCD
134 tegra_lcd_check_next_stage(gd->fdt_blob, 0);
135#endif
Simon Glassf10393e2012-02-27 10:52:50 +0000136
Lucas Stachc0720af2012-09-29 10:02:09 +0000137#ifdef CONFIG_TEGRA_NAND
138 pin_mux_nand();
139#endif
140
Thierry Reding79c7a902014-12-09 22:25:09 -0700141 tegra_xusb_padctl_init(gd->fdt_blob);
142
Tom Warren29f3e3f2012-09-04 17:00:24 -0700143#ifdef CONFIG_TEGRA_LP0
Allen Martina49716a2012-08-31 08:30:11 +0000144 /* save Sdram params to PMC 2, 4, and 24 for WB0 */
145 warmboot_save_sdram_params();
146
Simon Glass67ac5792012-04-02 13:18:57 +0000147 /* prepare the WB code to LP0 location */
148 warmboot_prepare_code(TEGRA_LP0_ADDR, TEGRA_LP0_SIZE);
149#endif
150
Tom Warren3f82b1d2011-01-27 10:58:05 +0000151 return 0;
152}
Tom Warren21ef6a12011-05-31 10:30:37 +0000153
Simon Glass3e00dbd2011-09-21 12:40:03 +0000154#ifdef CONFIG_BOARD_EARLY_INIT_F
Thierry Redingcb7a1cf2012-06-04 20:02:27 +0000155static void __gpio_early_init(void)
156{
157}
158
159void gpio_early_init(void) __attribute__((weak, alias("__gpio_early_init")));
160
Simon Glass3e00dbd2011-09-21 12:40:03 +0000161int board_early_init_f(void)
162{
Tom Warren6d6c0ba2012-12-11 13:34:17 +0000163 pinmux_init();
Simon Glassf46a9452011-11-28 15:04:40 +0000164 board_init_uart_f();
Simon Glass3e00dbd2011-09-21 12:40:03 +0000165
166 /* Initialize periph GPIOs */
Thierry Redingcb7a1cf2012-06-04 20:02:27 +0000167 gpio_early_init();
Simon Glassa04eba92011-11-05 04:46:51 +0000168 gpio_early_init_uart();
Simon Glass1b24a502012-10-17 13:24:52 +0000169#ifdef CONFIG_LCD
170 tegra_lcd_early_init(gd->fdt_blob);
171#endif
Lucas Stach0cd10c72012-09-25 20:21:14 +0000172
Simon Glass3e00dbd2011-09-21 12:40:03 +0000173 return 0;
174}
175#endif /* EARLY_INIT */
Simon Glass1b24a502012-10-17 13:24:52 +0000176
177int board_late_init(void)
178{
179#ifdef CONFIG_LCD
180 /* Make sure we finish initing the LCD */
181 tegra_lcd_check_next_stage(gd->fdt_blob, 1);
182#endif
183 return 0;
184}
Tom Warrenc9aa8312013-02-21 12:31:30 +0000185
186#if defined(CONFIG_TEGRA_MMC)
Jeroen Hofstee19d7bf32014-10-08 22:57:46 +0200187__weak void pin_mux_mmc(void)
Tom Warrenc9aa8312013-02-21 12:31:30 +0000188{
189}
190
Tom Warrenc9aa8312013-02-21 12:31:30 +0000191/* this is a weak define that we are overriding */
192int board_mmc_init(bd_t *bd)
193{
194 debug("%s called\n", __func__);
195
196 /* Enable muxes, etc. for SDMMC controllers */
197 pin_mux_mmc();
198
199 debug("%s: init MMC\n", __func__);
200 tegra_mmc_init();
201
202 return 0;
203}
Tom Warren190be1f2013-02-26 12:26:55 -0700204
205void pad_init_mmc(struct mmc_host *host)
206{
207#if defined(CONFIG_TEGRA30)
208 enum periph_id id = host->mmc_id;
209 u32 val;
210
211 debug("%s: sdmmc address = %08x, id = %d\n", __func__,
212 (unsigned int)host->reg, id);
213
214 /* Set the pad drive strength for SDMMC1 or 3 only */
215 if (id != PERIPH_ID_SDMMC1 && id != PERIPH_ID_SDMMC3) {
216 debug("%s: settings are only valid for SDMMC1/SDMMC3!\n",
217 __func__);
218 return;
219 }
220
221 val = readl(&host->reg->sdmemcmppadctl);
222 val &= 0xFFFFFFF0;
223 val |= MEMCOMP_PADCTRL_VREF;
224 writel(val, &host->reg->sdmemcmppadctl);
225
226 val = readl(&host->reg->autocalcfg);
227 val &= 0xFFFF0000;
228 val |= AUTO_CAL_PU_OFFSET | AUTO_CAL_PD_OFFSET | AUTO_CAL_ENABLED;
229 writel(val, &host->reg->autocalcfg);
230#endif /* T30 */
231}
232#endif /* MMC */