Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Reform
reform-boundary-uboot
Commits
3b6a9864
Commit
3b6a9864
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
nitrogen8mm_som: add mipi-to-hdmi convertor detection
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
f0489ec5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/boundary/nitrogen8mm_som/nitrogen8mm_som.c
+6
-0
6 additions, 0 deletions
board/boundary/nitrogen8mm_som/nitrogen8mm_som.c
with
6 additions
and
0 deletions
board/boundary/nitrogen8mm_som/nitrogen8mm_som.c
+
6
−
0
View file @
3b6a9864
...
...
@@ -184,6 +184,12 @@ static const struct display_info_t displays[] = {
VD_LCM_JM430
(
MIPI
,
fbp_detect_i2c
,
fbp_bus_gp
(
3
,
GP_ST1633_RESET
,
GP_TC358762_EN
,
30
),
fbp_addr_gp
(
0x55
,
GP_LCM_JM430_BKL_EN
,
0
,
0
)),
/* Sitronix touch */
VD_LTK0680YTMDB
(
MIPI
,
NULL
,
fbp_bus_gp
(
3
,
GP_MIPI_RESET
,
GP_MIPI_RESET
,
0
),
0x5d
),
VD_MIPI_COM50H5N03ULC
(
MIPI
,
NULL
,
fbp_bus_gp
(
3
,
GP_MIPI_RESET
,
GP_MIPI_RESET
,
0
),
0x00
),
VD_MIPI_640_480M_60
(
MIPI
,
fbp_detect_i2c
,
3
,
0x70
),
VD_MIPI_1280_720M_60
(
MIPI
,
NULL
,
3
,
0x70
),
VD_MIPI_1920_1080M_60
(
MIPI
,
NULL
,
3
,
0x70
),
VD_MIPI_1024_768M_60
(
MIPI
,
NULL
,
3
,
0x70
),
VD_MIPI_800_600MR_60
(
MIPI
,
NULL
,
3
,
0x70
),
VD_MIPI_720_480M_60
(
MIPI
,
NULL
,
3
,
0x70
),
};
#define display_cnt ARRAY_SIZE(displays)
#else
...
...
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