aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-08 18:21:57 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-08 18:21:57 +1000
commit3f81b52c11271e4283c3add34e4275c7a66ad4b3 (patch)
treea004ae3b8be8f6661fb0cb8084fb64b4562ae4e1 /doc
parenta9aaca4d10b857d427a5b6e4851ea76711c031e8 (diff)
downloadskiboot-3f81b52c11271e4283c3add34e4275c7a66ad4b3.zip
skiboot-3f81b52c11271e4283c3add34e4275c7a66ad4b3.tar.gz
skiboot-3f81b52c11271e4283c3add34e4275c7a66ad4b3.tar.bz2
doc/device-tree/examples/power9-phb4.dts: Enable a couple of extra PHBs
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree/examples/power9-phb4.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts
index 2735964..f25114f 100644
--- a/doc/device-tree/examples/power9-phb4.dts
+++ b/doc/device-tree/examples/power9-phb4.dts
@@ -91,7 +91,7 @@
ibm,phb-index = <0x1>;
compatible = "ibm,power9-phb-stack";
/* ibm,lane-eq = < ????? >; */
- status = "disabled";
+ status = "okay";
};
stack@1 {
/* Stack number */
@@ -100,7 +100,7 @@
ibm,phb-index = <0x2>;
compatible = "ibm,power9-phb-stack";
/* ibm,lane-eq = < ????? >; */
- status = "disabled";
+ status = "okay";
};
};