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
e30e66be
Commit
e30e66be
authored
Oct 30, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
408d3258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
26 deletions
+23
-26
arch/mips/emma2rh/markeins/platform.c
arch/mips/emma2rh/markeins/platform.c
+23
-26
No files found.
arch/mips/emma2rh/markeins/platform.c
View file @
e30e66be
...
...
@@ -83,32 +83,29 @@ struct platform_device i2c_emma_devices[] = {
#define EMMA2RH_SERIAL_FLAGS UPF_BOOT_AUTOCONF | UPF_SKIP_TEST
static
struct
plat_serial8250_port
platform_serial_ports
[]
=
{
[
0
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR0_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR0
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
1
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR1_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR1
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
2
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR2_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR2
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
3
]
=
{
.
flags
=
0
,
[
0
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR0_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR0
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
1
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR1_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR1
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
2
]
=
{
.
membase
=
(
void
__iomem
*
)
KSEG1ADDR
(
EMMA2RH_PFUR2_BASE
+
3
),
.
irq
=
EMMA2RH_IRQ_PFUR2
,
.
uartclk
=
EMMA2RH_SERIAL_CLOCK
,
.
regshift
=
4
,
.
iotype
=
UPIO_MEM
,
.
flags
=
EMMA2RH_SERIAL_FLAGS
,
},
[
3
]
=
{
.
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