Commit 6282b048e3c32fefa7a5dd19b5fa9bcfb85f9265

Authored by Eric Lee
1 parent 5e1ba992ad

Fix gpio pin numbering error

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/embedian/smarcimx8mq/smarcimx8mq.c
... ... @@ -189,7 +189,7 @@
189 189 gpio_direction_output(IMX_GPIO_NR(3, 20), 0);
190 190 /* Set GPIO3 as Output Low*/
191 191 gpio_request(IMX_GPIO_NR(3, 21), "GPIO3");
192   - gpio_direction_output(IMX_GPIO_NR(3, 11), 0);
  192 + gpio_direction_output(IMX_GPIO_NR(3, 21), 0);
193 193 /* Set GPIO4 as Output Low*/
194 194 gpio_request(IMX_GPIO_NR(3, 22), "GPIO4");
195 195 gpio_direction_output(IMX_GPIO_NR(3, 22), 0);