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
aaaf165b
Commit
aaaf165b
authored
Mar 31, 2013
by
Nigel Roberts
Committed by
Jason Cooper
Apr 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GE0/GE1 init on ix2-200 as GE0 has no PHY
Signed-off-by:
Jason Cooper
<
jason@lakedaemon.net
>
parent
8f08d666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/arm/mach-kirkwood/board-iomega_ix2_200.c
arch/arm/mach-kirkwood/board-iomega_ix2_200.c
+6
-1
No files found.
arch/arm/mach-kirkwood/board-iomega_ix2_200.c
View file @
aaaf165b
...
...
@@ -20,10 +20,15 @@ static struct mv643xx_eth_platform_data iomega_ix2_200_ge00_data = {
.
duplex
=
DUPLEX_FULL
,
};
static
struct
mv643xx_eth_platform_data
iomega_ix2_200_ge01_data
=
{
.
phy_addr
=
MV643XX_ETH_PHY_ADDR
(
11
),
};
void
__init
iomega_ix2_200_init
(
void
)
{
/*
* Basic setup. Needs to be called early.
*/
kirkwood_ge01_init
(
&
iomega_ix2_200_ge00_data
);
kirkwood_ge00_init
(
&
iomega_ix2_200_ge00_data
);
kirkwood_ge01_init
(
&
iomega_ix2_200_ge01_data
);
}
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