Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
odroid-linux-3.10.y-rt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oai
odroid-linux-3.10.y-rt
Commits
958fe287
Commit
958fe287
authored
Jul 08, 2015
by
Mauro Ribeiro
Committed by
Gerrit Code Review
Jul 08, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "clk: Fix spi clock speed" into odroidxu3-3.10.y
parents
c3fe2fed
3b916fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
drivers/clk/samsung/init-exynos5422.c
drivers/clk/samsung/init-exynos5422.c
+7
-0
No files found.
drivers/clk/samsung/init-exynos5422.c
View file @
958fe287
...
...
@@ -273,6 +273,12 @@ static void uart_clock_init(void)
exynos_set_rate
(
"dout_uart3"
,
150000000
);
}
static
void
spi_clock_init
(
void
)
{
exynos_set_parent
(
"mout_spi1"
,
"mout_dpll_ctrl"
);
exynos_set_rate
(
"dout_spi1"
,
80
*
1000000
);
}
static
void
mscl_init_clock
(
void
)
{
...
...
@@ -457,6 +463,7 @@ void __init exynos5422_clock_init(void)
clkout_init_clock
();
aud_init_clock
();
uart_clock_init
();
spi_clock_init
();
mmc_clock_init
();
mscl_init_clock
();
g2d_init_clock
();
...
...
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