-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 123867 b: refs/heads/master c: 9d325f2 h: refs/heads/master i: 123865: 6c50714 123863: 82208ad v: v3
- Loading branch information
Ben Dooks
committed
Dec 16, 2008
1 parent
85b17a8
commit 2c55f56
Showing
8 changed files
with
72 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b09bcdd4c2f52b54115895c4d62ad82918f71431 | ||
refs/heads/master: 9d325f23416d1525401d43442bafca2bb254ab74 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -767,5 +767,6 @@ int __init s3c2412_baseclk_add(void) | |
s3c2412_clkcon_enable(clkp, 0); | ||
} | ||
|
||
s3c_pwmclk_init(); | ||
return 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1107,4 +1107,6 @@ void __init s3c2443_init_clocks(int xtal) | |
|
||
(clkp->enable)(clkp, 0); | ||
} | ||
|
||
s3c_pwmclk_init(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,4 +277,6 @@ void s3c64xx_register_clocks(void) | |
|
||
(clkp->enable)(clkp, 0); | ||
} | ||
|
||
s3c_pwmclk_init(); | ||
} |