summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-01-12 14:54:04 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-01-15 12:42:09 +1100
commitac5e0d83622bca7efa13ee87ec868a3cceab0f3d (patch)
tree9f63805e31c857c35b5a0deb66c82f6f6fdfa821 /hw
parentb7ac68771baaebff3fb47120a73b3901e8e6a839 (diff)
downloadtalos-skiboot-ac5e0d83622bca7efa13ee87ec868a3cceab0f3d.tar.gz
talos-skiboot-ac5e0d83622bca7efa13ee87ec868a3cceab0f3d.zip
hdat: Add support for PHB4
Adds support for parsing the PHB4 entries in the IOHUB array and populating the devicetree appropriately. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> [stewart@linux.vnet.ibm.com: s/DOUMO/DUOMO/, assert(), spotted by Vasant] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/phb4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index 78f167fa..3cdaceab 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -3438,8 +3438,6 @@ static void phb4_probe_stack(struct dt_node *stk_node, uint32_t pec_index,
dt_add_property_cells(np, "ibm,phb-stack", stk_node->phandle);
dt_add_property_cells(np, "ibm,phb-stack-index", stk_index);
dt_add_property_cells(np, "ibm,chip-id", gcid);
- if (dt_has_node_property(stk_node, "ibm,use-ab-detect", NULL))
- dt_add_property(np, "ibm,use-ab-detect", NULL, 0);
if (dt_has_node_property(stk_node, "ibm,hub-id", NULL))
dt_add_property_cells(np, "ibm,hub-id",
dt_prop_get_u32(stk_node, "ibm,hub-id"));
OpenPOWER on IntegriCloud