commit | 3c5d1699887bfcd17e6d9842ba7e2b3234e665db | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Mon Jul 09 21:59:03 2012 -0500 |
committer | Rob Herring <rob.herring@calxeda.com> | Thu Jul 26 09:09:17 2012 -0500 |
tree | 67704d14f9877622c305fee05ced1af7cee0654a | |
parent | c2794437091a4fda72c4a4f3567dd728dcc0c3c9 [diff] |
ARM: move PCI i/o resource setup into common code With consolidation of the PCI i/o mappings, the i/o space is being set to start at a PCI bus addr of 0x0 and fixed to 64K per bus. In this case the core ARM PCI setup code can setup the i/o resource. Currently, the resource is only setup if the platform did not setup an i/o resource. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>