[Armadeus-commitlog] UNNAMED PROJECT branch, opos6ul-2018.05, updated. 948ea7da68013d8d9f0e6cd9da9
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-01-17 14:26:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, opos6ul-2018.05 has been updated
via 948ea7da68013d8d9f0e6cd9da9f3e178bfb4e80 (commit)
from 644edb9667056a2f700202d5e4f0fc757cafcbc6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 948ea7da68013d8d9f0e6cd9da9f3e178bfb4e80
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Jan 17 15:23:01 2020 +0100
opos6ulsp: fix programm_b initial state
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-imx/mx6/opos6ulsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/mx6/opos6ulsp.c b/arch/arm/mach-imx/mx6/opos6ulsp.c
index 0b2e0e8d74..197c19c5f6 100644
--- a/arch/arm/mach-imx/mx6/opos6ulsp.c
+++ b/arch/arm/mach-imx/mx6/opos6ulsp.c
@@ -255,7 +255,7 @@ void opos6ulsp_fpga_init(void)
return;
}
- dm_gpio_set_dir_flags(&fpga_program_b, GPIOD_IS_OUT | GPIOD_ACTIVE_LOW | GPIOD_IS_OUT_ACTIVE);
+ dm_gpio_set_dir_flags(&fpga_program_b, GPIOD_IS_OUT | GPIOD_ACTIVE_LOW);
dm_gpio_set_dir_flags(&fpga_init_b, GPIOD_IS_IN | GPIOD_ACTIVE_LOW);
dm_gpio_set_dir_flags(&fpga_done, GPIOD_IS_IN);
hooks/post-receive
--
UNNAMED PROJECT
|