From bbb4777f682dab0f1411a493861af9e340e81229 Mon Sep 17 00:00:00 2001 From: Frederic Barrat Date: Wed, 22 Jan 2020 16:03:35 +0100 Subject: 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 Reviewed-by: Andrew Donnellan Signed-off-by: Frederic Barrat Signed-off-by: Oliver O'Halloran --- doc/device-tree/opencapi.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') 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. */ -- cgit v1.1