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
15
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
4fbcf641
Commit
4fbcf641
authored
2 years ago
by
Gianfranco Mariotti
Browse files
Options
Downloads
Patches
Plain Diff
[A62] fix video settings
* fix overlays naming * fix hdmi+lvds, lvds+hdmi overlay definition
parent
e68d0cfc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
board/seco/imx6qdl_a62/env_conf.h
+2
-2
2 additions, 2 deletions
board/seco/imx6qdl_a62/env_conf.h
include/configs/seco_mx6_dtbo.h
+6
-6
6 additions, 6 deletions
include/configs/seco_mx6_dtbo.h
with
8 additions
and
8 deletions
board/seco/imx6qdl_a62/env_conf.h
+
2
−
2
View file @
4fbcf641
...
...
@@ -276,7 +276,7 @@ video_mode_t video_mode_list [] = {
.
type
=
VIDEO_HDMI
,
.
video_args
=
{
.
name
=
"HDMI"
,
.
buffer
=
"mxcfb
0
"
,
.
buffer
=
"mxcfb
1
"
,
.
driver
=
"hdmi"
,
PANEL_LIST
(
hdmi_video_spec_list
)
},
...
...
@@ -295,7 +295,7 @@ video_mode_t video_mode_list [] = {
.
type
=
VIDEO_LVDS
,
.
video_args
=
{
.
name
=
"LVDS ch0"
,
.
buffer
=
"mxcfb
0
"
,
.
buffer
=
"mxcfb
1
"
,
.
driver
=
"ldb"
,
PANEL_LIST
(
lvds_video_spec_list
)
},
...
...
This diff is collapsed.
Click to expand it.
include/configs/seco_mx6_dtbo.h
+
6
−
6
View file @
4fbcf641
#ifndef __SECO_MX6_DTBO_H
#define __SECO_MX6_DTBO_H
#define ENV_DTBO_A62_HDMI seco-imx6qdl-a62-video-
HDMI
.dtbo
#define ENV_DTBO_A62_LVDS seco-imx6qdl-a62-video-
LVDS
.dtbo
#define ENV_DTBO_A62_LDB_CLONE seco-imx6qdl-a62-video-
LVDSx2_CLONE
.dtbo
#define ENV_DTBO_A62_LDB_DUAL seco-imx6qdl-a62-video-
LVDSx2_DUAL
.dtbo
#define ENV_DTBO_A62_HDMI_LVDS seco-imx6qdl-a62-video-
LVDS_HDMI
.dtbo
#define ENV_DTBO_A62_LVDS_HDMI seco-imx6qdl-a62-video-
HDMI_LVDS
.dtbo
#define ENV_DTBO_A62_HDMI seco-imx6qdl-a62-video-
hdmi
.dtbo
#define ENV_DTBO_A62_LVDS seco-imx6qdl-a62-video-
lvds
.dtbo
#define ENV_DTBO_A62_LDB_CLONE seco-imx6qdl-a62-video-
lvdsx2-clone
.dtbo
#define ENV_DTBO_A62_LDB_DUAL seco-imx6qdl-a62-video-
lvdsx2-dual
.dtbo
#define ENV_DTBO_A62_HDMI_LVDS seco-imx6qdl-a62-video-
hdmi-lvds
.dtbo
#define ENV_DTBO_A62_LVDS_HDMI seco-imx6qdl-a62-video-
lvds-hdmi
.dtbo
#define ENV_DTBO_A62_TOUCH_ST1232 seco-imx6qdl-a62-touch-st1232.dtbo
#define ENV_DTBO_A62_TOUCH_GT928 seco-imx6qdl-a62-touch-gt928.dtbo
#define ENV_DTBO_A62_CONN_J8 seco-imx6qdl-a62-conn_j8.dtbo
...
...
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