summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/isa-bridge.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-31powerpc: Add support for non-PCI ISA bridgesBenjamin Herrenschmidt1-0/+1
The POWER9 chip supports an LPC bus that isn't hanging off a PCI bus, so let's add support for that, mapping it to the reserved space at ISA_IO_BASE Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-01-31powerpc: Move isa bridge definitions to separate includeBenjamin Herrenschmidt1-0/+28
We'll be adding non-PCI isa bridge support so let's not have all the definition in pci-bridge.h Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>