blob: 4536d553ce314d76d39248a7feae6905b2e4a640 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Tim Harvey552c3582014-03-06 07:46:30 -08002/*
3 * Copyright (C) 2013 Gateworks Corporation
4 *
5 * Author: Tim Harvey <tharvey@gateworks.com>
Tim Harvey552c3582014-03-06 07:46:30 -08006 */
7
8#include <common.h>
Tim Harvey552c3582014-03-06 07:46:30 -08009#include <asm/arch/clock.h>
Tim Harvey0cee2242015-05-08 18:28:35 -070010#include <asm/arch/crm_regs.h>
Tim Harvey552c3582014-03-06 07:46:30 -080011#include <asm/arch/mx6-pins.h>
Tim Harveyfb64cc72014-04-25 15:39:07 -070012#include <asm/arch/mxc_hdmi.h>
Tim Harvey552c3582014-03-06 07:46:30 -080013#include <asm/arch/sys_proto.h>
Simon Glass3ba929a2020-10-30 21:38:53 -060014#include <asm/global_data.h>
Tim Harvey552c3582014-03-06 07:46:30 -080015#include <asm/gpio.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020016#include <asm/mach-imx/boot_mode.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020017#include <asm/mach-imx/video.h>
Simon Glassd9a766f2017-05-17 08:23:00 -060018#include <asm/setup.h>
Simon Glass5e6201b2019-08-01 09:46:51 -060019#include <env.h>
Tim Harvey8d2d8df2016-05-24 11:03:55 -070020#include <hwconfig.h>
Tim Harvey0cee2242015-05-08 18:28:35 -070021#include <linux/ctype.h>
Tim Harvey552c3582014-03-06 07:46:30 -080022#include <miiphy.h>
Tim Harvey552c3582014-03-06 07:46:30 -080023#include <mtd_node.h>
Simon Glassdbd79542020-05-10 11:40:11 -060024#include <linux/delay.h>
Tim Harvey552c3582014-03-06 07:46:30 -080025#include <power/pmic.h>
Tim Harvey552c3582014-03-06 07:46:30 -080026#include <fdt_support.h>
27#include <jffs2/load_kernel.h>
Tim Harvey552c3582014-03-06 07:46:30 -080028
29#include "gsc.h"
Tim Harvey0cee2242015-05-08 18:28:35 -070030#include "common.h"
Tim Harvey552c3582014-03-06 07:46:30 -080031
32DECLARE_GLOBAL_DATA_PTR;
33
Tim Harvey26993362014-08-07 22:35:49 -070034
Tim Harvey552c3582014-03-06 07:46:30 -080035/*
36 * EEPROM board info struct populated by read_eeprom so that we only have to
37 * read it once.
38 */
Tim Harvey0da2c522014-08-07 22:35:45 -070039struct ventana_board_info ventana_info;
Tim Harvey8b92bdf2015-04-08 12:54:43 -070040static int board_type;
Tim Harvey552c3582014-03-06 07:46:30 -080041
Tim Harvey552c3582014-03-06 07:46:30 -080042#ifdef CONFIG_USB_EHCI_MX6
Tim Harvey1112b4e2021-03-01 14:33:34 -080043/* toggle USB_HUB_RST# for boards that have it; it is not defined in dt */
Tim Harvey552c3582014-03-06 07:46:30 -080044int board_ehci_hcd_init(int port)
45{
Tim Harveyf1f41db2015-05-08 18:28:28 -070046 int gpio;
Tim Harvey552c3582014-03-06 07:46:30 -080047
Tim Harvey1112b4e2021-03-01 14:33:34 -080048 /* USB HUB is always on P1 */
49 if (port == 0)
50 return 0;
Tim Harvey552c3582014-03-06 07:46:30 -080051
Tim Harveydb7edfa2015-05-26 11:04:54 -070052 /* Reset USB HUB */
53 switch (board_type) {
54 case GW53xx:
55 case GW552x:
Tim Harveyb7c48a92019-02-04 13:10:54 -080056 case GW5906:
Tim Harveyf1f41db2015-05-08 18:28:28 -070057 gpio = (IMX_GPIO_NR(1, 9));
Tim Harvey552c3582014-03-06 07:46:30 -080058 break;
Tim Harveydb7edfa2015-05-26 11:04:54 -070059 case GW54proto:
60 case GW54xx:
Tim Harveyf1f41db2015-05-08 18:28:28 -070061 gpio = (IMX_GPIO_NR(1, 16));
Tim Harvey552c3582014-03-06 07:46:30 -080062 break;
Tim Harveyf1f41db2015-05-08 18:28:28 -070063 default:
64 return 0;
Tim Harvey552c3582014-03-06 07:46:30 -080065 }
66
Tim Harveyf1f41db2015-05-08 18:28:28 -070067 /* request and toggle hub rst */
68 gpio_request(gpio, "usb_hub_rst#");
69 gpio_direction_output(gpio, 0);
70 mdelay(2);
71 gpio_set_value(gpio, 1);
72
Tim Harvey552c3582014-03-06 07:46:30 -080073 return 0;
74}
Tim Harvey552c3582014-03-06 07:46:30 -080075#endif /* CONFIG_USB_EHCI_MX6 */
76
Tim Harvey552c3582014-03-06 07:46:30 -080077/* configure eth0 PHY board-specific LED behavior */
78int board_phy_config(struct phy_device *phydev)
79{
80 unsigned short val;
81
82 /* Marvel 88E1510 */
83 if (phydev->phy_id == 0x1410dd1) {
Tim Harveyb25b7582021-06-11 12:46:26 -070084 puts("MV88E1510");
Tim Harvey552c3582014-03-06 07:46:30 -080085 /*
86 * Page 3, Register 16: LED[2:0] Function Control Register
87 * LED[0] (SPD:Amber) R16_3.3:0 to 0111: on-GbE link
88 * LED[1] (LNK:Green) R16_3.7:4 to 0001: on-link, blink-activity
89 */
90 phy_write(phydev, MDIO_DEVAD_NONE, 22, 3);
91 val = phy_read(phydev, MDIO_DEVAD_NONE, 16);
92 val &= 0xff00;
93 val |= 0x0017;
94 phy_write(phydev, MDIO_DEVAD_NONE, 16, val);
95 phy_write(phydev, MDIO_DEVAD_NONE, 22, 0);
96 }
97
Tim Harvey4533c902017-03-17 07:32:21 -070098 /* TI DP83867 */
99 else if (phydev->phy_id == 0x2000a231) {
Tim Harveyb25b7582021-06-11 12:46:26 -0700100 puts("TIDP83867 ");
Tim Harvey1662ad32021-06-11 12:46:25 -0700101 /* LED configuration */
102 val = 0;
103 val |= 0x5 << 4; /* LED1(Amber;Speed) : 1000BT link */
104 val |= 0xb << 8; /* LED2(Green;Link/Act): blink for TX/RX act */
105 phy_write(phydev, MDIO_DEVAD_NONE, 24, val);
106
Tim Harvey4533c902017-03-17 07:32:21 -0700107 /* configure register 0x170 for ref CLKOUT */
108 phy_write(phydev, MDIO_DEVAD_NONE, 13, 0x001f);
109 phy_write(phydev, MDIO_DEVAD_NONE, 14, 0x0170);
110 phy_write(phydev, MDIO_DEVAD_NONE, 13, 0x401f);
111 val = phy_read(phydev, MDIO_DEVAD_NONE, 14);
112 val &= ~0x1f00;
113 val |= 0x0b00; /* chD tx clock*/
114 phy_write(phydev, MDIO_DEVAD_NONE, 14, val);
115 }
116
Tim Harvey552c3582014-03-06 07:46:30 -0800117 if (phydev->drv->config)
118 phydev->drv->config(phydev);
119
120 return 0;
121}
Tim Harvey63537792017-03-17 07:30:38 -0700122
123#ifdef CONFIG_MV88E61XX_SWITCH
124int mv88e61xx_hw_reset(struct phy_device *phydev)
125{
126 struct mii_dev *bus = phydev->bus;
127
128 /* GPIO[0] output, CLK125 */
129 debug("enabling RGMII_REFCLK\n");
130 bus->write(bus, 0x1c /*MV_GLOBAL2*/, 0,
131 0x1a /*MV_SCRATCH_MISC*/,
132 (1 << 15) | (0x62 /*MV_GPIO_DIR*/ << 8) | 0xfe);
133 bus->write(bus, 0x1c /*MV_GLOBAL2*/, 0,
134 0x1a /*MV_SCRATCH_MISC*/,
135 (1 << 15) | (0x68 /*MV_GPIO01_CNTL*/ << 8) | 7);
136
137 /* RGMII delay - Physical Control register bit[15:14] */
138 debug("setting port%d RGMII rx/tx delay\n", CONFIG_MV88E61XX_CPU_PORT);
139 /* forced 1000mbps full-duplex link */
140 bus->write(bus, 0x10 + CONFIG_MV88E61XX_CPU_PORT, 0, 1, 0xc0fe);
141 phydev->autoneg = AUTONEG_DISABLE;
142 phydev->speed = SPEED_1000;
143 phydev->duplex = DUPLEX_FULL;
144
Tim Harvey8c9d3932019-02-04 13:10:47 -0800145 /* LED configuration: 7:4-green (8=Activity) 3:0 amber (8=Link) */
146 bus->write(bus, 0x10, 0, 0x16, 0x8088);
147 bus->write(bus, 0x11, 0, 0x16, 0x8088);
148 bus->write(bus, 0x12, 0, 0x16, 0x8088);
149 bus->write(bus, 0x13, 0, 0x16, 0x8088);
Tim Harvey63537792017-03-17 07:30:38 -0700150
151 return 0;
152}
153#endif // CONFIG_MV88E61XX_SWITCH
Tim Harvey552c3582014-03-06 07:46:30 -0800154
Tim Harveyfb64cc72014-04-25 15:39:07 -0700155#if defined(CONFIG_VIDEO_IPUV3)
Tim Harveyfb64cc72014-04-25 15:39:07 -0700156static void enable_hdmi(struct display_info_t const *dev)
157{
158 imx_enable_hdmi_phy();
159}
160
161static int detect_i2c(struct display_info_t const *dev)
162{
163 return i2c_set_bus_num(dev->bus) == 0 &&
164 i2c_probe(dev->addr) == 0;
165}
166
167static void enable_lvds(struct display_info_t const *dev)
168{
169 struct iomuxc *iomux = (struct iomuxc *)
170 IOMUXC_BASE_ADDR;
171
172 /* set CH0 data width to 24bit (IOMUXC_GPR2:5 0=18bit, 1=24bit) */
173 u32 reg = readl(&iomux->gpr[2]);
174 reg |= IOMUXC_GPR2_DATA_WIDTH_CH0_24BIT;
175 writel(reg, &iomux->gpr[2]);
176
177 /* Enable Backlight */
Tim Harveya67e07f2016-05-24 11:03:53 -0700178 gpio_request(IMX_GPIO_NR(1, 10), "bklt_gpio");
179 gpio_direction_output(IMX_GPIO_NR(1, 10), 0);
Tim Harveyf1f41db2015-05-08 18:28:28 -0700180 gpio_request(IMX_GPIO_NR(1, 18), "bklt_en");
Tim Harvey26993362014-08-07 22:35:49 -0700181 SETUP_IOMUX_PAD(PAD_SD1_CMD__GPIO1_IO18 | DIO_PAD_CFG);
Tim Harveyfb64cc72014-04-25 15:39:07 -0700182 gpio_direction_output(IMX_GPIO_NR(1, 18), 1);
183}
184
185struct display_info_t const displays[] = {{
186 /* HDMI Output */
187 .bus = -1,
188 .addr = 0,
189 .pixfmt = IPU_PIX_FMT_RGB24,
190 .detect = detect_hdmi,
191 .enable = enable_hdmi,
192 .mode = {
193 .name = "HDMI",
194 .refresh = 60,
195 .xres = 1024,
196 .yres = 768,
197 .pixclock = 15385,
198 .left_margin = 220,
199 .right_margin = 40,
200 .upper_margin = 21,
201 .lower_margin = 7,
202 .hsync_len = 60,
203 .vsync_len = 10,
204 .sync = FB_SYNC_EXT,
205 .vmode = FB_VMODE_NONINTERLACED
206} }, {
207 /* Freescale MXC-LVDS1: HannStar HSD100PXN1-A00 w/ egalx_ts cont */
208 .bus = 2,
209 .addr = 0x4,
210 .pixfmt = IPU_PIX_FMT_LVDS666,
211 .detect = detect_i2c,
212 .enable = enable_lvds,
213 .mode = {
214 .name = "Hannstar-XGA",
215 .refresh = 60,
216 .xres = 1024,
217 .yres = 768,
218 .pixclock = 15385,
219 .left_margin = 220,
220 .right_margin = 40,
221 .upper_margin = 21,
222 .lower_margin = 7,
223 .hsync_len = 60,
224 .vsync_len = 10,
225 .sync = FB_SYNC_EXT,
226 .vmode = FB_VMODE_NONINTERLACED
Tim Harveya20bd632015-04-08 12:54:57 -0700227} }, {
228 /* DLC700JMG-T-4 */
Tim Harveybe786e72019-02-04 13:10:53 -0800229 .bus = 2,
230 .addr = 0x38,
Tim Harveya20bd632015-04-08 12:54:57 -0700231 .detect = NULL,
232 .enable = enable_lvds,
233 .pixfmt = IPU_PIX_FMT_LVDS666,
234 .mode = {
235 .name = "DLC700JMGT4",
236 .refresh = 60,
237 .xres = 1024, /* 1024x600active pixels */
238 .yres = 600,
239 .pixclock = 15385, /* 64MHz */
240 .left_margin = 220,
241 .right_margin = 40,
242 .upper_margin = 21,
243 .lower_margin = 7,
244 .hsync_len = 60,
245 .vsync_len = 10,
246 .sync = FB_SYNC_EXT,
247 .vmode = FB_VMODE_NONINTERLACED
248} }, {
249 /* DLC800FIG-T-3 */
Tim Harveybe786e72019-02-04 13:10:53 -0800250 .bus = 2,
251 .addr = 0x14,
Tim Harveya20bd632015-04-08 12:54:57 -0700252 .detect = NULL,
253 .enable = enable_lvds,
254 .pixfmt = IPU_PIX_FMT_LVDS666,
255 .mode = {
256 .name = "DLC800FIGT3",
257 .refresh = 60,
258 .xres = 1024, /* 1024x768 active pixels */
259 .yres = 768,
260 .pixclock = 15385, /* 64MHz */
261 .left_margin = 220,
262 .right_margin = 40,
263 .upper_margin = 21,
264 .lower_margin = 7,
265 .hsync_len = 60,
266 .vsync_len = 10,
267 .sync = FB_SYNC_EXT,
268 .vmode = FB_VMODE_NONINTERLACED
Tim Harveyc34e59e2019-02-04 13:10:51 -0800269} }, {
270 .bus = 2,
271 .addr = 0x5d,
272 .detect = detect_i2c,
273 .enable = enable_lvds,
274 .pixfmt = IPU_PIX_FMT_LVDS666,
275 .mode = {
276 .name = "Z101WX01",
277 .refresh = 60,
278 .xres = 1280,
279 .yres = 800,
280 .pixclock = 15385, /* 64MHz */
281 .left_margin = 220,
282 .right_margin = 40,
283 .upper_margin = 21,
284 .lower_margin = 7,
285 .hsync_len = 60,
286 .vsync_len = 10,
287 .sync = FB_SYNC_EXT,
288 .vmode = FB_VMODE_NONINTERLACED
289 }
290},
291};
Tim Harveyfb64cc72014-04-25 15:39:07 -0700292size_t display_count = ARRAY_SIZE(displays);
293
294static void setup_display(void)
295{
296 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
297 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;
298 int reg;
299
300 enable_ipu_clock();
301 imx_setup_hdmi();
302 /* Turn on LDB0,IPU,IPU DI0 clocks */
303 reg = __raw_readl(&mxc_ccm->CCGR3);
304 reg |= MXC_CCM_CCGR3_LDB_DI0_MASK;
305 writel(reg, &mxc_ccm->CCGR3);
306
307 /* set LDB0, LDB1 clk select to 011/011 */
308 reg = readl(&mxc_ccm->cs2cdr);
309 reg &= ~(MXC_CCM_CS2CDR_LDB_DI0_CLK_SEL_MASK
310 |MXC_CCM_CS2CDR_LDB_DI1_CLK_SEL_MASK);
311 reg |= (3<<MXC_CCM_CS2CDR_LDB_DI0_CLK_SEL_OFFSET)
312 |(3<<MXC_CCM_CS2CDR_LDB_DI1_CLK_SEL_OFFSET);
313 writel(reg, &mxc_ccm->cs2cdr);
314
315 reg = readl(&mxc_ccm->cscmr2);
316 reg |= MXC_CCM_CSCMR2_LDB_DI0_IPU_DIV;
317 writel(reg, &mxc_ccm->cscmr2);
318
319 reg = readl(&mxc_ccm->chsccdr);
320 reg |= (CHSCCDR_CLK_SEL_LDB_DI0
321 <<MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_OFFSET);
322 writel(reg, &mxc_ccm->chsccdr);
323
324 reg = IOMUXC_GPR2_BGREF_RRMODE_EXTERNAL_RES
325 |IOMUXC_GPR2_DI1_VS_POLARITY_ACTIVE_HIGH
326 |IOMUXC_GPR2_DI0_VS_POLARITY_ACTIVE_LOW
327 |IOMUXC_GPR2_BIT_MAPPING_CH1_SPWG
328 |IOMUXC_GPR2_DATA_WIDTH_CH1_18BIT
329 |IOMUXC_GPR2_BIT_MAPPING_CH0_SPWG
330 |IOMUXC_GPR2_DATA_WIDTH_CH0_18BIT
331 |IOMUXC_GPR2_LVDS_CH1_MODE_DISABLED
332 |IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI0;
333 writel(reg, &iomux->gpr[2]);
334
335 reg = readl(&iomux->gpr[3]);
336 reg = (reg & ~IOMUXC_GPR3_LVDS0_MUX_CTL_MASK)
337 | (IOMUXC_GPR3_MUX_SRC_IPU1_DI0
338 <<IOMUXC_GPR3_LVDS0_MUX_CTL_OFFSET);
339 writel(reg, &iomux->gpr[3]);
340
Tim Harveya67e07f2016-05-24 11:03:53 -0700341 /* LVDS Backlight GPIO on LVDS connector - output low */
Tim Harvey26993362014-08-07 22:35:49 -0700342 SETUP_IOMUX_PAD(PAD_SD2_CLK__GPIO1_IO10 | DIO_PAD_CFG);
Tim Harveyfb64cc72014-04-25 15:39:07 -0700343 gpio_direction_output(IMX_GPIO_NR(1, 10), 0);
344}
345#endif /* CONFIG_VIDEO_IPUV3 */
346
Tim Harvey0dff16f2014-05-05 08:22:25 -0700347/* setup board specific PMIC */
348int power_init_board(void)
349{
Tim Harvey195bc972015-05-08 18:28:37 -0700350 setup_pmic();
Tim Harvey0dff16f2014-05-05 08:22:25 -0700351 return 0;
352}
353
Tim Harvey552c3582014-03-06 07:46:30 -0800354int imx6_pcie_toggle_reset(void)
355{
356 if (board_type < GW_UNKNOWN) {
Tim Harvey02fb5922014-06-02 16:13:26 -0700357 uint pin = gpio_cfg[board_type].pcie_rst;
Tim Harveyf1f41db2015-05-08 18:28:28 -0700358 gpio_request(pin, "pci_rst#");
Tim Harvey02fb5922014-06-02 16:13:26 -0700359 gpio_direction_output(pin, 0);
Tim Harvey552c3582014-03-06 07:46:30 -0800360 mdelay(50);
Tim Harvey02fb5922014-06-02 16:13:26 -0700361 gpio_direction_output(pin, 1);
Tim Harvey552c3582014-03-06 07:46:30 -0800362 }
363 return 0;
364}
Tim Harvey33791d52014-08-07 22:49:57 -0700365
366/*
367 * Most Ventana boards have a PLX PEX860x PCIe switch onboard and use its
368 * GPIO's as PERST# signals for its downstream ports - configure the GPIO's
369 * properly and assert reset for 100ms.
370 */
Tim Harveybfb240a2016-06-17 06:10:41 -0700371#define MAX_PCI_DEVS 32
372struct pci_dev {
373 pci_dev_t devfn;
Tim Harvey6ce10d52021-05-03 11:21:27 -0700374 struct udevice *dev;
Tim Harveybfb240a2016-06-17 06:10:41 -0700375 unsigned short vendor;
376 unsigned short device;
377 unsigned short class;
378 unsigned short busno; /* subbordinate busno */
379 struct pci_dev *ppar;
380};
381struct pci_dev pci_devs[MAX_PCI_DEVS];
382int pci_devno;
383int pci_bridgeno;
384
Tim Harvey6ce10d52021-05-03 11:21:27 -0700385void board_pci_fixup_dev(struct udevice *bus, struct udevice *udev)
Tim Harvey33791d52014-08-07 22:49:57 -0700386{
Tim Harvey6ce10d52021-05-03 11:21:27 -0700387 struct pci_child_plat *pdata = dev_get_parent_plat(udev);
Tim Harveybfb240a2016-06-17 06:10:41 -0700388 struct pci_dev *pdev = &pci_devs[pci_devno++];
Tim Harvey6ce10d52021-05-03 11:21:27 -0700389 unsigned short vendor = pdata->vendor;
390 unsigned short device = pdata->device;
391 unsigned int class = pdata->class;
392 pci_dev_t dev = dm_pci_get_bdf(udev);
393 int i;
Tim Harvey33791d52014-08-07 22:49:57 -0700394
395 debug("%s: %02d:%02d.%02d: %04x:%04x\n", __func__,
396 PCI_BUS(dev), PCI_DEV(dev), PCI_FUNC(dev), vendor, device);
Tim Harveybfb240a2016-06-17 06:10:41 -0700397
398 /* store array of devs for later use in device-tree fixup */
Tim Harvey6ce10d52021-05-03 11:21:27 -0700399 pdev->dev = udev;
Tim Harveybfb240a2016-06-17 06:10:41 -0700400 pdev->devfn = dev;
401 pdev->vendor = vendor;
402 pdev->device = device;
403 pdev->class = class;
404 pdev->ppar = NULL;
405 if (class == PCI_CLASS_BRIDGE_PCI)
406 pdev->busno = ++pci_bridgeno;
407 else
408 pdev->busno = 0;
409
410 /* fixup RC - it should be 00:00.0 not 00:01.0 */
411 if (PCI_BUS(dev) == 0)
412 pdev->devfn = 0;
413
414 /* find dev's parent */
415 for (i = 0; i < pci_devno; i++) {
416 if (pci_devs[i].busno == PCI_BUS(pdev->devfn)) {
417 pdev->ppar = &pci_devs[i];
418 break;
419 }
420 }
421
422 /* assert downstream PERST# */
Tim Harvey33791d52014-08-07 22:49:57 -0700423 if (vendor == PCI_VENDOR_ID_PLX &&
424 (device & 0xfff0) == 0x8600 &&
425 PCI_DEV(dev) == 0 && PCI_FUNC(dev) == 0) {
Tim Harvey6ce10d52021-05-03 11:21:27 -0700426 ulong val;
Tim Harvey33791d52014-08-07 22:49:57 -0700427 debug("configuring PLX 860X downstream PERST#\n");
Tim Harvey6ce10d52021-05-03 11:21:27 -0700428 pci_bus_read_config(bus, dev, 0x62c, &val, PCI_SIZE_32);
429 val |= 0xaaa8; /* GPIO1-7 outputs */
430 pci_bus_write_config(bus, dev, 0x62c, val, PCI_SIZE_32);
Tim Harvey33791d52014-08-07 22:49:57 -0700431
Tim Harvey6ce10d52021-05-03 11:21:27 -0700432 pci_bus_read_config(bus, dev, 0x644, &val, PCI_SIZE_32);
433 val |= 0xfe; /* GPIO1-7 output high */
434 pci_bus_write_config(bus, dev, 0x644, val, PCI_SIZE_32);
Tim Harvey33791d52014-08-07 22:49:57 -0700435
436 mdelay(100);
437 }
438}
Tim Harvey552c3582014-03-06 07:46:30 -0800439
440#ifdef CONFIG_SERIAL_TAG
441/*
442 * called when setting up ATAGS before booting kernel
443 * populate serialnum from the following (in order of priority):
444 * serial# env var
445 * eeprom
446 */
447void get_board_serial(struct tag_serialnr *serialnr)
448{
Simon Glass64b723f2017-08-03 12:22:12 -0600449 char *serial = env_get("serial#");
Tim Harvey552c3582014-03-06 07:46:30 -0800450
451 if (serial) {
452 serialnr->high = 0;
453 serialnr->low = simple_strtoul(serial, NULL, 10);
454 } else if (ventana_info.model[0]) {
455 serialnr->high = 0;
456 serialnr->low = ventana_info.serial;
457 } else {
458 serialnr->high = 0;
459 serialnr->low = 0;
460 }
461}
462#endif
463
464/*
465 * Board Support
466 */
467
468int board_early_init_f(void)
469{
Tim Harveyfb64cc72014-04-25 15:39:07 -0700470#if defined(CONFIG_VIDEO_IPUV3)
471 setup_display();
472#endif
Tim Harvey552c3582014-03-06 07:46:30 -0800473 return 0;
474}
475
476int dram_init(void)
477{
Tim Harveybfa2dae2014-06-02 16:13:27 -0700478 gd->ram_size = imx_ddr_size();
Tim Harvey552c3582014-03-06 07:46:30 -0800479 return 0;
480}
481
482int board_init(void)
483{
Fabio Estevamceb74c42014-07-09 17:59:54 -0300484 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR;
Tim Harvey552c3582014-03-06 07:46:30 -0800485
486 clrsetbits_le32(&iomuxc_regs->gpr[1],
487 IOMUXC_GPR1_OTG_ID_MASK,
488 IOMUXC_GPR1_OTG_ID_GPIO1);
489
490 /* address of linux boot parameters */
491 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
492
Tim Harveyba9f2342019-02-04 13:10:52 -0800493 /* read Gateworks EEPROM into global struct (used later) */
494 setup_ventana_i2c(0);
495 board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info);
496
Tim Harveyd04dc812019-02-04 13:10:49 -0800497 setup_ventana_i2c(1);
498 setup_ventana_i2c(2);
Tim Harvey552c3582014-03-06 07:46:30 -0800499
Tim Harvey0cee2242015-05-08 18:28:35 -0700500 setup_iomux_gpio(board_type, &ventana_info);
Tim Harvey552c3582014-03-06 07:46:30 -0800501
502 return 0;
503}
504
Tim Harvey948202c2021-03-01 14:33:32 -0800505int board_fit_config_name_match(const char *name)
506{
507 static char init;
508 const char *dtb;
509 char buf[32];
510 int i = 0;
511
512 do {
513 dtb = gsc_get_dtb_name(i++, buf, sizeof(buf));
514 if (dtb && !strcmp(dtb, name)) {
515 if (!init++)
516 printf("DTB: %s\n", name);
517 return 0;
518 }
519 } while (dtb);
520
521 return -1;
522}
523
Tim Harvey552c3582014-03-06 07:46:30 -0800524#if defined(CONFIG_DISPLAY_BOARDINFO_LATE)
525/*
526 * called during late init (after relocation and after board_init())
527 * by virtue of CONFIG_DISPLAY_BOARDINFO_LATE as we needed i2c initialized and
528 * EEPROM read.
529 */
530int checkboard(void)
531{
532 struct ventana_board_info *info = &ventana_info;
533 unsigned char buf[4];
534 const char *p;
535 int quiet; /* Quiet or minimal output mode */
536
537 quiet = 0;
Simon Glass64b723f2017-08-03 12:22:12 -0600538 p = env_get("quiet");
Tim Harvey552c3582014-03-06 07:46:30 -0800539 if (p)
540 quiet = simple_strtol(p, NULL, 10);
541 else
Simon Glass6a38e412017-08-03 12:22:09 -0600542 env_set("quiet", "0");
Tim Harvey552c3582014-03-06 07:46:30 -0800543
544 puts("\nGateworks Corporation Copyright 2014\n");
545 if (info->model[0]) {
546 printf("Model: %s\n", info->model);
547 printf("MFGDate: %02x-%02x-%02x%02x\n",
548 info->mfgdate[0], info->mfgdate[1],
549 info->mfgdate[2], info->mfgdate[3]);
550 printf("Serial:%d\n", info->serial);
551 } else {
552 puts("Invalid EEPROM - board will not function fully\n");
553 }
554 if (quiet)
555 return 0;
556
557 /* Display GSC firmware revision/CRC/status */
Tim Harvey92e3d842015-04-08 12:54:59 -0700558 gsc_info(0);
559
Tim Harvey552c3582014-03-06 07:46:30 -0800560 /* Display RTC */
561 if (!gsc_i2c_read(GSC_RTC_ADDR, 0x00, 1, buf, 4)) {
562 printf("RTC: %d\n",
563 buf[0] | buf[1]<<8 | buf[2]<<16 | buf[3]<<24);
564 }
565
566 return 0;
567}
568#endif
569
570#ifdef CONFIG_CMD_BMODE
571/*
572 * BOOT_CFG1, BOOT_CFG2, BOOT_CFG3, BOOT_CFG4
573 * see Table 8-11 and Table 5-9
574 * BOOT_CFG1[7] = 1 (boot from NAND)
575 * BOOT_CFG1[5] = 0 - raw NAND
576 * BOOT_CFG1[4] = 0 - default pad settings
577 * BOOT_CFG1[3:2] = 00 - devices = 1
578 * BOOT_CFG1[1:0] = 00 - Row Address Cycles = 3
579 * BOOT_CFG2[4:3] = 00 - Boot Search Count = 2
580 * BOOT_CFG2[2:1] = 01 - Pages In Block = 64
581 * BOOT_CFG2[0] = 0 - Reset time 12ms
582 */
583static const struct boot_mode board_boot_modes[] = {
584 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
585 { "nand", MAKE_CFGVAL(0x80, 0x02, 0x00, 0x00) },
Tim Harvey659441b2017-03-17 07:31:02 -0700586 { "emmc2", MAKE_CFGVAL(0x60, 0x48, 0x00, 0x00) }, /* GW5600 */
Tim Harveya2d24c92019-02-04 13:10:50 -0800587 { "emmc3", MAKE_CFGVAL(0x60, 0x50, 0x00, 0x00) }, /* GW5903/4/5 */
Tim Harvey552c3582014-03-06 07:46:30 -0800588 { NULL, 0 },
589};
590#endif
591
592/* late init */
593int misc_init_r(void)
594{
595 struct ventana_board_info *info = &ventana_info;
Tim Harvey71dbb2c2016-07-15 07:14:25 -0700596 char buf[256];
597 int i;
Tim Harvey552c3582014-03-06 07:46:30 -0800598
599 /* set env vars based on EEPROM data */
600 if (ventana_info.model[0]) {
601 char str[16], fdt[36];
602 char *p;
603 const char *cputype = "";
Tim Harvey552c3582014-03-06 07:46:30 -0800604
605 /*
606 * FDT name will be prefixed with CPU type. Three versions
607 * will be created each increasingly generic and bootloader
608 * env scripts will try loading each from most specific to
609 * least.
610 */
Tim Harveybfa2dae2014-06-02 16:13:27 -0700611 if (is_cpu_type(MXC_CPU_MX6Q) ||
612 is_cpu_type(MXC_CPU_MX6D))
Tim Harvey552c3582014-03-06 07:46:30 -0800613 cputype = "imx6q";
Tim Harveybfa2dae2014-06-02 16:13:27 -0700614 else if (is_cpu_type(MXC_CPU_MX6DL) ||
615 is_cpu_type(MXC_CPU_MX6SOLO))
Tim Harvey552c3582014-03-06 07:46:30 -0800616 cputype = "imx6dl";
Simon Glass6a38e412017-08-03 12:22:09 -0600617 env_set("soctype", cputype);
Tim Harvey06d87432014-08-07 22:35:41 -0700618 if (8 << (ventana_info.nand_flash_size-1) >= 2048)
Simon Glass6a38e412017-08-03 12:22:09 -0600619 env_set("flash_layout", "large");
Tim Harvey06d87432014-08-07 22:35:41 -0700620 else
Simon Glass6a38e412017-08-03 12:22:09 -0600621 env_set("flash_layout", "normal");
Tim Harvey552c3582014-03-06 07:46:30 -0800622 memset(str, 0, sizeof(str));
623 for (i = 0; i < (sizeof(str)-1) && info->model[i]; i++)
624 str[i] = tolower(info->model[i]);
Simon Glass6a38e412017-08-03 12:22:09 -0600625 env_set("model", str);
Simon Glass64b723f2017-08-03 12:22:12 -0600626 if (!env_get("fdt_file")) {
Tim Harvey552c3582014-03-06 07:46:30 -0800627 sprintf(fdt, "%s-%s.dtb", cputype, str);
Simon Glass6a38e412017-08-03 12:22:09 -0600628 env_set("fdt_file", fdt);
Tim Harvey552c3582014-03-06 07:46:30 -0800629 }
630 p = strchr(str, '-');
631 if (p) {
632 *p++ = 0;
633
Simon Glass6a38e412017-08-03 12:22:09 -0600634 env_set("model_base", str);
Tim Harveyf6db79a2015-05-26 11:04:56 -0700635 sprintf(fdt, "%s-%s.dtb", cputype, str);
Simon Glass6a38e412017-08-03 12:22:09 -0600636 env_set("fdt_file1", fdt);
Tim Harvey892068c2016-05-24 11:03:58 -0700637 if (board_type != GW551x &&
638 board_type != GW552x &&
Tim Harvey659441b2017-03-17 07:31:02 -0700639 board_type != GW553x &&
640 board_type != GW560x)
Tim Harvey50581832014-08-20 23:35:14 -0700641 str[4] = 'x';
Tim Harvey552c3582014-03-06 07:46:30 -0800642 str[5] = 'x';
643 str[6] = 0;
Tim Harveyf6db79a2015-05-26 11:04:56 -0700644 sprintf(fdt, "%s-%s.dtb", cputype, str);
Simon Glass6a38e412017-08-03 12:22:09 -0600645 env_set("fdt_file2", fdt);
Tim Harvey552c3582014-03-06 07:46:30 -0800646 }
647
648 /* initialize env from EEPROM */
649 if (test_bit(EECONFIG_ETH0, info->config) &&
Simon Glass64b723f2017-08-03 12:22:12 -0600650 !env_get("ethaddr")) {
Simon Glass8551d552017-08-03 12:22:11 -0600651 eth_env_set_enetaddr("ethaddr", info->mac0);
Tim Harvey552c3582014-03-06 07:46:30 -0800652 }
653 if (test_bit(EECONFIG_ETH1, info->config) &&
Simon Glass64b723f2017-08-03 12:22:12 -0600654 !env_get("eth1addr")) {
Simon Glass8551d552017-08-03 12:22:11 -0600655 eth_env_set_enetaddr("eth1addr", info->mac1);
Tim Harvey552c3582014-03-06 07:46:30 -0800656 }
657
658 /* board serial-number */
659 sprintf(str, "%6d", info->serial);
Simon Glass6a38e412017-08-03 12:22:09 -0600660 env_set("serial#", str);
Tim Harvey27770822015-04-08 12:54:51 -0700661
662 /* memory MB */
663 sprintf(str, "%d", (int) (gd->ram_size >> 20));
Simon Glass6a38e412017-08-03 12:22:09 -0600664 env_set("mem_mb", str);
Tim Harvey552c3582014-03-06 07:46:30 -0800665 }
666
Tim Harvey71dbb2c2016-07-15 07:14:25 -0700667 /* Set a non-initialized hwconfig based on board configuration */
Simon Glass64b723f2017-08-03 12:22:12 -0600668 if (!strcmp(env_get("hwconfig"), "_UNKNOWN_")) {
Tim Harveyfd6f2392017-03-13 08:51:06 -0700669 buf[0] = 0;
Tim Harvey71dbb2c2016-07-15 07:14:25 -0700670 if (gpio_cfg[board_type].rs232_en)
671 strcat(buf, "rs232;");
672 for (i = 0; i < gpio_cfg[board_type].dio_num; i++) {
673 char buf1[32];
674 sprintf(buf1, "dio%d:mode=gpio;", i);
675 if (strlen(buf) + strlen(buf1) < sizeof(buf))
676 strcat(buf, buf1);
677 }
Simon Glass6a38e412017-08-03 12:22:09 -0600678 env_set("hwconfig", buf);
Tim Harvey71dbb2c2016-07-15 07:14:25 -0700679 }
Tim Harvey552c3582014-03-06 07:46:30 -0800680
Tim Harvey0cee2242015-05-08 18:28:35 -0700681 /* setup baseboard specific GPIO based on board and env */
682 setup_board_gpio(board_type, info);
Tim Harvey552c3582014-03-06 07:46:30 -0800683
684#ifdef CONFIG_CMD_BMODE
685 add_board_boot_modes(board_boot_modes);
686#endif
687
Tim Harvey40feabb2015-05-08 18:28:36 -0700688 /* disable boot watchdog */
689 gsc_boot_wd_disable();
Tim Harvey552c3582014-03-06 07:46:30 -0800690
691 return 0;
692}
693
Robert P. J. Day3c757002016-05-19 15:23:12 -0400694#ifdef CONFIG_OF_BOARD_SETUP
Tim Harvey552c3582014-03-06 07:46:30 -0800695
Tim Harveycf20e552015-04-08 12:55:01 -0700696static int ft_sethdmiinfmt(void *blob, char *mode)
697{
698 int off;
699
700 if (!mode)
701 return -EINVAL;
702
703 off = fdt_node_offset_by_compatible(blob, -1, "nxp,tda1997x");
704 if (off < 0)
705 return off;
706
707 if (0 == strcasecmp(mode, "yuv422bt656")) {
708 u8 cfg[] = { 0x00, 0x00, 0x00, 0x82, 0x81, 0x00,
709 0x00, 0x00, 0x00 };
710 mode = "422_ccir";
711 fdt_setprop(blob, off, "vidout_fmt", mode, strlen(mode) + 1);
712 fdt_setprop_u32(blob, off, "vidout_trc", 1);
713 fdt_setprop_u32(blob, off, "vidout_blc", 1);
714 fdt_setprop(blob, off, "vidout_portcfg", cfg, sizeof(cfg));
715 printf(" set HDMI input mode to %s\n", mode);
716 } else if (0 == strcasecmp(mode, "yuv422smp")) {
717 u8 cfg[] = { 0x00, 0x00, 0x00, 0x88, 0x87, 0x00,
718 0x82, 0x81, 0x00 };
719 mode = "422_smp";
720 fdt_setprop(blob, off, "vidout_fmt", mode, strlen(mode) + 1);
721 fdt_setprop_u32(blob, off, "vidout_trc", 0);
722 fdt_setprop_u32(blob, off, "vidout_blc", 0);
723 fdt_setprop(blob, off, "vidout_portcfg", cfg, sizeof(cfg));
724 printf(" set HDMI input mode to %s\n", mode);
725 } else {
726 return -EINVAL;
727 }
728
729 return 0;
730}
731
Tim Harveybfb240a2016-06-17 06:10:41 -0700732#if defined(CONFIG_CMD_PCI)
733#define PCI_ID(x) ( \
734 (PCI_BUS(x->devfn)<<16)| \
735 (PCI_DEV(x->devfn)<<11)| \
736 (PCI_FUNC(x->devfn)<<8) \
737 )
Tim Harveybfb240a2016-06-17 06:10:41 -0700738int fdt_add_pci_node(void *blob, int par, struct pci_dev *dev)
739{
740 uint32_t reg[5];
741 char node[32];
742 int np;
743
744 sprintf(node, "pcie@%d,%d,%d", PCI_BUS(dev->devfn),
745 PCI_DEV(dev->devfn), PCI_FUNC(dev->devfn));
746
747 np = fdt_subnode_offset(blob, par, node);
748 if (np >= 0)
749 return np;
750 np = fdt_add_subnode(blob, par, node);
751 if (np < 0) {
752 printf(" %s failed: no space\n", __func__);
753 return np;
754 }
755
756 memset(reg, 0, sizeof(reg));
757 reg[0] = cpu_to_fdt32(PCI_ID(dev));
758 fdt_setprop(blob, np, "reg", reg, sizeof(reg));
759
760 return np;
761}
762
763/* build a path of nested PCI devs for all bridges passed through */
764int fdt_add_pci_path(void *blob, struct pci_dev *dev)
765{
766 struct pci_dev *bridges[MAX_PCI_DEVS];
767 int k, np;
768
769 /* build list of parents */
Tim Harvey984aa0d2019-02-04 13:11:00 -0800770 np = fdt_node_offset_by_compatible(blob, -1, "fsl,imx6q-pcie");
Tim Harveybfb240a2016-06-17 06:10:41 -0700771 if (np < 0)
772 return np;
773
774 k = 0;
775 while (dev) {
776 bridges[k++] = dev;
777 dev = dev->ppar;
778 };
779
780 /* now add them the to DT in reverse order */
781 while (k--) {
782 np = fdt_add_pci_node(blob, np, bridges[k]);
783 if (np < 0)
784 break;
785 }
786
787 return np;
788}
789
790/*
791 * The GW16082 has a hardware errata errata such that it's
792 * INTA/B/C/D are mis-mapped to its four slots (slot12-15). Because
793 * of this normal PCI interrupt swizzling will not work so we will
794 * provide an irq-map via device-tree.
795 */
796int fdt_fixup_gw16082(void *blob, int np, struct pci_dev *dev)
797{
798 int len;
799 int host;
800 uint32_t imap_new[8*4*4];
801 const uint32_t *imap;
802 uint32_t irq[4];
803 uint32_t reg[4];
804 int i;
805
806 /* build irq-map based on host controllers map */
Tim Harvey984aa0d2019-02-04 13:11:00 -0800807 host = fdt_node_offset_by_compatible(blob, -1, "fsl,imx6q-pcie");
Tim Harveybfb240a2016-06-17 06:10:41 -0700808 if (host < 0) {
809 printf(" %s failed: missing host\n", __func__);
810 return host;
811 }
812
813 /* use interrupt data from root complex's node */
814 imap = fdt_getprop(blob, host, "interrupt-map", &len);
815 if (!imap || len != 128) {
816 printf(" %s failed: invalid interrupt-map\n",
817 __func__);
818 return -FDT_ERR_NOTFOUND;
819 }
820
821 /* obtain irq's of host controller in pin order */
822 for (i = 0; i < 4; i++)
823 irq[(fdt32_to_cpu(imap[(i*8)+3])-1)%4] = imap[(i*8)+6];
824
825 /*
826 * determine number of swizzles necessary:
827 * For each bridge we pass through we need to swizzle
828 * the number of the slot we are on.
829 */
830 struct pci_dev *d;
831 int b;
832 b = 0;
833 d = dev->ppar;
834 while(d && d->ppar) {
835 b += PCI_DEV(d->devfn);
836 d = d->ppar;
837 }
838
839 /* create new irq mappings for slots12-15
840 * <skt> <idsel> <slot> <skt-inta> <skt-intb>
841 * J3 AD28 12 INTD INTA
842 * J4 AD29 13 INTC INTD
843 * J5 AD30 14 INTB INTC
844 * J2 AD31 15 INTA INTB
845 */
846 for (i = 0; i < 4; i++) {
847 /* addr matches bus:dev:func */
848 u32 addr = dev->busno << 16 | (12+i) << 11;
849
850 /* default cells from root complex */
851 memcpy(&imap_new[i*32], imap, 128);
852 /* first cell is PCI device address (BDF) */
853 imap_new[(i*32)+(0*8)+0] = cpu_to_fdt32(addr);
854 imap_new[(i*32)+(1*8)+0] = cpu_to_fdt32(addr);
855 imap_new[(i*32)+(2*8)+0] = cpu_to_fdt32(addr);
856 imap_new[(i*32)+(3*8)+0] = cpu_to_fdt32(addr);
857 /* third cell is pin */
858 imap_new[(i*32)+(0*8)+3] = cpu_to_fdt32(1);
859 imap_new[(i*32)+(1*8)+3] = cpu_to_fdt32(2);
860 imap_new[(i*32)+(2*8)+3] = cpu_to_fdt32(3);
861 imap_new[(i*32)+(3*8)+3] = cpu_to_fdt32(4);
862 /* sixth cell is relative interrupt */
863 imap_new[(i*32)+(0*8)+6] = irq[(15-(12+i)+b+0)%4];
864 imap_new[(i*32)+(1*8)+6] = irq[(15-(12+i)+b+1)%4];
865 imap_new[(i*32)+(2*8)+6] = irq[(15-(12+i)+b+2)%4];
866 imap_new[(i*32)+(3*8)+6] = irq[(15-(12+i)+b+3)%4];
867 }
868 fdt_setprop(blob, np, "interrupt-map", imap_new,
869 sizeof(imap_new));
870 reg[0] = cpu_to_fdt32(0xfff00);
871 reg[1] = 0;
872 reg[2] = 0;
873 reg[3] = cpu_to_fdt32(0x7);
874 fdt_setprop(blob, np, "interrupt-map-mask", reg, sizeof(reg));
875 fdt_setprop_cell(blob, np, "#interrupt-cells", 1);
876 fdt_setprop_string(blob, np, "device_type", "pci");
877 fdt_setprop_cell(blob, np, "#address-cells", 3);
878 fdt_setprop_cell(blob, np, "#size-cells", 2);
879 printf(" Added custom interrupt-map for GW16082\n");
880
881 return 0;
882}
883
Tim Harvey77b82a12016-06-17 06:10:42 -0700884/* The sky2 GigE MAC obtains it's MAC addr from device-tree by default */
885int fdt_fixup_sky2(void *blob, int np, struct pci_dev *dev)
886{
887 char *tmp, *end;
888 char mac[16];
889 unsigned char mac_addr[6];
890 int j;
891
892 sprintf(mac, "eth1addr");
Simon Glass64b723f2017-08-03 12:22:12 -0600893 tmp = env_get(mac);
Tim Harvey77b82a12016-06-17 06:10:42 -0700894 if (tmp) {
895 for (j = 0; j < 6; j++) {
896 mac_addr[j] = tmp ?
897 simple_strtoul(tmp, &end,16) : 0;
898 if (tmp)
899 tmp = (*end) ? end+1 : end;
900 }
901 fdt_setprop(blob, np, "local-mac-address", mac_addr,
902 sizeof(mac_addr));
903 printf(" Added mac addr for eth1\n");
904 return 0;
905 }
906
907 return -1;
908}
909
Tim Harveybfb240a2016-06-17 06:10:41 -0700910/*
911 * PCI DT nodes must be nested therefore if we need to apply a DT fixup
912 * we will walk the PCI bus and add bridge nodes up to the device receiving
913 * the fixup.
914 */
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +0900915void ft_board_pci_fixup(void *blob, struct bd_info *bd)
Tim Harveybfb240a2016-06-17 06:10:41 -0700916{
917 int i, np;
918 struct pci_dev *dev;
919
920 for (i = 0; i < pci_devno; i++) {
921 dev = &pci_devs[i];
922
923 /*
924 * The GW16082 consists of a TI XIO2001 PCIe-to-PCI bridge and
925 * an EEPROM at i2c1-0x50.
926 */
927 if ((dev->vendor == PCI_VENDOR_ID_TI) &&
928 (dev->device == 0x8240) &&
929 (i2c_set_bus_num(1) == 0) &&
930 (i2c_probe(0x50) == 0))
931 {
932 np = fdt_add_pci_path(blob, dev);
933 if (np > 0)
934 fdt_fixup_gw16082(blob, np, dev);
935 }
Tim Harvey77b82a12016-06-17 06:10:42 -0700936
937 /* ethernet1 mac address */
938 else if ((dev->vendor == PCI_VENDOR_ID_MARVELL) &&
939 (dev->device == 0x4380))
940 {
941 np = fdt_add_pci_path(blob, dev);
942 if (np > 0)
943 fdt_fixup_sky2(blob, np, dev);
944 }
Tim Harveybfb240a2016-06-17 06:10:41 -0700945 }
946}
947#endif /* if defined(CONFIG_CMD_PCI) */
Tim Harvey147b5762016-05-24 11:03:59 -0700948
Tim Harvey984aa0d2019-02-04 13:11:00 -0800949void ft_board_wdog_fixup(void *blob, phys_addr_t addr)
Tim Harveyfcabb0b2017-05-15 10:05:07 -0700950{
Tim Harvey984aa0d2019-02-04 13:11:00 -0800951 int off = fdt_node_offset_by_compat_reg(blob, "fsl,imx6q-wdt", addr);
952
953 if (off) {
954 fdt_delprop(blob, off, "ext-reset-output");
955 fdt_delprop(blob, off, "fsl,ext-reset-output");
956 }
Tim Harveyfcabb0b2017-05-15 10:05:07 -0700957}
958
Tim Harvey552c3582014-03-06 07:46:30 -0800959/*
960 * called prior to booting kernel or by 'fdt boardsetup' command
961 *
962 * unless 'fdt_noauto' env var is set we will update the following in the DTB:
963 * - mtd partitions based on mtdparts/mtdids env
964 * - system-serial (board serial num from EEPROM)
965 * - board (full model from EEPROM)
966 * - peripherals removed from DTB if not loaded on board (per EEPROM config)
967 */
Tim Harvey984aa0d2019-02-04 13:11:00 -0800968#define WDOG1_ADDR 0x20bc000
969#define WDOG2_ADDR 0x20c0000
970#define GPIO3_ADDR 0x20a4000
971#define USDHC3_ADDR 0x2198000
972#define PWM0_ADDR 0x2080000
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +0900973int ft_board_setup(void *blob, struct bd_info *bd)
Tim Harvey552c3582014-03-06 07:46:30 -0800974{
Tim Harvey552c3582014-03-06 07:46:30 -0800975 struct ventana_board_info *info = &ventana_info;
Tim Harvey0da2c522014-08-07 22:35:45 -0700976 struct ventana_eeprom_config *cfg;
Masahiro Yamada20ead6f2018-07-19 16:28:23 +0900977 static const struct node_info nodes[] = {
Tim Harvey552c3582014-03-06 07:46:30 -0800978 { "sst,w25q256", MTD_DEV_TYPE_NOR, }, /* SPI flash */
979 { "fsl,imx6q-gpmi-nand", MTD_DEV_TYPE_NAND, }, /* NAND flash */
980 };
Simon Glass64b723f2017-08-03 12:22:12 -0600981 const char *model = env_get("model");
982 const char *display = env_get("display");
Tim Harvey16e0eae2015-04-08 12:54:44 -0700983 int i;
984 char rev = 0;
985
986 /* determine board revision */
987 for (i = sizeof(ventana_info.model) - 1; i > 0; i--) {
988 if (ventana_info.model[i] >= 'A') {
989 rev = ventana_info.model[i];
990 break;
991 }
992 }
Tim Harvey552c3582014-03-06 07:46:30 -0800993
Simon Glass64b723f2017-08-03 12:22:12 -0600994 if (env_get("fdt_noauto")) {
Tim Harvey552c3582014-03-06 07:46:30 -0800995 puts(" Skiping ft_board_setup (fdt_noauto defined)\n");
Simon Glass2aec3cc2014-10-23 18:58:47 -0600996 return 0;
Tim Harvey552c3582014-03-06 07:46:30 -0800997 }
998
Tim Harveyc9e43e02015-05-26 11:04:58 -0700999 if (test_bit(EECONFIG_NAND, info->config)) {
1000 /* Update partition nodes using info from mtdparts env var */
1001 puts(" Updating MTD partitions...\n");
1002 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
1003 }
Tim Harvey552c3582014-03-06 07:46:30 -08001004
Tim Harveye4af5d32015-04-08 12:54:58 -07001005 /* Update display timings from display env var */
1006 if (display) {
1007 if (fdt_fixup_display(blob, fdt_get_alias(blob, "lvds0"),
1008 display) >= 0)
1009 printf(" Set display timings for %s...\n", display);
1010 }
1011
Tim Harvey552c3582014-03-06 07:46:30 -08001012 printf(" Adjusting FDT per EEPROM for %s...\n", model);
1013
1014 /* board serial number */
Simon Glass64b723f2017-08-03 12:22:12 -06001015 fdt_setprop(blob, 0, "system-serial", env_get("serial#"),
1016 strlen(env_get("serial#")) + 1);
Tim Harvey552c3582014-03-06 07:46:30 -08001017
1018 /* board (model contains model from device-tree) */
1019 fdt_setprop(blob, 0, "board", info->model,
1020 strlen((const char *)info->model) + 1);
1021
Tim Harveycf20e552015-04-08 12:55:01 -07001022 /* set desired digital video capture format */
Simon Glass64b723f2017-08-03 12:22:12 -06001023 ft_sethdmiinfmt(blob, env_get("hdmiinfmt"));
Tim Harveycf20e552015-04-08 12:55:01 -07001024
Tim Harvey552c3582014-03-06 07:46:30 -08001025 /*
Tim Harveya1d32222016-07-15 07:16:28 -07001026 * Board model specific fixups
Tim Harvey865dc9c2015-04-08 12:54:56 -07001027 */
Tim Harveya1d32222016-07-15 07:16:28 -07001028 switch (board_type) {
1029 case GW51xx:
1030 /*
1031 * disable wdog node for GW51xx-A/B to work around
1032 * errata causing wdog timer to be unreliable.
1033 */
1034 if (rev >= 'A' && rev < 'C') {
Tim Harvey984aa0d2019-02-04 13:11:00 -08001035 i = fdt_node_offset_by_compat_reg(blob, "fsl,imx6q-wdt",
1036 WDOG1_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001037 if (i)
1038 fdt_status_disabled(blob, i);
1039 }
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001040
1041 /* GW51xx-E adds WDOG1_B external reset */
1042 if (rev < 'E')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001043 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001044 break;
Pushpal Sidhud1100562015-04-08 12:55:00 -07001045
Tim Harveya1d32222016-07-15 07:16:28 -07001046 case GW52xx:
1047 /* GW522x Uses GPIO3_IO23 instead of GPIO1_IO29 */
1048 if (info->model[4] == '2') {
1049 u32 handle = 0;
1050 u32 *range = NULL;
Pushpal Sidhud1100562015-04-08 12:55:00 -07001051
Tim Harveya1d32222016-07-15 07:16:28 -07001052 i = fdt_node_offset_by_compatible(blob, -1,
1053 "fsl,imx6q-pcie");
Pushpal Sidhud1100562015-04-08 12:55:00 -07001054 if (i)
Tim Harveya1d32222016-07-15 07:16:28 -07001055 range = (u32 *)fdt_getprop(blob, i,
1056 "reset-gpio", NULL);
1057
1058 if (range) {
Tim Harvey984aa0d2019-02-04 13:11:00 -08001059 i = fdt_node_offset_by_compat_reg(blob,
1060 "fsl,imx6q-gpio", GPIO3_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001061 if (i)
1062 handle = fdt_get_phandle(blob, i);
1063 if (handle) {
1064 range[0] = cpu_to_fdt32(handle);
1065 range[1] = cpu_to_fdt32(23);
1066 }
Pushpal Sidhud1100562015-04-08 12:55:00 -07001067 }
Tim Harveya1d32222016-07-15 07:16:28 -07001068
1069 /* these have broken usd_vsel */
1070 if (strstr((const char *)info->model, "SP318-B") ||
1071 strstr((const char *)info->model, "SP331-B"))
1072 gpio_cfg[board_type].usd_vsel = 0;
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001073
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001074 /* GW522x-B adds WDOG1_B external reset */
Tim Harvey984aa0d2019-02-04 13:11:00 -08001075 if (rev < 'B')
1076 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Pushpal Sidhud1100562015-04-08 12:55:00 -07001077 }
Tim Harveydc5996a2017-05-15 10:05:06 -07001078
1079 /* GW520x-E adds WDOG1_B external reset */
1080 else if (info->model[4] == '0' && rev < 'E')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001081 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001082 break;
Tim Harvey147b5762016-05-24 11:03:59 -07001083
Tim Harveya1d32222016-07-15 07:16:28 -07001084 case GW53xx:
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001085 /* GW53xx-E adds WDOG1_B external reset */
1086 if (rev < 'E')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001087 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001088 break;
Pushpal Sidhud1100562015-04-08 12:55:00 -07001089
Tim Harveya1d32222016-07-15 07:16:28 -07001090 case GW54xx:
1091 /*
1092 * disable serial2 node for GW54xx for compatibility with older
1093 * 3.10.x kernel that improperly had this node enabled in the DT
1094 */
Tim Harvey984aa0d2019-02-04 13:11:00 -08001095 fdt_set_status_by_alias(blob, "serial2", FDT_STATUS_DISABLED,
1096 0);
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001097
1098 /* GW54xx-E adds WDOG2_B external reset */
1099 if (rev < 'E')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001100 ft_board_wdog_fixup(blob, WDOG2_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001101 break;
1102
1103 case GW551x:
1104 /*
1105 * isolate CSI0_DATA_EN for GW551x-A to work around errata
1106 * causing non functional digital video in (it is not hooked up)
1107 */
1108 if (rev == 'A') {
1109 u32 *range = NULL;
1110 int len;
1111 const u32 *handle = NULL;
1112
1113 i = fdt_node_offset_by_compatible(blob, -1,
1114 "fsl,imx-tda1997x-video");
1115 if (i)
1116 handle = fdt_getprop(blob, i, "pinctrl-0",
1117 NULL);
1118 if (handle)
1119 i = fdt_node_offset_by_phandle(blob,
1120 fdt32_to_cpu(*handle));
1121 if (i)
1122 range = (u32 *)fdt_getprop(blob, i, "fsl,pins",
1123 &len);
1124 if (range) {
1125 len /= sizeof(u32);
1126 for (i = 0; i < len; i += 6) {
1127 u32 mux_reg = fdt32_to_cpu(range[i+0]);
1128 u32 conf_reg = fdt32_to_cpu(range[i+1]);
1129 /* mux PAD_CSI0_DATA_EN to GPIO */
1130 if (is_cpu_type(MXC_CPU_MX6Q) &&
1131 mux_reg == 0x260 &&
1132 conf_reg == 0x630)
1133 range[i+3] = cpu_to_fdt32(0x5);
1134 else if (!is_cpu_type(MXC_CPU_MX6Q) &&
1135 mux_reg == 0x08c &&
1136 conf_reg == 0x3a0)
1137 range[i+3] = cpu_to_fdt32(0x5);
1138 }
1139 fdt_setprop_inplace(blob, i, "fsl,pins", range,
1140 len);
Tim Harvey6944ccf2015-04-08 12:54:53 -07001141 }
Tim Harveydc8b5e62015-04-08 12:55:02 -07001142
Tim Harveya1d32222016-07-15 07:16:28 -07001143 /* set BT656 video format */
1144 ft_sethdmiinfmt(blob, "yuv422bt656");
1145 }
Tim Harvey8d76d0d2016-07-15 07:16:29 -07001146
1147 /* GW551x-C adds WDOG1_B external reset */
1148 if (rev < 'C')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001149 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Tim Harveya1d32222016-07-15 07:16:28 -07001150 break;
Tim Harvey5852a332019-02-04 13:10:58 -08001151 case GW5901:
1152 case GW5902:
1153 /* GW5901/GW5901 revB adds WDOG1_B as an external reset */
1154 if (rev < 'B')
Tim Harvey984aa0d2019-02-04 13:11:00 -08001155 ft_board_wdog_fixup(blob, WDOG1_ADDR);
Tim Harvey5852a332019-02-04 13:10:58 -08001156 break;
Tim Harvey6944ccf2015-04-08 12:54:53 -07001157 }
1158
Tim Harvey8d2d8df2016-05-24 11:03:55 -07001159 /* Configure DIO */
Tim Harvey41595b52016-07-15 07:14:23 -07001160 for (i = 0; i < gpio_cfg[board_type].dio_num; i++) {
Tim Harvey8d2d8df2016-05-24 11:03:55 -07001161 struct dio_cfg *cfg = &gpio_cfg[board_type].dio_cfg[i];
1162 char arg[10];
1163
1164 sprintf(arg, "dio%d", i);
1165 if (!hwconfig(arg))
1166 continue;
1167 if (hwconfig_subarg_cmp(arg, "mode", "pwm") && cfg->pwm_param)
1168 {
Tim Harvey984aa0d2019-02-04 13:11:00 -08001169 phys_addr_t addr;
1170 int off;
1171
Tim Harvey8d2d8df2016-05-24 11:03:55 -07001172 printf(" Enabling pwm%d for DIO%d\n",
1173 cfg->pwm_param, i);
Tim Harvey984aa0d2019-02-04 13:11:00 -08001174 addr = PWM0_ADDR + (0x4000 * (cfg->pwm_param - 1));
1175 off = fdt_node_offset_by_compat_reg(blob,
1176 "fsl,imx6q-pwm",
1177 addr);
1178 if (off)
1179 fdt_status_okay(blob, off);
Tim Harvey8d2d8df2016-05-24 11:03:55 -07001180 }
1181 }
1182
Tim Harvey147b5762016-05-24 11:03:59 -07001183 /* remove no-1-8-v if UHS-I support is present */
1184 if (gpio_cfg[board_type].usd_vsel) {
1185 debug("Enabling UHS-I support\n");
Tim Harvey984aa0d2019-02-04 13:11:00 -08001186 i = fdt_node_offset_by_compat_reg(blob, "fsl,imx6q-usdhc",
1187 USDHC3_ADDR);
1188 if (i)
1189 fdt_delprop(blob, i, "no-1-8-v");
Tim Harvey147b5762016-05-24 11:03:59 -07001190 }
1191
Tim Harveybfb240a2016-06-17 06:10:41 -07001192#if defined(CONFIG_CMD_PCI)
Simon Glass64b723f2017-08-03 12:22:12 -06001193 if (!env_get("nopcifixup"))
Tim Harveybfb240a2016-06-17 06:10:41 -07001194 ft_board_pci_fixup(blob, bd);
1195#endif
1196
Tim Harvey6944ccf2015-04-08 12:54:53 -07001197 /*
Tim Harvey552c3582014-03-06 07:46:30 -08001198 * Peripheral Config:
1199 * remove nodes by alias path if EEPROM config tells us the
1200 * peripheral is not loaded on the board.
1201 */
Simon Glass64b723f2017-08-03 12:22:12 -06001202 if (env_get("fdt_noconfig")) {
Tim Harvey0da2c522014-08-07 22:35:45 -07001203 puts(" Skiping periperhal config (fdt_noconfig defined)\n");
Simon Glass2aec3cc2014-10-23 18:58:47 -06001204 return 0;
Tim Harvey0da2c522014-08-07 22:35:45 -07001205 }
1206 cfg = econfig;
1207 while (cfg->name) {
1208 if (!test_bit(cfg->bit, info->config)) {
1209 fdt_del_node_and_alias(blob, cfg->dtalias ?
1210 cfg->dtalias : cfg->name);
1211 }
1212 cfg++;
Tim Harvey552c3582014-03-06 07:46:30 -08001213 }
Simon Glass2aec3cc2014-10-23 18:58:47 -06001214
1215 return 0;
Tim Harvey552c3582014-03-06 07:46:30 -08001216}
Robert P. J. Day3c757002016-05-19 15:23:12 -04001217#endif /* CONFIG_OF_BOARD_SETUP */