From: Thomas Petazzoni Date: Wed, 10 Apr 2013 22:20:28 +0000 (+0200) Subject: bus: mvebu: fix mistake in PCIe window target attribute for Kirkwood X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~9^2~1^2~8^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7297b48d6d76f1cb077f87735c7d912f82e8cc;p=pandora-kernel.git bus: mvebu: fix mistake in PCIe window target attribute for Kirkwood 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 Signed-off-by: Jason Cooper --- diff --git a/drivers/bus/mvebu-mbus.c b/drivers/bus/mvebu-mbus.c index a0250c65440e..8740f46b4d0d 100644 --- 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, 0xe0, MAPDEF_PCIMASK), + MAPDEF("pcie1.0", 4, 0xd0, MAPDEF_PCIMASK), MAPDEF("sram", 3, 0x01, MAPDEF_NOMASK), MAPDEF("nand", 1, 0x2f, MAPDEF_NOMASK), {},