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
Jack Humbert
reform-boundary-uboot
Commits
cb19ea5e
Commit
cb19ea5e
authored
6 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
ta: use fbp_bus_gp
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
769c5113
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/ta/ta.c
+11
-10
11 additions, 10 deletions
board/boundary/ta/ta.c
with
11 additions
and
10 deletions
board/boundary/ta/ta.c
+
11
−
10
View file @
cb19ea5e
...
...
@@ -143,8 +143,8 @@ static const iomux_v3_cfg_t init_pads[] = {
IOMUX_PAD_CTRL
(
GPIO_9__GPIO1_IO09
,
WEAK_PULLUP
),
/* LVDS */
#define GP_LVDS_
CONTRAST
IMX_GPIO_NR(4, 20)
IOMUX_PAD_CTRL
(
DI0_PIN4__GPIO4_IO20
,
WEAK_PULL
UP
),
#define GP_LVDS_
BKL_EN
IMX_GPIO_NR(4, 20)
IOMUX_PAD_CTRL
(
DI0_PIN4__GPIO4_IO20
,
WEAK_PULL
DN
),
#define GP_LVDS_BACKLIGHT IMX_GPIO_NR(1, 18)
IOMUX_PAD_CTRL
(
SD1_CMD__GPIO1_IO18
,
OUTPUT_40OHM
),
...
...
@@ -262,16 +262,17 @@ void board_enable_lvds(const struct display_info_t *di, int enable)
static
const
struct
display_info_t
displays
[]
=
{
/* ft5x06 */
VD_HANNSTAR7
(
LVDS
,
fbp_detect_i2c
,
2
,
0x38
),
VD_WSVGA
(
LVDS
,
NULL
,
2
,
0x38
),
VD_TM070JDHG30
(
LVDS
,
NULL
,
2
,
0x38
),
VD_HANNSTAR7
(
LVDS
,
fbp_detect_i2c
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
),
0x38
),
VD_M101NWWB
(
LVDS
,
NULL
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
),
0x38
),
VD_WSVGA
(
LVDS
,
NULL
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
),
0x38
),
VD_TM070JDHG30
(
LVDS
,
NULL
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
),
0x38
),
VD_WXGA_J
(
LVDS
,
NULL
,
0
,
0x00
),
VD_WXGA
(
LVDS
,
NULL
,
0
,
0x00
),
VD_WXGA_J
(
LVDS
,
NULL
,
fbp_bus_gp
(
0
,
0
,
GP_LVDS_BKL_EN
,
0
)
,
0x00
),
VD_WXGA
(
LVDS
,
NULL
,
fbp_bus_gp
(
0
,
0
,
GP_LVDS_BKL_EN
,
0
)
,
0x00
),
/* egalax_ts */
VD_HANNSTAR
(
LVDS
,
fbp_detect_i2c
,
2
,
0x04
),
VD_LG9_7
(
LVDS
,
NULL
,
2
,
0x04
),
VD_HANNSTAR
(
LVDS
,
fbp_detect_i2c
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
)
,
0x04
),
VD_LG9_7
(
LVDS
,
NULL
,
fbp_bus_gp
(
2
,
0
,
GP_LVDS_BKL_EN
,
0
)
,
0x04
),
};
#define display_cnt ARRAY_SIZE(displays)
#else
...
...
@@ -283,7 +284,7 @@ static const unsigned short gpios_out_low[] = {
GP_RGMII_PHY_RESET
,
GP_RELAY_EVENT
,
GP_RELAY_GAS
,
GP_LVDS_
CONTRAST
,
GP_LVDS_
BKL_EN
,
GP_LVDS_BACKLIGHT
,
GP_USBH1_PWR
,
GP_USB_OTG_PWR
,
...
...
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