Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-4-1-15-secoboards-imx6-rel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ARM
NXP
i.MX6
BSP6
release
linux-4-1-15-secoboards-imx6-rel
Commits
48b4aaa5
Commit
48b4aaa5
authored
6 years ago
by
i.MX6 Administrator
Browse files
Options
Downloads
Patches
Plain Diff
APX WDOG: disable wdog trigger after startup
parent
7a9a4966
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/mach-imx/apx_wdog-trigger.c
+1
-1
1 addition, 1 deletion
arch/arm/mach-imx/apx_wdog-trigger.c
arch/arm/mach-imx/mach-imx6q.c
+1
-1
1 addition, 1 deletion
arch/arm/mach-imx/mach-imx6q.c
with
2 additions
and
2 deletions
arch/arm/mach-imx/apx_wdog-trigger.c
+
1
−
1
View file @
48b4aaa5
...
...
@@ -597,7 +597,7 @@ void apx_wdog_trigger_early_init (const struct apx_wdog_trigger_data *apx_wdt_da
mutex_init
(
&
wdt
.
ops_lock
);
mutex_init
(
&
wdt
.
ioctl_lock
);
PIN_CONF_
EN
;
PIN_CONF_
DIS
;
imx6_wdog_refresh
();
}
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-imx/mach-imx6q.c
+
1
−
1
View file @
48b4aaa5
...
...
@@ -593,7 +593,7 @@ static void __init imx6q_init_machine(void)
if
(
of_machine_is_compatible
(
"fsl,imx6q-SBC_A62"
)
||
of_machine_is_compatible
(
"fsl,imx6dl-SBC_A62"
)
)
{
apx_wdog_trigger_work_init
(
1
);
apx_wdog_trigger_work_init
(
0
);
/* set clock CKO2 to use the USBH1 with external clock */
np
=
of_find_node_by_path
(
"/external_clocks"
);
...
...
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