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
17f4452a
Commit
17f4452a
authored
6 years ago
by
Gary Bisson
Browse files
Options
Downloads
Patches
Plain Diff
nitrogen8m: fix watchdog reset pin mux configuration
Signed-off-by:
Gary Bisson
<
gary.bisson@boundarydevices.com
>
parent
06a30e0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/boundary/nitrogen8m/nitrogen8m.c
+0
-7
0 additions, 7 deletions
board/boundary/nitrogen8m/nitrogen8m.c
with
0 additions
and
7 deletions
board/boundary/nitrogen8m/nitrogen8m.c
+
0
−
7
View file @
17f4452a
...
@@ -37,12 +37,7 @@
...
@@ -37,12 +37,7 @@
DECLARE_GLOBAL_DATA_PTR
;
DECLARE_GLOBAL_DATA_PTR
;
static
iomux_v3_cfg_t
const
init_pads
[]
=
{
static
iomux_v3_cfg_t
const
init_pads
[]
=
{
#if 0
IMX8MQ_PAD_GPIO1_IO02__WDOG1_WDOG_B
|
MUX_PAD_CTRL
(
WDOG_PAD_CTRL
),
IMX8MQ_PAD_GPIO1_IO02__WDOG1_WDOG_B
|
MUX_PAD_CTRL
(
WDOG_PAD_CTRL
),
#else
#define GP_WATCHDOG IMX_GPIO_NR(1, 2)
IMX8MQ_PAD_GPIO1_IO02__GPIO1_IO2
|
MUX_PAD_CTRL
(
WDOG_PAD_CTRL
),
#endif
IMX8MQ_PAD_UART1_RXD__UART1_RX
|
MUX_PAD_CTRL
(
UART_PAD_CTRL
),
IMX8MQ_PAD_UART1_RXD__UART1_RX
|
MUX_PAD_CTRL
(
UART_PAD_CTRL
),
IMX8MQ_PAD_UART1_TXD__UART1_TX
|
MUX_PAD_CTRL
(
UART_PAD_CTRL
),
IMX8MQ_PAD_UART1_TXD__UART1_TX
|
MUX_PAD_CTRL
(
UART_PAD_CTRL
),
/* This enables 5V power on LTK080A60A004T mipi display */
/* This enables 5V power on LTK080A60A004T mipi display */
...
@@ -296,9 +291,7 @@ int board_init(void)
...
@@ -296,9 +291,7 @@ int board_init(void)
gpio_request
(
GP_GT911_RESET
,
"gt911_reset"
);
gpio_request
(
GP_GT911_RESET
,
"gt911_reset"
);
gpio_request
(
GPIRQ_GT911
,
"gt911_irq"
);
gpio_request
(
GPIRQ_GT911
,
"gt911_irq"
);
gpio_request
(
GP_LTK08_MIPI_EN
,
"lkt08_mipi_en"
);
gpio_request
(
GP_LTK08_MIPI_EN
,
"lkt08_mipi_en"
);
gpio_request
(
GP_WATCHDOG
,
"watchdog"
);
gpio_direction_output
(
GP_GT911_RESET
,
0
);
gpio_direction_output
(
GP_GT911_RESET
,
0
);
gpio_direction_output
(
GP_WATCHDOG
,
1
);
#ifdef CONFIG_DM_ETH
#ifdef CONFIG_DM_ETH
board_eth_init
(
gd
->
bd
);
board_eth_init
(
gd
->
bd
);
#endif
#endif
...
...
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