Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
u-boot-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
u-boot-seco-imx
Commits
dcdf2527
Commit
dcdf2527
authored
7 months ago
by
Gianfranco Mariotti
Committed by
Michele Cirinei
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[D18][BOARD] set LCD0 VDD, BKL enable
parent
505a1a47
No related branches found
Branches containing commit
No related tags found
1 merge request
!147
[i.MX8MP][D18][DRIVER][DTS][BOARD] add LVDS and eDP video support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/seco/imx8mp_d18/imx8mp_d18.c
+2
-2
2 additions, 2 deletions
board/seco/imx8mp_d18/imx8mp_d18.c
with
2 additions
and
2 deletions
board/seco/imx8mp_d18/imx8mp_d18.c
+
2
−
2
View file @
dcdf2527
...
...
@@ -83,9 +83,9 @@ void video_disabled(void)
{
imx_iomux_v3_setup_multiple_pads
(
video_pads
,
ARRAY_SIZE
(
video_pads
));
gpio_request
(
VIDEO_BKL_PAD
,
"video_bkl"
);
gpio_direction_output
(
VIDEO_BKL_PAD
,
0
);
gpio_direction_output
(
VIDEO_BKL_PAD
,
1
);
gpio_request
(
VIDEO_VDD_PAD
,
"video_vdd"
);
gpio_direction_output
(
VIDEO_VDD_PAD
,
0
);
gpio_direction_output
(
VIDEO_VDD_PAD
,
1
);
gpio_request
(
VIDEO_eDP_BRG_EN
,
"edp_bridge_enable"
);
gpio_direction_output
(
VIDEO_eDP_BRG_EN
,
0
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment