Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
imx
u-boot-imx
Commits
2049f2c5
Commit
2049f2c5
authored
Sep 28, 2020
by
Dmitry Petrov
Committed by
Thomas Schäfer
Oct 05, 2020
Browse files
pitx-imx8m: add DSI reset
parent
115e7184
Changes
1
Hide whitespace changes
Inline
Side-by-side
board/kontron/pitx-imx8m/pitx-imx8m.c
View file @
2049f2c5
...
@@ -443,6 +443,8 @@ int misc_init_r(void)
...
@@ -443,6 +443,8 @@ int misc_init_r(void)
gpio_request
(
IMX_GPIO_NR
(
3
,
12
),
"GPIO7"
);
gpio_request
(
IMX_GPIO_NR
(
3
,
12
),
"GPIO7"
);
gpio_direction_output
(
IMX_GPIO_NR
(
3
,
12
),
0
);
/*GPIO7*/
gpio_direction_output
(
IMX_GPIO_NR
(
3
,
12
),
0
);
/*GPIO7*/
gpio_request
(
IMX_GPIO_NR
(
3
,
20
),
"DSI_RST#"
);
gpio_direction_output
(
IMX_GPIO_NR
(
3
,
20
),
0
);
/*DSI_RST#*/
gpio_request
(
IMX_GPIO_NR
(
1
,
5
),
"CAM_RST#"
);
gpio_request
(
IMX_GPIO_NR
(
1
,
5
),
"CAM_RST#"
);
gpio_direction_output
(
IMX_GPIO_NR
(
1
,
5
),
1
);
/*CAM0_RST#*/
gpio_direction_output
(
IMX_GPIO_NR
(
1
,
5
),
1
);
/*CAM0_RST#*/
gpio_request
(
IMX_GPIO_NR
(
1
,
10
),
"GBE0_PWDN#"
);
gpio_request
(
IMX_GPIO_NR
(
1
,
10
),
"GBE0_PWDN#"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment