diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-08 18:21:57 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-08 18:21:57 +1000 |
commit | 3f81b52c11271e4283c3add34e4275c7a66ad4b3 (patch) | |
tree | a004ae3b8be8f6661fb0cb8084fb64b4562ae4e1 | |
parent | a9aaca4d10b857d427a5b6e4851ea76711c031e8 (diff) | |
download | talos-skiboot-3f81b52c11271e4283c3add34e4275c7a66ad4b3.tar.gz talos-skiboot-3f81b52c11271e4283c3add34e4275c7a66ad4b3.zip |
doc/device-tree/examples/power9-phb4.dts: Enable a couple of extra PHBs
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 4 |
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 2735964c..f25114ff 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"; }; }; |