summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-05-08 18:28:37 -0700
committerStefano Babic <sbabic@denx.de>2015-05-15 19:21:25 +0200
commit6d38f3a85d9bfee387c4509d3d927beb4c110901 (patch)
treef4e1052ef9ba5aa902a0b983df8b011f0c8774b2 /board/gateworks/gw_ventana/common.h
parent2d833c8528afa1d080f29597bae732c6d048c316 (diff)
downloadu-boot-imx-6d38f3a85d9bfee387c4509d3d927beb4c110901.zip
u-boot-imx-6d38f3a85d9bfee387c4509d3d927beb4c110901.tar.gz
u-boot-imx-6d38f3a85d9bfee387c4509d3d927beb4c110901.tar.bz2
imx: ventana: detect pmic using i2c probe instead of board model
Avoid requiring board-model and probe pmic by its i2c address. This is in preparation for being able to call pmic_setup() from SPL and not need board type. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h
index a303b55..b7c0e96 100644
--- a/board/gateworks/gw_ventana/common.h
+++ b/board/gateworks/gw_ventana/common.h
@@ -89,7 +89,7 @@ void setup_ventana_i2c(void);
/* configure uart iomux */
void setup_iomux_uart(void);
/* conifgure PMIC */
-void setup_pmic(int board);
+void setup_pmic(void);
/* configure gpio iomux/defaults */
void setup_iomux_gpio(int board, struct ventana_board_info *);
/* late setup of GPIO (configuration per baseboard and env) */