Skip to content
Snippets Groups Projects
Commit 28a25a86 authored by Troy Kisky's avatar Troy Kisky
Browse files

nitrogen8mm: request GP_CSI1_MIPI_PWDN/RESET

parent a2c370c0
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,8 @@ int board_init(void)
gpio_request(GP_GT911_RESET, "gt911_reset");
gpio_request(GPIRQ_GT911, "gt911_irq");
gpio_request(GP_LTK08_MIPI_EN, "lkt08_mipi_en");
gpio_request(GP_CSI1_MIPI_PWDN, "csi1_mipi_pwdn");
gpio_request(GP_CSI1_MIPI_RESET, "csi1_mipi_reset");
gpio_direction_output(GP_GT911_RESET, 0);
gpio_direction_output(GP_CSI1_MIPI_PWDN, 1);
gpio_direction_output(GP_CSI1_MIPI_RESET, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment