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
nexedi
linux
Commits
d91e14b3
Commit
d91e14b3
authored
Apr 24, 2015
by
Steven Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eth: bf609 eth clock: add pclk clock for stmmac driver probe
Signed-off-by:
Steven Miao
<
realmz6@gmail.com
>
parent
4f650a59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/blackfin/mach-bf609/clock.c
arch/blackfin/mach-bf609/clock.c
+7
-0
No files found.
arch/blackfin/mach-bf609/clock.c
View file @
d91e14b3
...
@@ -363,6 +363,12 @@ static struct clk ethclk = {
...
@@ -363,6 +363,12 @@ static struct clk ethclk = {
.
ops
=
&
dummy_clk_ops
,
.
ops
=
&
dummy_clk_ops
,
};
};
static
struct
clk
ethpclk
=
{
.
name
=
"pclk"
,
.
parent
=
&
sclk0
,
.
ops
=
&
dummy_clk_ops
,
};
static
struct
clk
spiclk
=
{
static
struct
clk
spiclk
=
{
.
name
=
"spi"
,
.
name
=
"spi"
,
.
parent
=
&
sclk1
,
.
parent
=
&
sclk1
,
...
@@ -381,6 +387,7 @@ static struct clk_lookup bf609_clks[] = {
...
@@ -381,6 +387,7 @@ static struct clk_lookup bf609_clks[] = {
CLK
(
dclk
,
NULL
,
"DCLK"
),
CLK
(
dclk
,
NULL
,
"DCLK"
),
CLK
(
oclk
,
NULL
,
"OCLK"
),
CLK
(
oclk
,
NULL
,
"OCLK"
),
CLK
(
ethclk
,
NULL
,
"stmmaceth"
),
CLK
(
ethclk
,
NULL
,
"stmmaceth"
),
CLK
(
ethpclk
,
NULL
,
"pclk"
),
CLK
(
spiclk
,
NULL
,
"spi"
),
CLK
(
spiclk
,
NULL
,
"spi"
),
};
};
...
...
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