aboutsummaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-09-14 09:02:19 -0700
committerStefano Babic <sbabic@denx.de>2022-10-24 11:34:33 +0200
commit61e7f9732565d0f451d10708f50c8526e08e43bc (patch)
tree59d8c1a2dce73961ff4aeb161e08809c8ff71f9b /board
parent864ac2cf383e4b8008f09db2e7e53318093c431e (diff)
downloadu-boot-61e7f9732565d0f451d10708f50c8526e08e43bc.tar.gz
board: gateworks: venice: add imx8mm-gw7904 support
The GW7904 is based on the i.MX 8M Mini SoC featuring: - LPDDR4 DRAM - eMMC FLASH - microSD connector with UHS support - LIS2DE12 3-axis accelerometer - Gateworks System Controller - IMX8M FEC - 2x RS232 off-board connectors - PMIC - 10x bi-color LED's - 1x miniPCIe socket with PCIe and USB2.0 - 802.3at Class 4 PoE - 10-30VDC input via barrel-jack Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board')
-rw-r--r--board/gateworks/venice/spl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c
index 98931c04754..e06de8bb54c 100644
--- a/board/gateworks/venice/spl.c
+++ b/board/gateworks/venice/spl.c
@@ -172,7 +172,8 @@ static int power_init_board(void)
else if ((!strncmp(model, "GW7901", 6)) ||
(!strncmp(model, "GW7902", 6)) ||
- (!strncmp(model, "GW7903", 6))) {
+ (!strncmp(model, "GW7903", 6)) ||
+ (!strncmp(model, "GW7904", 6))) {
if (!strncmp(model, "GW7902", 6))
ret = uclass_get_device_by_seq(UCLASS_I2C, 0, &bus);
else