diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-08-09 16:38:07 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-11 19:54:22 +1000 |
commit | c28ea2f0b7d6ab1d1ada871690169b21a11aad10 (patch) | |
tree | 05b63e7a8dc6f056d226fe966c497393a56e1a2a /doc | |
parent | 5ed551115a3ad1925c900b2e0dd7977ad1987f85 (diff) | |
download | skiboot-c28ea2f0b7d6ab1d1ada871690169b21a11aad10.zip skiboot-c28ea2f0b7d6ab1d1ada871690169b21a11aad10.tar.gz skiboot-c28ea2f0b7d6ab1d1ada871690169b21a11aad10.tar.bz2 |
psi: Add P9 support
This reworks interrupt handling a bit and adds support for XIVE
based interrupts and the new sources available on POWER9.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts index f25114f..36de6e2 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -152,6 +152,11 @@ reg = <0x5013000 0x300>; compatible = "ibm,power9-xive-x"; }; + + psihb@5012900 { + reg = <0x5012900 0x100>; + compatible = "ibm,power9-psihb-x", "ibm,psihb-x"; + }; }; lpcm-opb@6030000000000 { |