aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-07-24 10:40:34 -0700
committerStefano Babic <sbabic@denx.de>2021-08-09 14:46:50 +0200
commit92309aacda21cbdbb2c68bed9275006b2b7bade9 (patch)
treec3ddcaacd47e8634efda14d122a5915131f7c131 /board/gateworks/gw_ventana/common.h
parent706d910bbc24edcba9b2a4b90d1f439aae950876 (diff)
downloadu-boot-92309aacda21cbdbb2c68bed9275006b2b7bade9.zip
u-boot-92309aacda21cbdbb2c68bed9275006b2b7bade9.tar.gz
u-boot-92309aacda21cbdbb2c68bed9275006b2b7bade9.tar.bz2
imx: ventana: replace hard-coded LED config with dt based config
Use device-tree LED config instead of hard-coded board-specific config. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/common.h')
-rw-r--r--board/gateworks/gw_ventana/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h
index 4b2aaf0..3e67d46 100644
--- a/board/gateworks/gw_ventana/common.h
+++ b/board/gateworks/gw_ventana/common.h
@@ -61,7 +61,6 @@ struct ventana {
struct dio_cfg *dio_cfg;
int dio_num;
/* various gpios (0 if non-existent) */
- int leds[3];
int pcie_rst;
int mezz_pwren;
int mezz_irq;