aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.ibm.com>2020-01-22 16:03:35 +0100
committerOliver O'Halloran <oohall@gmail.com>2020-01-29 13:51:35 +1100
commitbbb4777f682dab0f1411a493861af9e340e81229 (patch)
tree0a12906250c7baed218a7a2467b0f8e35c3323e4 /doc
parent57d43efd6bbb052b467df3a19ca84feccdd0649b (diff)
downloadskiboot-bbb4777f682dab0f1411a493861af9e340e81229.zip
skiboot-bbb4777f682dab0f1411a493861af9e340e81229.tar.gz
skiboot-bbb4777f682dab0f1411a493861af9e340e81229.tar.bz2
npu2, npu3: Remove ibm, phb-index property from the NPU dt node
The 'ibm,phb-index' property of the NPU node is now useless, as we can have multiple PHBs associated to the same NPU on P9. Let's remove it to avoid confusion. Reviewed-by: Reza Arbab <arbab@linux.ibm.com> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree/opencapi.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/device-tree/opencapi.rst b/doc/device-tree/opencapi.rst
index 80ff996..497654a 100644
--- a/doc/device-tree/opencapi.rst
+++ b/doc/device-tree/opencapi.rst
@@ -19,7 +19,6 @@ NVLink links are currently unsupported.
npu@5011000 {
compatible = "ibm,power9-npu";
phandle = <0xe6>;
- ibm,phb-index = <0x7>;
reg = <0x5011000 0x2c>;
ibm,npu-index = <0x0>;
ibm,npu-links = <0x2>; /* Number of links wired up to this npu. */