blob: 2829b963b0e9777c7a9a8e6c442ca52469621ebc [file] [log] [blame]
Thierry Reding412c7582014-12-09 22:25:12 -07001/*
2 * Copyright (c) 2010, CompuLab, Ltd.
3 * Author: Mike Rapoport <mike@compulab.co.il>
4 *
5 * Based on NVIDIA PCIe driver
6 * Copyright (c) 2008-2009, NVIDIA Corporation.
7 *
8 * Copyright (c) 2013-2014, NVIDIA Corporation.
9 *
10 * SPDX-License-Identifier: GPL-2.0
11 */
12
Thierry Reding412c7582014-12-09 22:25:12 -070013#define pr_fmt(fmt) "tegra-pcie: " fmt
14
15#include <common.h>
Stephen Warren86f6a942016-08-05 16:10:34 -060016#include <clk.h>
Simon Glass46fcfc12015-11-19 20:27:02 -070017#include <dm.h>
Thierry Reding412c7582014-12-09 22:25:12 -070018#include <errno.h>
Thierry Reding412c7582014-12-09 22:25:12 -070019#include <malloc.h>
20#include <pci.h>
Stephen Warren86f6a942016-08-05 16:10:34 -060021#include <power-domain.h>
22#include <reset.h>
Thierry Reding412c7582014-12-09 22:25:12 -070023
24#include <asm/io.h>
25#include <asm/gpio.h>
26
Simon Glasse6a30e02017-07-25 08:30:09 -060027#include <linux/ioport.h>
Stephen Warren86f6a942016-08-05 16:10:34 -060028#include <linux/list.h>
29
30#ifndef CONFIG_TEGRA186
Thierry Reding412c7582014-12-09 22:25:12 -070031#include <asm/arch/clock.h>
32#include <asm/arch/powergate.h>
33#include <asm/arch-tegra/xusb-padctl.h>
Thierry Reding412c7582014-12-09 22:25:12 -070034#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
Stephen Warren86f6a942016-08-05 16:10:34 -060035#endif
36
37/*
38 * FIXME: TODO: This driver contains a number of ifdef CONFIG_TEGRA186 that
39 * should not be present. These are needed because newer Tegra SoCs support
40 * only the standard clock/reset APIs, whereas older Tegra SoCs support only
41 * a custom Tegra-specific API. ASAP the older Tegra SoCs' code should be
42 * fixed to implement the standard APIs, and all drivers converted to solely
43 * use the new standard APIs, with no ifdefs.
44 */
Thierry Reding412c7582014-12-09 22:25:12 -070045
Thierry Reding412c7582014-12-09 22:25:12 -070046#define AFI_AXI_BAR0_SZ 0x00
47#define AFI_AXI_BAR1_SZ 0x04
48#define AFI_AXI_BAR2_SZ 0x08
49#define AFI_AXI_BAR3_SZ 0x0c
50#define AFI_AXI_BAR4_SZ 0x10
51#define AFI_AXI_BAR5_SZ 0x14
52
53#define AFI_AXI_BAR0_START 0x18
54#define AFI_AXI_BAR1_START 0x1c
55#define AFI_AXI_BAR2_START 0x20
56#define AFI_AXI_BAR3_START 0x24
57#define AFI_AXI_BAR4_START 0x28
58#define AFI_AXI_BAR5_START 0x2c
59
60#define AFI_FPCI_BAR0 0x30
61#define AFI_FPCI_BAR1 0x34
62#define AFI_FPCI_BAR2 0x38
63#define AFI_FPCI_BAR3 0x3c
64#define AFI_FPCI_BAR4 0x40
65#define AFI_FPCI_BAR5 0x44
66
67#define AFI_CACHE_BAR0_SZ 0x48
68#define AFI_CACHE_BAR0_ST 0x4c
69#define AFI_CACHE_BAR1_SZ 0x50
70#define AFI_CACHE_BAR1_ST 0x54
71
72#define AFI_MSI_BAR_SZ 0x60
73#define AFI_MSI_FPCI_BAR_ST 0x64
74#define AFI_MSI_AXI_BAR_ST 0x68
75
76#define AFI_CONFIGURATION 0xac
77#define AFI_CONFIGURATION_EN_FPCI (1 << 0)
78
79#define AFI_FPCI_ERROR_MASKS 0xb0
80
81#define AFI_INTR_MASK 0xb4
82#define AFI_INTR_MASK_INT_MASK (1 << 0)
83#define AFI_INTR_MASK_MSI_MASK (1 << 8)
84
85#define AFI_SM_INTR_ENABLE 0xc4
86#define AFI_SM_INTR_INTA_ASSERT (1 << 0)
87#define AFI_SM_INTR_INTB_ASSERT (1 << 1)
88#define AFI_SM_INTR_INTC_ASSERT (1 << 2)
89#define AFI_SM_INTR_INTD_ASSERT (1 << 3)
90#define AFI_SM_INTR_INTA_DEASSERT (1 << 4)
91#define AFI_SM_INTR_INTB_DEASSERT (1 << 5)
92#define AFI_SM_INTR_INTC_DEASSERT (1 << 6)
93#define AFI_SM_INTR_INTD_DEASSERT (1 << 7)
94
95#define AFI_AFI_INTR_ENABLE 0xc8
96#define AFI_INTR_EN_INI_SLVERR (1 << 0)
97#define AFI_INTR_EN_INI_DECERR (1 << 1)
98#define AFI_INTR_EN_TGT_SLVERR (1 << 2)
99#define AFI_INTR_EN_TGT_DECERR (1 << 3)
100#define AFI_INTR_EN_TGT_WRERR (1 << 4)
101#define AFI_INTR_EN_DFPCI_DECERR (1 << 5)
102#define AFI_INTR_EN_AXI_DECERR (1 << 6)
103#define AFI_INTR_EN_FPCI_TIMEOUT (1 << 7)
104#define AFI_INTR_EN_PRSNT_SENSE (1 << 8)
105
106#define AFI_PCIE_CONFIG 0x0f8
107#define AFI_PCIE_CONFIG_PCIE_DISABLE(x) (1 << ((x) + 1))
108#define AFI_PCIE_CONFIG_PCIE_DISABLE_ALL 0xe
109#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_MASK (0xf << 20)
110#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_SINGLE (0x0 << 20)
111#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_420 (0x0 << 20)
112#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_X2_X1 (0x0 << 20)
113#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_DUAL (0x1 << 20)
114#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_222 (0x1 << 20)
115#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_X4_X1 (0x1 << 20)
116#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_411 (0x2 << 20)
Stephen Warren86f6a942016-08-05 16:10:34 -0600117#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_401 (0x0 << 20)
118#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_211 (0x1 << 20)
119#define AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_111 (0x2 << 20)
Thierry Reding412c7582014-12-09 22:25:12 -0700120
121#define AFI_FUSE 0x104
122#define AFI_FUSE_PCIE_T0_GEN2_DIS (1 << 2)
123
124#define AFI_PEX0_CTRL 0x110
125#define AFI_PEX1_CTRL 0x118
126#define AFI_PEX2_CTRL 0x128
Stephen Warren86f6a942016-08-05 16:10:34 -0600127#define AFI_PEX2_CTRL_T186 0x19c
Thierry Reding412c7582014-12-09 22:25:12 -0700128#define AFI_PEX_CTRL_RST (1 << 0)
129#define AFI_PEX_CTRL_CLKREQ_EN (1 << 1)
130#define AFI_PEX_CTRL_REFCLK_EN (1 << 3)
131#define AFI_PEX_CTRL_OVERRIDE_EN (1 << 4)
132
133#define AFI_PLLE_CONTROL 0x160
134#define AFI_PLLE_CONTROL_BYPASS_PADS2PLLE_CONTROL (1 << 9)
135#define AFI_PLLE_CONTROL_PADS2PLLE_CONTROL_EN (1 << 1)
136
137#define AFI_PEXBIAS_CTRL_0 0x168
138
139#define PADS_CTL_SEL 0x0000009C
140
141#define PADS_CTL 0x000000A0
142#define PADS_CTL_IDDQ_1L (1 << 0)
143#define PADS_CTL_TX_DATA_EN_1L (1 << 6)
144#define PADS_CTL_RX_DATA_EN_1L (1 << 10)
145
146#define PADS_PLL_CTL_TEGRA20 0x000000B8
147#define PADS_PLL_CTL_TEGRA30 0x000000B4
148#define PADS_PLL_CTL_RST_B4SM (0x1 << 1)
149#define PADS_PLL_CTL_LOCKDET (0x1 << 8)
150#define PADS_PLL_CTL_REFCLK_MASK (0x3 << 16)
151#define PADS_PLL_CTL_REFCLK_INTERNAL_CML (0x0 << 16)
152#define PADS_PLL_CTL_REFCLK_INTERNAL_CMOS (0x1 << 16)
153#define PADS_PLL_CTL_REFCLK_EXTERNAL (0x2 << 16)
154#define PADS_PLL_CTL_TXCLKREF_MASK (0x1 << 20)
155#define PADS_PLL_CTL_TXCLKREF_DIV10 (0x0 << 20)
156#define PADS_PLL_CTL_TXCLKREF_DIV5 (0x1 << 20)
157#define PADS_PLL_CTL_TXCLKREF_BUF_EN (0x1 << 22)
158
159#define PADS_REFCLK_CFG0 0x000000C8
160#define PADS_REFCLK_CFG1 0x000000CC
161
162/*
163 * Fields in PADS_REFCLK_CFG*. Those registers form an array of 16-bit
164 * entries, one entry per PCIe port. These field definitions and desired
165 * values aren't in the TRM, but do come from NVIDIA.
166 */
167#define PADS_REFCLK_CFG_TERM_SHIFT 2 /* 6:2 */
168#define PADS_REFCLK_CFG_E_TERM_SHIFT 7
169#define PADS_REFCLK_CFG_PREDI_SHIFT 8 /* 11:8 */
170#define PADS_REFCLK_CFG_DRVI_SHIFT 12 /* 15:12 */
171
Thierry Reding412c7582014-12-09 22:25:12 -0700172#define RP_VEND_XP 0x00000F00
173#define RP_VEND_XP_DL_UP (1 << 30)
174
Stephen Warrene3553be2015-10-05 17:00:42 -0600175#define RP_VEND_CTL2 0x00000FA8
176#define RP_VEND_CTL2_PCA_ENABLE (1 << 7)
177
Thierry Reding412c7582014-12-09 22:25:12 -0700178#define RP_PRIV_MISC 0x00000FE0
179#define RP_PRIV_MISC_PRSNT_MAP_EP_PRSNT (0xE << 0)
180#define RP_PRIV_MISC_PRSNT_MAP_EP_ABSNT (0xF << 0)
181
182#define RP_LINK_CONTROL_STATUS 0x00000090
183#define RP_LINK_CONTROL_STATUS_DL_LINK_ACTIVE 0x20000000
184#define RP_LINK_CONTROL_STATUS_LINKSTAT_MASK 0x3fff0000
185
Simon Glass46fcfc12015-11-19 20:27:02 -0700186enum tegra_pci_id {
187 TEGRA20_PCIE,
188 TEGRA30_PCIE,
189 TEGRA124_PCIE,
190 TEGRA210_PCIE,
Stephen Warren86f6a942016-08-05 16:10:34 -0600191 TEGRA186_PCIE,
Simon Glass46fcfc12015-11-19 20:27:02 -0700192};
Thierry Reding412c7582014-12-09 22:25:12 -0700193
194struct tegra_pcie_port {
195 struct tegra_pcie *pcie;
196
197 struct fdt_resource regs;
198 unsigned int num_lanes;
199 unsigned int index;
200
201 struct list_head list;
202};
203
204struct tegra_pcie_soc {
205 unsigned int num_ports;
206 unsigned long pads_pll_ctl;
207 unsigned long tx_ref_sel;
Stephen Warren86f6a942016-08-05 16:10:34 -0600208 unsigned long afi_pex2_ctrl;
Stephen Warrend132c472016-06-21 12:47:51 -0600209 u32 pads_refclk_cfg0;
210 u32 pads_refclk_cfg1;
Thierry Reding412c7582014-12-09 22:25:12 -0700211 bool has_pex_clkreq_en;
212 bool has_pex_bias_ctrl;
213 bool has_cml_clk;
214 bool has_gen2;
Stephen Warrene3553be2015-10-05 17:00:42 -0600215 bool force_pca_enable;
Thierry Reding412c7582014-12-09 22:25:12 -0700216};
217
218struct tegra_pcie {
Simon Glasse6a30e02017-07-25 08:30:09 -0600219 struct resource pads;
220 struct resource afi;
221 struct resource cs;
Thierry Reding412c7582014-12-09 22:25:12 -0700222
Thierry Reding412c7582014-12-09 22:25:12 -0700223 struct list_head ports;
224 unsigned long xbar;
225
226 const struct tegra_pcie_soc *soc;
Stephen Warren86f6a942016-08-05 16:10:34 -0600227
228#ifdef CONFIG_TEGRA186
229 struct clk clk_afi;
230 struct clk clk_pex;
231 struct reset_ctl reset_afi;
232 struct reset_ctl reset_pex;
233 struct reset_ctl reset_pcie_x;
234 struct power_domain pwrdom;
235#else
Thierry Reding412c7582014-12-09 22:25:12 -0700236 struct tegra_xusb_phy *phy;
Stephen Warren86f6a942016-08-05 16:10:34 -0600237#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700238};
239
Thierry Reding412c7582014-12-09 22:25:12 -0700240static void afi_writel(struct tegra_pcie *pcie, unsigned long value,
241 unsigned long offset)
242{
243 writel(value, pcie->afi.start + offset);
244}
245
246static unsigned long afi_readl(struct tegra_pcie *pcie, unsigned long offset)
247{
248 return readl(pcie->afi.start + offset);
249}
250
251static void pads_writel(struct tegra_pcie *pcie, unsigned long value,
252 unsigned long offset)
253{
254 writel(value, pcie->pads.start + offset);
255}
256
Stephen Warren86f6a942016-08-05 16:10:34 -0600257#ifndef CONFIG_TEGRA186
Thierry Reding412c7582014-12-09 22:25:12 -0700258static unsigned long pads_readl(struct tegra_pcie *pcie, unsigned long offset)
259{
260 return readl(pcie->pads.start + offset);
261}
Stephen Warren86f6a942016-08-05 16:10:34 -0600262#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700263
264static unsigned long rp_readl(struct tegra_pcie_port *port,
265 unsigned long offset)
266{
267 return readl(port->regs.start + offset);
268}
269
270static void rp_writel(struct tegra_pcie_port *port, unsigned long value,
271 unsigned long offset)
272{
273 writel(value, port->regs.start + offset);
274}
275
276static unsigned long tegra_pcie_conf_offset(pci_dev_t bdf, int where)
277{
278 return ((where & 0xf00) << 16) | (PCI_BUS(bdf) << 16) |
279 (PCI_DEV(bdf) << 11) | (PCI_FUNC(bdf) << 8) |
280 (where & 0xfc);
281}
282
283static int tegra_pcie_conf_address(struct tegra_pcie *pcie, pci_dev_t bdf,
284 int where, unsigned long *address)
285{
286 unsigned int bus = PCI_BUS(bdf);
287
288 if (bus == 0) {
289 unsigned int dev = PCI_DEV(bdf);
290 struct tegra_pcie_port *port;
291
292 list_for_each_entry(port, &pcie->ports, list) {
293 if (port->index + 1 == dev) {
294 *address = port->regs.start + (where & ~3);
295 return 0;
296 }
297 }
Stephen Warrenbbe71b22016-04-20 15:46:50 -0600298 return -EFAULT;
Thierry Reding412c7582014-12-09 22:25:12 -0700299 } else {
Stephen Warrenbbe71b22016-04-20 15:46:50 -0600300#ifdef CONFIG_TEGRA20
301 unsigned int dev = PCI_DEV(bdf);
302 if (dev != 0)
303 return -EFAULT;
304#endif
305
Thierry Reding412c7582014-12-09 22:25:12 -0700306 *address = pcie->cs.start + tegra_pcie_conf_offset(bdf, where);
307 return 0;
308 }
Thierry Reding412c7582014-12-09 22:25:12 -0700309}
310
Simon Glass46fcfc12015-11-19 20:27:02 -0700311static int pci_tegra_read_config(struct udevice *bus, pci_dev_t bdf,
312 uint offset, ulong *valuep,
313 enum pci_size_t size)
Thierry Reding412c7582014-12-09 22:25:12 -0700314{
Simon Glass46fcfc12015-11-19 20:27:02 -0700315 struct tegra_pcie *pcie = dev_get_priv(bus);
316 unsigned long address, value;
Thierry Reding412c7582014-12-09 22:25:12 -0700317 int err;
318
Simon Glass46fcfc12015-11-19 20:27:02 -0700319 err = tegra_pcie_conf_address(pcie, bdf, offset, &address);
Thierry Reding412c7582014-12-09 22:25:12 -0700320 if (err < 0) {
Simon Glass46fcfc12015-11-19 20:27:02 -0700321 value = 0xffffffff;
322 goto done;
Thierry Reding412c7582014-12-09 22:25:12 -0700323 }
324
Simon Glass46fcfc12015-11-19 20:27:02 -0700325 value = readl(address);
Thierry Reding412c7582014-12-09 22:25:12 -0700326
Stephen Warrenbbe71b22016-04-20 15:46:50 -0600327#ifdef CONFIG_TEGRA20
Thierry Reding412c7582014-12-09 22:25:12 -0700328 /* fixup root port class */
329 if (PCI_BUS(bdf) == 0) {
Stephen Warrenbbe71b22016-04-20 15:46:50 -0600330 if ((offset & ~3) == PCI_CLASS_REVISION) {
Simon Glass46fcfc12015-11-19 20:27:02 -0700331 value &= ~0x00ff0000;
332 value |= PCI_CLASS_BRIDGE_PCI << 16;
Thierry Reding412c7582014-12-09 22:25:12 -0700333 }
334 }
Stephen Warrenbbe71b22016-04-20 15:46:50 -0600335#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700336
Simon Glass46fcfc12015-11-19 20:27:02 -0700337done:
338 *valuep = pci_conv_32_to_size(value, offset, size);
339
Thierry Reding412c7582014-12-09 22:25:12 -0700340 return 0;
341}
342
Simon Glass46fcfc12015-11-19 20:27:02 -0700343static int pci_tegra_write_config(struct udevice *bus, pci_dev_t bdf,
344 uint offset, ulong value,
345 enum pci_size_t size)
Thierry Reding412c7582014-12-09 22:25:12 -0700346{
Simon Glass46fcfc12015-11-19 20:27:02 -0700347 struct tegra_pcie *pcie = dev_get_priv(bus);
Thierry Reding412c7582014-12-09 22:25:12 -0700348 unsigned long address;
Simon Glass46fcfc12015-11-19 20:27:02 -0700349 ulong old;
Thierry Reding412c7582014-12-09 22:25:12 -0700350 int err;
351
Simon Glass46fcfc12015-11-19 20:27:02 -0700352 err = tegra_pcie_conf_address(pcie, bdf, offset, &address);
Thierry Reding412c7582014-12-09 22:25:12 -0700353 if (err < 0)
Simon Glass46fcfc12015-11-19 20:27:02 -0700354 return 0;
Thierry Reding412c7582014-12-09 22:25:12 -0700355
Simon Glass46fcfc12015-11-19 20:27:02 -0700356 old = readl(address);
357 value = pci_conv_size_to_32(old, value, offset, size);
Thierry Reding412c7582014-12-09 22:25:12 -0700358 writel(value, address);
359
360 return 0;
361}
362
Simon Glasse6a30e02017-07-25 08:30:09 -0600363static int tegra_pcie_port_parse_dt(ofnode node, struct tegra_pcie_port *port)
Thierry Reding412c7582014-12-09 22:25:12 -0700364{
365 const u32 *addr;
366 int len;
367
Simon Glasse6a30e02017-07-25 08:30:09 -0600368 addr = ofnode_get_property(node, "assigned-addresses", &len);
Thierry Reding412c7582014-12-09 22:25:12 -0700369 if (!addr) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900370 pr_err("property \"assigned-addresses\" not found");
Thierry Reding412c7582014-12-09 22:25:12 -0700371 return -FDT_ERR_NOTFOUND;
372 }
373
374 port->regs.start = fdt32_to_cpu(addr[2]);
375 port->regs.end = port->regs.start + fdt32_to_cpu(addr[4]);
376
377 return 0;
378}
379
Simon Glasse6a30e02017-07-25 08:30:09 -0600380static int tegra_pcie_get_xbar_config(ofnode node, u32 lanes,
Simon Glass46fcfc12015-11-19 20:27:02 -0700381 enum tegra_pci_id id, unsigned long *xbar)
Thierry Reding412c7582014-12-09 22:25:12 -0700382{
Thierry Reding412c7582014-12-09 22:25:12 -0700383 switch (id) {
Simon Glass46fcfc12015-11-19 20:27:02 -0700384 case TEGRA20_PCIE:
Thierry Reding412c7582014-12-09 22:25:12 -0700385 switch (lanes) {
386 case 0x00000004:
387 debug("single-mode configuration\n");
388 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_SINGLE;
389 return 0;
390
391 case 0x00000202:
392 debug("dual-mode configuration\n");
393 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_DUAL;
394 return 0;
395 }
396 break;
Simon Glass46fcfc12015-11-19 20:27:02 -0700397 case TEGRA30_PCIE:
Thierry Reding412c7582014-12-09 22:25:12 -0700398 switch (lanes) {
399 case 0x00000204:
400 debug("4x1, 2x1 configuration\n");
401 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_420;
402 return 0;
403
404 case 0x00020202:
405 debug("2x3 configuration\n");
406 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_222;
407 return 0;
408
409 case 0x00010104:
410 debug("4x1, 1x2 configuration\n");
411 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_411;
412 return 0;
413 }
414 break;
Simon Glass46fcfc12015-11-19 20:27:02 -0700415 case TEGRA124_PCIE:
416 case TEGRA210_PCIE:
Thierry Reding412c7582014-12-09 22:25:12 -0700417 switch (lanes) {
418 case 0x0000104:
419 debug("4x1, 1x1 configuration\n");
420 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_X4_X1;
421 return 0;
422
423 case 0x0000102:
424 debug("2x1, 1x1 configuration\n");
425 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_X2_X1;
426 return 0;
427 }
428 break;
Stephen Warren86f6a942016-08-05 16:10:34 -0600429 case TEGRA186_PCIE:
430 switch (lanes) {
431 case 0x0010004:
432 debug("x4 x1 configuration\n");
433 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_401;
434 return 0;
435
436 case 0x0010102:
437 debug("x2 x1 x1 configuration\n");
438 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_211;
439 return 0;
440
441 case 0x0010101:
442 debug("x1 x1 x1 configuration\n");
443 *xbar = AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_T186_111;
444 return 0;
445 }
446 break;
Thierry Reding412c7582014-12-09 22:25:12 -0700447 default:
448 break;
449 }
450
451 return -FDT_ERR_NOTFOUND;
452}
453
Simon Glasse6a30e02017-07-25 08:30:09 -0600454static int tegra_pcie_parse_port_info(ofnode node, uint *index, uint *lanes)
Thierry Reding412c7582014-12-09 22:25:12 -0700455{
Bin Meng779847e2014-12-31 16:05:11 +0800456 struct fdt_pci_addr addr;
Thierry Reding412c7582014-12-09 22:25:12 -0700457 int err;
458
Simon Glasse6a30e02017-07-25 08:30:09 -0600459 err = ofnode_read_u32_default(node, "nvidia,num-lanes", -1);
Thierry Reding412c7582014-12-09 22:25:12 -0700460 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900461 pr_err("failed to parse \"nvidia,num-lanes\" property");
Thierry Reding412c7582014-12-09 22:25:12 -0700462 return err;
463 }
464
465 *lanes = err;
466
Simon Glasse6a30e02017-07-25 08:30:09 -0600467 err = ofnode_read_pci_addr(node, 0, "reg", &addr);
Thierry Reding412c7582014-12-09 22:25:12 -0700468 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900469 pr_err("failed to parse \"reg\" property");
Thierry Reding412c7582014-12-09 22:25:12 -0700470 return err;
471 }
472
Sjoerd Simonse3c64172015-01-20 18:06:53 +0100473 *index = PCI_DEV(addr.phys_hi) - 1;
Thierry Reding412c7582014-12-09 22:25:12 -0700474
475 return 0;
476}
477
Simon Glass46fcfc12015-11-19 20:27:02 -0700478int __weak tegra_pcie_board_init(void)
479{
480 return 0;
481}
482
Simon Glasse6a30e02017-07-25 08:30:09 -0600483static int tegra_pcie_parse_dt(struct udevice *dev, enum tegra_pci_id id,
Thierry Reding412c7582014-12-09 22:25:12 -0700484 struct tegra_pcie *pcie)
485{
Simon Glasse6a30e02017-07-25 08:30:09 -0600486 ofnode subnode;
Thierry Reding412c7582014-12-09 22:25:12 -0700487 u32 lanes = 0;
Simon Glasse6a30e02017-07-25 08:30:09 -0600488 int err;
Thierry Reding412c7582014-12-09 22:25:12 -0700489
Simon Glasse6a30e02017-07-25 08:30:09 -0600490 err = dev_read_resource(dev, 0, &pcie->pads);
Thierry Reding412c7582014-12-09 22:25:12 -0700491 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900492 pr_err("resource \"pads\" not found");
Thierry Reding412c7582014-12-09 22:25:12 -0700493 return err;
494 }
495
Simon Glasse6a30e02017-07-25 08:30:09 -0600496 err = dev_read_resource(dev, 1, &pcie->afi);
Thierry Reding412c7582014-12-09 22:25:12 -0700497 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900498 pr_err("resource \"afi\" not found");
Thierry Reding412c7582014-12-09 22:25:12 -0700499 return err;
500 }
501
Simon Glasse6a30e02017-07-25 08:30:09 -0600502 err = dev_read_resource(dev, 2, &pcie->cs);
Thierry Reding412c7582014-12-09 22:25:12 -0700503 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900504 pr_err("resource \"cs\" not found");
Thierry Reding412c7582014-12-09 22:25:12 -0700505 return err;
506 }
507
Simon Glasse49f4952016-01-17 14:51:55 -0700508 err = tegra_pcie_board_init();
509 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900510 pr_err("tegra_pcie_board_init() failed: err=%d", err);
Simon Glasse49f4952016-01-17 14:51:55 -0700511 return err;
512 }
Simon Glass46fcfc12015-11-19 20:27:02 -0700513
Stephen Warren86f6a942016-08-05 16:10:34 -0600514#ifndef CONFIG_TEGRA186
Thierry Reding412c7582014-12-09 22:25:12 -0700515 pcie->phy = tegra_xusb_phy_get(TEGRA_XUSB_PADCTL_PCIE);
516 if (pcie->phy) {
517 err = tegra_xusb_phy_prepare(pcie->phy);
518 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900519 pr_err("failed to prepare PHY: %d", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700520 return err;
521 }
522 }
Stephen Warren86f6a942016-08-05 16:10:34 -0600523#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700524
Simon Glasse6a30e02017-07-25 08:30:09 -0600525 dev_for_each_subnode(subnode, dev) {
Thierry Reding412c7582014-12-09 22:25:12 -0700526 unsigned int index = 0, num_lanes = 0;
527 struct tegra_pcie_port *port;
528
Simon Glasse6a30e02017-07-25 08:30:09 -0600529 err = tegra_pcie_parse_port_info(subnode, &index, &num_lanes);
Thierry Reding412c7582014-12-09 22:25:12 -0700530 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900531 pr_err("failed to obtain root port info");
Thierry Reding412c7582014-12-09 22:25:12 -0700532 continue;
533 }
534
535 lanes |= num_lanes << (index << 3);
536
Simon Glasse6a30e02017-07-25 08:30:09 -0600537 if (!ofnode_is_available(subnode))
Thierry Reding412c7582014-12-09 22:25:12 -0700538 continue;
539
540 port = malloc(sizeof(*port));
541 if (!port)
542 continue;
543
544 memset(port, 0, sizeof(*port));
545 port->num_lanes = num_lanes;
546 port->index = index;
547
Simon Glasse6a30e02017-07-25 08:30:09 -0600548 err = tegra_pcie_port_parse_dt(subnode, port);
Thierry Reding412c7582014-12-09 22:25:12 -0700549 if (err < 0) {
550 free(port);
551 continue;
552 }
553
554 list_add_tail(&port->list, &pcie->ports);
555 port->pcie = pcie;
556 }
557
Simon Glasse6a30e02017-07-25 08:30:09 -0600558 err = tegra_pcie_get_xbar_config(dev_ofnode(dev), lanes, id,
559 &pcie->xbar);
Thierry Reding412c7582014-12-09 22:25:12 -0700560 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900561 pr_err("invalid lane configuration");
Thierry Reding412c7582014-12-09 22:25:12 -0700562 return err;
563 }
564
Thierry Reding412c7582014-12-09 22:25:12 -0700565 return 0;
566}
567
Stephen Warren86f6a942016-08-05 16:10:34 -0600568#ifdef CONFIG_TEGRA186
569static int tegra_pcie_power_on(struct tegra_pcie *pcie)
570{
571 int ret;
572
573 ret = power_domain_on(&pcie->pwrdom);
574 if (ret) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900575 pr_err("power_domain_on() failed: %d\n", ret);
Stephen Warren86f6a942016-08-05 16:10:34 -0600576 return ret;
577 }
578
579 ret = clk_enable(&pcie->clk_afi);
580 if (ret) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900581 pr_err("clk_enable(afi) failed: %d\n", ret);
Stephen Warren86f6a942016-08-05 16:10:34 -0600582 return ret;
583 }
584
585 ret = clk_enable(&pcie->clk_pex);
586 if (ret) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900587 pr_err("clk_enable(pex) failed: %d\n", ret);
Stephen Warren86f6a942016-08-05 16:10:34 -0600588 return ret;
589 }
590
591 ret = reset_deassert(&pcie->reset_afi);
592 if (ret) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900593 pr_err("reset_deassert(afi) failed: %d\n", ret);
Stephen Warren86f6a942016-08-05 16:10:34 -0600594 return ret;
595 }
596
597 ret = reset_deassert(&pcie->reset_pex);
598 if (ret) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900599 pr_err("reset_deassert(pex) failed: %d\n", ret);
Stephen Warren86f6a942016-08-05 16:10:34 -0600600 return ret;
601 }
602
603 return 0;
604}
605#else
Thierry Reding412c7582014-12-09 22:25:12 -0700606static int tegra_pcie_power_on(struct tegra_pcie *pcie)
607{
608 const struct tegra_pcie_soc *soc = pcie->soc;
609 unsigned long value;
610 int err;
611
612 /* reset PCIEXCLK logic, AFI controller and PCIe controller */
613 reset_set_enable(PERIPH_ID_PCIEXCLK, 1);
614 reset_set_enable(PERIPH_ID_AFI, 1);
615 reset_set_enable(PERIPH_ID_PCIE, 1);
616
617 err = tegra_powergate_power_off(TEGRA_POWERGATE_PCIE);
618 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900619 pr_err("failed to power off PCIe partition: %d", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700620 return err;
621 }
622
Thierry Reding412c7582014-12-09 22:25:12 -0700623 err = tegra_powergate_sequence_power_up(TEGRA_POWERGATE_PCIE,
624 PERIPH_ID_PCIE);
625 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900626 pr_err("failed to power up PCIe partition: %d", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700627 return err;
628 }
629
630 /* take AFI controller out of reset */
631 reset_set_enable(PERIPH_ID_AFI, 0);
632
633 /* enable AFI clock */
634 clock_enable(PERIPH_ID_AFI);
635
636 if (soc->has_cml_clk) {
637 /* enable CML clock */
638 value = readl(NV_PA_CLK_RST_BASE + 0x48c);
639 value |= (1 << 0);
640 value &= ~(1 << 1);
641 writel(value, NV_PA_CLK_RST_BASE + 0x48c);
642 }
643
644 err = tegra_plle_enable();
645 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900646 pr_err("failed to enable PLLE: %d\n", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700647 return err;
648 }
649
650 return 0;
651}
652
653static int tegra_pcie_pll_wait(struct tegra_pcie *pcie, unsigned long timeout)
654{
655 const struct tegra_pcie_soc *soc = pcie->soc;
656 unsigned long start = get_timer(0);
657 u32 value;
658
659 while (get_timer(start) < timeout) {
660 value = pads_readl(pcie, soc->pads_pll_ctl);
661 if (value & PADS_PLL_CTL_LOCKDET)
662 return 0;
663 }
664
665 return -ETIMEDOUT;
666}
667
668static int tegra_pcie_phy_enable(struct tegra_pcie *pcie)
669{
670 const struct tegra_pcie_soc *soc = pcie->soc;
671 u32 value;
672 int err;
673
674 /* initialize internal PHY, enable up to 16 PCIe lanes */
675 pads_writel(pcie, 0, PADS_CTL_SEL);
676
677 /* override IDDQ to 1 on all 4 lanes */
678 value = pads_readl(pcie, PADS_CTL);
679 value |= PADS_CTL_IDDQ_1L;
680 pads_writel(pcie, value, PADS_CTL);
681
682 /*
683 * Set up PHY PLL inputs select PLLE output as refclock, set TX
684 * ref sel to div10 (not div5).
685 */
686 value = pads_readl(pcie, soc->pads_pll_ctl);
687 value &= ~(PADS_PLL_CTL_REFCLK_MASK | PADS_PLL_CTL_TXCLKREF_MASK);
688 value |= PADS_PLL_CTL_REFCLK_INTERNAL_CML | soc->tx_ref_sel;
689 pads_writel(pcie, value, soc->pads_pll_ctl);
690
691 /* reset PLL */
692 value = pads_readl(pcie, soc->pads_pll_ctl);
693 value &= ~PADS_PLL_CTL_RST_B4SM;
694 pads_writel(pcie, value, soc->pads_pll_ctl);
695
696 udelay(20);
697
698 /* take PLL out of reset */
699 value = pads_readl(pcie, soc->pads_pll_ctl);
700 value |= PADS_PLL_CTL_RST_B4SM;
701 pads_writel(pcie, value, soc->pads_pll_ctl);
702
Thierry Reding412c7582014-12-09 22:25:12 -0700703 /* wait for the PLL to lock */
704 err = tegra_pcie_pll_wait(pcie, 500);
705 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900706 pr_err("PLL failed to lock: %d", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700707 return err;
708 }
709
710 /* turn off IDDQ override */
711 value = pads_readl(pcie, PADS_CTL);
712 value &= ~PADS_CTL_IDDQ_1L;
713 pads_writel(pcie, value, PADS_CTL);
714
715 /* enable TX/RX data */
716 value = pads_readl(pcie, PADS_CTL);
717 value |= PADS_CTL_TX_DATA_EN_1L | PADS_CTL_RX_DATA_EN_1L;
718 pads_writel(pcie, value, PADS_CTL);
719
720 return 0;
721}
Stephen Warren86f6a942016-08-05 16:10:34 -0600722#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700723
724static int tegra_pcie_enable_controller(struct tegra_pcie *pcie)
725{
726 const struct tegra_pcie_soc *soc = pcie->soc;
727 struct tegra_pcie_port *port;
728 u32 value;
729 int err;
730
Stephen Warren86f6a942016-08-05 16:10:34 -0600731#ifdef CONFIG_TEGRA186
732 {
733#else
Thierry Reding412c7582014-12-09 22:25:12 -0700734 if (pcie->phy) {
Stephen Warren86f6a942016-08-05 16:10:34 -0600735#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700736 value = afi_readl(pcie, AFI_PLLE_CONTROL);
737 value &= ~AFI_PLLE_CONTROL_BYPASS_PADS2PLLE_CONTROL;
738 value |= AFI_PLLE_CONTROL_PADS2PLLE_CONTROL_EN;
739 afi_writel(pcie, value, AFI_PLLE_CONTROL);
740 }
741
742 if (soc->has_pex_bias_ctrl)
743 afi_writel(pcie, 0, AFI_PEXBIAS_CTRL_0);
744
745 value = afi_readl(pcie, AFI_PCIE_CONFIG);
746 value &= ~AFI_PCIE_CONFIG_SM2TMS0_XBAR_CONFIG_MASK;
747 value |= AFI_PCIE_CONFIG_PCIE_DISABLE_ALL | pcie->xbar;
748
749 list_for_each_entry(port, &pcie->ports, list)
750 value &= ~AFI_PCIE_CONFIG_PCIE_DISABLE(port->index);
751
752 afi_writel(pcie, value, AFI_PCIE_CONFIG);
753
754 value = afi_readl(pcie, AFI_FUSE);
755
756 if (soc->has_gen2)
757 value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS;
758 else
759 value |= AFI_FUSE_PCIE_T0_GEN2_DIS;
760
761 afi_writel(pcie, value, AFI_FUSE);
762
Stephen Warren86f6a942016-08-05 16:10:34 -0600763#ifndef CONFIG_TEGRA186
Thierry Reding412c7582014-12-09 22:25:12 -0700764 if (pcie->phy)
765 err = tegra_xusb_phy_enable(pcie->phy);
766 else
767 err = tegra_pcie_phy_enable(pcie);
768
769 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900770 pr_err("failed to power on PHY: %d\n", err);
Thierry Reding412c7582014-12-09 22:25:12 -0700771 return err;
772 }
Stephen Warren86f6a942016-08-05 16:10:34 -0600773#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700774
775 /* take the PCIEXCLK logic out of reset */
Stephen Warren86f6a942016-08-05 16:10:34 -0600776#ifdef CONFIG_TEGRA186
777 err = reset_deassert(&pcie->reset_pcie_x);
778 if (err) {
Masahiro Yamada81e10422017-09-16 14:10:41 +0900779 pr_err("reset_deassert(pcie_x) failed: %d\n", err);
Stephen Warren86f6a942016-08-05 16:10:34 -0600780 return err;
781 }
782#else
Thierry Reding412c7582014-12-09 22:25:12 -0700783 reset_set_enable(PERIPH_ID_PCIEXCLK, 0);
Stephen Warren86f6a942016-08-05 16:10:34 -0600784#endif
Thierry Reding412c7582014-12-09 22:25:12 -0700785
786 /* finally enable PCIe */
787 value = afi_readl(pcie, AFI_CONFIGURATION);
788 value |= AFI_CONFIGURATION_EN_FPCI;
789 afi_writel(pcie, value, AFI_CONFIGURATION);
790
791 /* disable all interrupts */
792 afi_writel(pcie, 0, AFI_AFI_INTR_ENABLE);
793 afi_writel(pcie, 0, AFI_SM_INTR_ENABLE);
794 afi_writel(pcie, 0, AFI_INTR_MASK);
795 afi_writel(pcie, 0, AFI_FPCI_ERROR_MASKS);
796
797 return 0;
798}
799
Simon Glass46fcfc12015-11-19 20:27:02 -0700800static int tegra_pcie_setup_translations(struct udevice *bus)
Thierry Reding412c7582014-12-09 22:25:12 -0700801{
Simon Glass46fcfc12015-11-19 20:27:02 -0700802 struct tegra_pcie *pcie = dev_get_priv(bus);
Thierry Reding412c7582014-12-09 22:25:12 -0700803 unsigned long fpci, axi, size;
Simon Glass46fcfc12015-11-19 20:27:02 -0700804 struct pci_region *io, *mem, *pref;
805 int count;
Thierry Reding412c7582014-12-09 22:25:12 -0700806
807 /* BAR 0: type 1 extended configuration space */
808 fpci = 0xfe100000;
Simon Glasse6a30e02017-07-25 08:30:09 -0600809 size = resource_size(&pcie->cs);
Thierry Reding412c7582014-12-09 22:25:12 -0700810 axi = pcie->cs.start;
811
812 afi_writel(pcie, axi, AFI_AXI_BAR0_START);
813 afi_writel(pcie, size >> 12, AFI_AXI_BAR0_SZ);
814 afi_writel(pcie, fpci, AFI_FPCI_BAR0);
815
Simon Glass46fcfc12015-11-19 20:27:02 -0700816 count = pci_get_regions(bus, &io, &mem, &pref);
817 if (count != 3)
818 return -EINVAL;
819
Thierry Reding412c7582014-12-09 22:25:12 -0700820 /* BAR 1: downstream I/O */
821 fpci = 0xfdfc0000;
Simon Glass46fcfc12015-11-19 20:27:02 -0700822 size = io->size;
823 axi = io->phys_start;
Thierry Reding412c7582014-12-09 22:25:12 -0700824
825 afi_writel(pcie, axi, AFI_AXI_BAR1_START);
826 afi_writel(pcie, size >> 12, AFI_AXI_BAR1_SZ);
827 afi_writel(pcie, fpci, AFI_FPCI_BAR1);
828
829 /* BAR 2: prefetchable memory */
Simon Glass46fcfc12015-11-19 20:27:02 -0700830 fpci = (((pref->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
831 size = pref->size;
832 axi = pref->phys_start;
Thierry Reding412c7582014-12-09 22:25:12 -0700833
834 afi_writel(pcie, axi, AFI_AXI_BAR2_START);
835 afi_writel(pcie, size >> 12, AFI_AXI_BAR2_SZ);
836 afi_writel(pcie, fpci, AFI_FPCI_BAR2);
837
838 /* BAR 3: non-prefetchable memory */
Simon Glass46fcfc12015-11-19 20:27:02 -0700839 fpci = (((mem->phys_start >> 12) & 0x0fffffff) << 4) | 0x1;
840 size = mem->size;
841 axi = mem->phys_start;
Thierry Reding412c7582014-12-09 22:25:12 -0700842
843 afi_writel(pcie, axi, AFI_AXI_BAR3_START);
844 afi_writel(pcie, size >> 12, AFI_AXI_BAR3_SZ);
845 afi_writel(pcie, fpci, AFI_FPCI_BAR3);
846
847 /* NULL out the remaining BARs as they are not used */
848 afi_writel(pcie, 0, AFI_AXI_BAR4_START);
849 afi_writel(pcie, 0, AFI_AXI_BAR4_SZ);
850 afi_writel(pcie, 0, AFI_FPCI_BAR4);
851
852 afi_writel(pcie, 0, AFI_AXI_BAR5_START);
853 afi_writel(pcie, 0, AFI_AXI_BAR5_SZ);
854 afi_writel(pcie, 0, AFI_FPCI_BAR5);
855
856 /* map all upstream transactions as uncached */
857 afi_writel(pcie, NV_PA_SDRAM_BASE, AFI_CACHE_BAR0_ST);
858 afi_writel(pcie, 0, AFI_CACHE_BAR0_SZ);
859 afi_writel(pcie, 0, AFI_CACHE_BAR1_ST);
860 afi_writel(pcie, 0, AFI_CACHE_BAR1_SZ);
861
862 /* MSI translations are setup only when needed */
863 afi_writel(pcie, 0, AFI_MSI_FPCI_BAR_ST);
864 afi_writel(pcie, 0, AFI_MSI_BAR_SZ);
865 afi_writel(pcie, 0, AFI_MSI_AXI_BAR_ST);
866 afi_writel(pcie, 0, AFI_MSI_BAR_SZ);
Simon Glass46fcfc12015-11-19 20:27:02 -0700867
868 return 0;
Thierry Reding412c7582014-12-09 22:25:12 -0700869}
870
871static unsigned long tegra_pcie_port_get_pex_ctrl(struct tegra_pcie_port *port)
872{
873 unsigned long ret = 0;
874
875 switch (port->index) {
876 case 0:
877 ret = AFI_PEX0_CTRL;
878 break;
879
880 case 1:
881 ret = AFI_PEX1_CTRL;
882 break;
883
884 case 2:
Stephen Warren86f6a942016-08-05 16:10:34 -0600885 ret = port->pcie->soc->afi_pex2_ctrl;
Thierry Reding412c7582014-12-09 22:25:12 -0700886 break;
887 }
888
889 return ret;
890}
891
892static void tegra_pcie_port_reset(struct tegra_pcie_port *port)
893{
894 unsigned long ctrl = tegra_pcie_port_get_pex_ctrl(port);
895 unsigned long value;
896
897 /* pulse reset signel */
898 value = afi_readl(port->pcie, ctrl);
899 value &= ~AFI_PEX_CTRL_RST;
900 afi_writel(port->pcie, value, ctrl);
901
902 udelay(2000);
903
904 value = afi_readl(port->pcie, ctrl);
905 value |= AFI_PEX_CTRL_RST;
906 afi_writel(port->pcie, value, ctrl);
907}
908
909static void tegra_pcie_port_enable(struct tegra_pcie_port *port)
910{
Stephen Warren29f49fc2016-06-24 08:36:04 -0600911 struct tegra_pcie *pcie = port->pcie;
912 const struct tegra_pcie_soc *soc = pcie->soc;
Thierry Reding412c7582014-12-09 22:25:12 -0700913 unsigned long ctrl = tegra_pcie_port_get_pex_ctrl(port);
914 unsigned long value;
915
916 /* enable reference clock */
Stephen Warren29f49fc2016-06-24 08:36:04 -0600917 value = afi_readl(pcie, ctrl);
Thierry Reding412c7582014-12-09 22:25:12 -0700918 value |= AFI_PEX_CTRL_REFCLK_EN;
919
Stephen Warren29f49fc2016-06-24 08:36:04 -0600920 if (pcie->soc->has_pex_clkreq_en)
Thierry Reding412c7582014-12-09 22:25:12 -0700921 value |= AFI_PEX_CTRL_CLKREQ_EN;
922
923 value |= AFI_PEX_CTRL_OVERRIDE_EN;
924
Stephen Warren29f49fc2016-06-24 08:36:04 -0600925 afi_writel(pcie, value, ctrl);
Thierry Reding412c7582014-12-09 22:25:12 -0700926
927 tegra_pcie_port_reset(port);
Stephen Warrene3553be2015-10-05 17:00:42 -0600928
929 if (soc->force_pca_enable) {
930 value = rp_readl(port, RP_VEND_CTL2);
931 value |= RP_VEND_CTL2_PCA_ENABLE;
932 rp_writel(port, value, RP_VEND_CTL2);
933 }
Stephen Warren29f49fc2016-06-24 08:36:04 -0600934
935 /* configure the reference clock driver */
936 pads_writel(pcie, soc->pads_refclk_cfg0, PADS_REFCLK_CFG0);
937 if (soc->num_ports > 2)
938 pads_writel(pcie, soc->pads_refclk_cfg1, PADS_REFCLK_CFG1);
Thierry Reding412c7582014-12-09 22:25:12 -0700939}
940
941static bool tegra_pcie_port_check_link(struct tegra_pcie_port *port)
942{
943 unsigned int retries = 3;
944 unsigned long value;
945
946 value = rp_readl(port, RP_PRIV_MISC);
947 value &= ~RP_PRIV_MISC_PRSNT_MAP_EP_ABSNT;
948 value |= RP_PRIV_MISC_PRSNT_MAP_EP_PRSNT;
949 rp_writel(port, value, RP_PRIV_MISC);
950
951 do {
952 unsigned int timeout = 200;
953
954 do {
955 value = rp_readl(port, RP_VEND_XP);
956 if (value & RP_VEND_XP_DL_UP)
957 break;
958
959 udelay(2000);
960 } while (--timeout);
961
962 if (!timeout) {
963 debug("link %u down, retrying\n", port->index);
964 goto retry;
965 }
966
967 timeout = 200;
968
969 do {
970 value = rp_readl(port, RP_LINK_CONTROL_STATUS);
971 if (value & RP_LINK_CONTROL_STATUS_DL_LINK_ACTIVE)
972 return true;
973
974 udelay(2000);
975 } while (--timeout);
976
977retry:
978 tegra_pcie_port_reset(port);
979 } while (--retries);
980
981 return false;
982}
983
984static void tegra_pcie_port_disable(struct tegra_pcie_port *port)
985{
986 unsigned long ctrl = tegra_pcie_port_get_pex_ctrl(port);
987 unsigned long value;
988
989 /* assert port reset */
990 value = afi_readl(port->pcie, ctrl);
991 value &= ~AFI_PEX_CTRL_RST;
992 afi_writel(port->pcie, value, ctrl);
993
994 /* disable reference clock */
995 value = afi_readl(port->pcie, ctrl);
996 value &= ~AFI_PEX_CTRL_REFCLK_EN;
997 afi_writel(port->pcie, value, ctrl);
998}
999
1000static void tegra_pcie_port_free(struct tegra_pcie_port *port)
1001{
1002 list_del(&port->list);
1003 free(port);
1004}
1005
1006static int tegra_pcie_enable(struct tegra_pcie *pcie)
1007{
1008 struct tegra_pcie_port *port, *tmp;
1009
1010 list_for_each_entry_safe(port, tmp, &pcie->ports, list) {
1011 debug("probing port %u, using %u lanes\n", port->index,
1012 port->num_lanes);
1013
1014 tegra_pcie_port_enable(port);
1015
1016 if (tegra_pcie_port_check_link(port))
1017 continue;
1018
1019 debug("link %u down, ignoring\n", port->index);
1020
1021 tegra_pcie_port_disable(port);
1022 tegra_pcie_port_free(port);
1023 }
1024
1025 return 0;
1026}
1027
Simon Glass46fcfc12015-11-19 20:27:02 -07001028static const struct tegra_pcie_soc pci_tegra_soc[] = {
1029 [TEGRA20_PCIE] = {
1030 .num_ports = 2,
1031 .pads_pll_ctl = PADS_PLL_CTL_TEGRA20,
1032 .tx_ref_sel = PADS_PLL_CTL_TXCLKREF_DIV10,
Stephen Warrend132c472016-06-21 12:47:51 -06001033 .pads_refclk_cfg0 = 0xfa5cfa5c,
Simon Glass46fcfc12015-11-19 20:27:02 -07001034 .has_pex_clkreq_en = false,
1035 .has_pex_bias_ctrl = false,
1036 .has_cml_clk = false,
1037 .has_gen2 = false,
1038 },
1039 [TEGRA30_PCIE] = {
1040 .num_ports = 3,
1041 .pads_pll_ctl = PADS_PLL_CTL_TEGRA30,
1042 .tx_ref_sel = PADS_PLL_CTL_TXCLKREF_BUF_EN,
Stephen Warren86f6a942016-08-05 16:10:34 -06001043 .afi_pex2_ctrl = AFI_PEX2_CTRL,
Stephen Warrend132c472016-06-21 12:47:51 -06001044 .pads_refclk_cfg0 = 0xfa5cfa5c,
1045 .pads_refclk_cfg1 = 0xfa5cfa5c,
Simon Glass46fcfc12015-11-19 20:27:02 -07001046 .has_pex_clkreq_en = true,
1047 .has_pex_bias_ctrl = true,
1048 .has_cml_clk = true,
1049 .has_gen2 = false,
1050 },
1051 [TEGRA124_PCIE] = {
1052 .num_ports = 2,
1053 .pads_pll_ctl = PADS_PLL_CTL_TEGRA30,
1054 .tx_ref_sel = PADS_PLL_CTL_TXCLKREF_BUF_EN,
Stephen Warrend132c472016-06-21 12:47:51 -06001055 .pads_refclk_cfg0 = 0x44ac44ac,
Simon Glass46fcfc12015-11-19 20:27:02 -07001056 .has_pex_clkreq_en = true,
1057 .has_pex_bias_ctrl = true,
1058 .has_cml_clk = true,
1059 .has_gen2 = true,
1060 },
1061 [TEGRA210_PCIE] = {
1062 .num_ports = 2,
1063 .pads_pll_ctl = PADS_PLL_CTL_TEGRA30,
1064 .tx_ref_sel = PADS_PLL_CTL_TXCLKREF_BUF_EN,
Stephen Warrend132c472016-06-21 12:47:51 -06001065 .pads_refclk_cfg0 = 0x90b890b8,
Simon Glass46fcfc12015-11-19 20:27:02 -07001066 .has_pex_clkreq_en = true,
1067 .has_pex_bias_ctrl = true,
1068 .has_cml_clk = true,
1069 .has_gen2 = true,
1070 .force_pca_enable = true,
Stephen Warren86f6a942016-08-05 16:10:34 -06001071 },
1072 [TEGRA186_PCIE] = {
1073 .num_ports = 3,
1074 .afi_pex2_ctrl = AFI_PEX2_CTRL_T186,
1075 .pads_refclk_cfg0 = 0x80b880b8,
1076 .pads_refclk_cfg1 = 0x000480b8,
1077 .has_pex_clkreq_en = true,
1078 .has_pex_bias_ctrl = true,
1079 .has_gen2 = true,
1080 },
Stephen Warren5e44dce2015-10-05 17:00:44 -06001081};
1082
Simon Glass46fcfc12015-11-19 20:27:02 -07001083static int pci_tegra_ofdata_to_platdata(struct udevice *dev)
Thierry Reding412c7582014-12-09 22:25:12 -07001084{
Simon Glass46fcfc12015-11-19 20:27:02 -07001085 struct tegra_pcie *pcie = dev_get_priv(dev);
1086 enum tegra_pci_id id;
Thierry Reding412c7582014-12-09 22:25:12 -07001087
Simon Glass46fcfc12015-11-19 20:27:02 -07001088 id = dev_get_driver_data(dev);
1089 pcie->soc = &pci_tegra_soc[id];
Thierry Reding412c7582014-12-09 22:25:12 -07001090
Simon Glass46fcfc12015-11-19 20:27:02 -07001091 INIT_LIST_HEAD(&pcie->ports);
Thierry Reding412c7582014-12-09 22:25:12 -07001092
Simon Glasse6a30e02017-07-25 08:30:09 -06001093 if (tegra_pcie_parse_dt(dev, id, pcie))
Simon Glass46fcfc12015-11-19 20:27:02 -07001094 return -EINVAL;
Thierry Reding412c7582014-12-09 22:25:12 -07001095
Simon Glass46fcfc12015-11-19 20:27:02 -07001096 return 0;
1097}
Thierry Reding412c7582014-12-09 22:25:12 -07001098
Simon Glass46fcfc12015-11-19 20:27:02 -07001099static int pci_tegra_probe(struct udevice *dev)
1100{
1101 struct tegra_pcie *pcie = dev_get_priv(dev);
1102 int err;
Thierry Reding412c7582014-12-09 22:25:12 -07001103
Stephen Warren86f6a942016-08-05 16:10:34 -06001104#ifdef CONFIG_TEGRA186
1105 err = clk_get_by_name(dev, "afi", &pcie->clk_afi);
1106 if (err) {
1107 debug("clk_get_by_name(afi) failed: %d\n", err);
1108 return err;
1109 }
1110
1111 err = clk_get_by_name(dev, "pex", &pcie->clk_pex);
1112 if (err) {
1113 debug("clk_get_by_name(pex) failed: %d\n", err);
1114 return err;
1115 }
1116
1117 err = reset_get_by_name(dev, "afi", &pcie->reset_afi);
1118 if (err) {
1119 debug("reset_get_by_name(afi) failed: %d\n", err);
1120 return err;
1121 }
1122
1123 err = reset_get_by_name(dev, "pex", &pcie->reset_pex);
1124 if (err) {
1125 debug("reset_get_by_name(pex) failed: %d\n", err);
1126 return err;
1127 }
1128
1129 err = reset_get_by_name(dev, "pcie_x", &pcie->reset_pcie_x);
1130 if (err) {
1131 debug("reset_get_by_name(pcie_x) failed: %d\n", err);
1132 return err;
1133 }
1134
1135 err = power_domain_get(dev, &pcie->pwrdom);
1136 if (err) {
1137 debug("power_domain_get() failed: %d\n", err);
1138 return err;
1139 }
1140#endif
1141
Simon Glass46fcfc12015-11-19 20:27:02 -07001142 err = tegra_pcie_power_on(pcie);
1143 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +09001144 pr_err("failed to power on");
Simon Glass46fcfc12015-11-19 20:27:02 -07001145 return err;
1146 }
Thierry Reding412c7582014-12-09 22:25:12 -07001147
Simon Glass46fcfc12015-11-19 20:27:02 -07001148 err = tegra_pcie_enable_controller(pcie);
1149 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +09001150 pr_err("failed to enable controller");
Simon Glass46fcfc12015-11-19 20:27:02 -07001151 return err;
1152 }
Thierry Reding412c7582014-12-09 22:25:12 -07001153
Simon Glass46fcfc12015-11-19 20:27:02 -07001154 err = tegra_pcie_setup_translations(dev);
1155 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +09001156 pr_err("failed to decode ranges");
Simon Glass46fcfc12015-11-19 20:27:02 -07001157 return err;
1158 }
Thierry Reding412c7582014-12-09 22:25:12 -07001159
Simon Glass46fcfc12015-11-19 20:27:02 -07001160 err = tegra_pcie_enable(pcie);
1161 if (err < 0) {
Masahiro Yamada81e10422017-09-16 14:10:41 +09001162 pr_err("failed to enable PCIe");
Simon Glass46fcfc12015-11-19 20:27:02 -07001163 return err;
Thierry Reding412c7582014-12-09 22:25:12 -07001164 }
1165
1166 return 0;
1167}
1168
Simon Glass46fcfc12015-11-19 20:27:02 -07001169static const struct dm_pci_ops pci_tegra_ops = {
1170 .read_config = pci_tegra_read_config,
1171 .write_config = pci_tegra_write_config,
1172};
Thierry Reding412c7582014-12-09 22:25:12 -07001173
Simon Glass46fcfc12015-11-19 20:27:02 -07001174static const struct udevice_id pci_tegra_ids[] = {
1175 { .compatible = "nvidia,tegra20-pcie", .data = TEGRA20_PCIE },
1176 { .compatible = "nvidia,tegra30-pcie", .data = TEGRA30_PCIE },
1177 { .compatible = "nvidia,tegra124-pcie", .data = TEGRA124_PCIE },
1178 { .compatible = "nvidia,tegra210-pcie", .data = TEGRA210_PCIE },
Stephen Warren86f6a942016-08-05 16:10:34 -06001179 { .compatible = "nvidia,tegra186-pcie", .data = TEGRA186_PCIE },
Simon Glass46fcfc12015-11-19 20:27:02 -07001180 { }
1181};
Thierry Reding412c7582014-12-09 22:25:12 -07001182
Simon Glass46fcfc12015-11-19 20:27:02 -07001183U_BOOT_DRIVER(pci_tegra) = {
1184 .name = "pci_tegra",
1185 .id = UCLASS_PCI,
1186 .of_match = pci_tegra_ids,
1187 .ops = &pci_tegra_ops,
1188 .ofdata_to_platdata = pci_tegra_ofdata_to_platdata,
1189 .probe = pci_tegra_probe,
1190 .priv_auto_alloc_size = sizeof(struct tegra_pcie),
1191};