projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0cd96
)
bus: mvebu: fix mistake in PCIe window target attribute for Kirkwood
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 10 Apr 2013 22:20:28 +0000
(
00:20
+0200)
committer
Jason Cooper
<jason@lakedaemon.net>
Thu, 11 Apr 2013 17:05:37 +0000
(17:05 +0000)
The target and attributes for the PCIe address decoding windows were
not correct on Kirkwood for the second PCIe interface.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/bus/mvebu-mbus.c
patch
|
blob
|
history
diff --git
a/drivers/bus/mvebu-mbus.c
b/drivers/bus/mvebu-mbus.c
index
a0250c6
..
8740f46
100644
(file)
--- a/
drivers/bus/mvebu-mbus.c
+++ b/
drivers/bus/mvebu-mbus.c
@@
-626,7
+626,7
@@
static const struct mvebu_mbus_soc_data armada_xp_mbus_data = {
static const struct mvebu_mbus_mapping kirkwood_map[] = {
MAPDEF("pcie0.0", 4, 0xe0, MAPDEF_PCIMASK),
- MAPDEF("pcie1.0",
8, 0xe
0, MAPDEF_PCIMASK),
+ MAPDEF("pcie1.0",
4, 0xd
0, MAPDEF_PCIMASK),
MAPDEF("sram", 3, 0x01, MAPDEF_NOMASK),
MAPDEF("nand", 1, 0x2f, MAPDEF_NOMASK),
{},