Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4e7b6c9a
Commit
4e7b6c9a
authored
Apr 03, 2012
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watchdog imx2: prepare clk before enabling it
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
60178b63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/watchdog/imx2_wdt.c
drivers/watchdog/imx2_wdt.c
+1
-1
No files found.
drivers/watchdog/imx2_wdt.c
View file @
4e7b6c9a
...
...
@@ -121,7 +121,7 @@ static void imx2_wdt_start(void)
{
if
(
!
test_and_set_bit
(
IMX2_WDT_STATUS_STARTED
,
&
imx2_wdt
.
status
))
{
/* at our first start we enable clock and do initialisations */
clk_enable
(
imx2_wdt
.
clk
);
clk_
prepare_
enable
(
imx2_wdt
.
clk
);
imx2_wdt_setup
();
}
else
/* delete the timer that pings the watchdog after close */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment