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
77aec999
Commit
77aec999
authored
Oct 30, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] EMMA 2 / Markeins: struct resource takes physical addresses.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
4aad7b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
arch/mips/emma2rh/markeins/platform.c
arch/mips/emma2rh/markeins/platform.c
+6
-6
No files found.
arch/mips/emma2rh/markeins/platform.c
View file @
77aec999
...
...
@@ -51,8 +51,8 @@ static struct resource i2c_emma_resources_0[] = {
.
flags
=
IORESOURCE_IRQ
},
{
.
name
=
NULL
,
.
start
=
KSEG1ADDR
(
EMMA2RH_PIIC0_BASE
)
,
.
end
=
KSEG1ADDR
(
EMMA2RH_PIIC0_BASE
+
0x1000
)
,
.
start
=
EMMA2RH_PIIC0_BASE
,
.
end
=
EMMA2RH_PIIC0_BASE
+
0x1000
,
.
flags
=
0
},
};
...
...
@@ -65,8 +65,8 @@ struct resource i2c_emma_resources_1[] = {
.
flags
=
IORESOURCE_IRQ
},
{
.
name
=
NULL
,
.
start
=
KSEG1ADDR
(
EMMA2RH_PIIC1_BASE
)
,
.
end
=
KSEG1ADDR
(
EMMA2RH_PIIC1_BASE
+
0x1000
)
,
.
start
=
EMMA2RH_PIIC1_BASE
,
.
end
=
EMMA2RH_PIIC1_BASE
+
0x1000
,
.
flags
=
0
},
};
...
...
@@ -79,8 +79,8 @@ struct resource i2c_emma_resources_2[] = {
.
flags
=
IORESOURCE_IRQ
},
{
.
name
=
NULL
,
.
start
=
KSEG1ADDR
(
EMMA2RH_PIIC2_BASE
)
,
.
end
=
KSEG1ADDR
(
EMMA2RH_PIIC2_BASE
+
0x1000
)
,
.
start
=
EMMA2RH_PIIC2_BASE
,
.
end
=
EMMA2RH_PIIC2_BASE
+
0x1000
,
.
flags
=
0
},
};
...
...
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