summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-20 10:25:31 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-20 14:04:47 +0200
commit214aceb5a62dad73ce8f24ed5f329aa5cf33407a (patch)
tree43ca6080a5ba89574c611213386f659f120bfe82
parente97de56e5d337364df16e5b058e8fc035dfa3f12 (diff)
board: apalis-imx8: add commented out board_quiesce_devices function
This function is in Mek board so also add it to apalis-imx8 but comment it out since ther is no console output with it in linux Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--board/toradex/apalis-imx8/apalis-imx8.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/toradex/apalis-imx8/apalis-imx8.c b/board/toradex/apalis-imx8/apalis-imx8.c
index a75e6a64cd..5dc98074f0 100644
--- a/board/toradex/apalis-imx8/apalis-imx8.c
+++ b/board/toradex/apalis-imx8/apalis-imx8.c
@@ -222,7 +222,17 @@ int board_init(void)
return 0;
}
+/* todo: With that function in ther is no console output in linux, drop for now */
+#if 0
+void board_quiesce_devices(void)
+{
+ const char *power_on_devices[] = {
+ "dma_lpuart1",
+ };
+ power_off_pd_devices(power_on_devices, ARRAY_SIZE(power_on_devices));
+}
+#endif
/*
* Board specific reset that is system reset.