aboutsummaryrefslogtreecommitdiff
path: root/hw/centaur.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-28 09:34:53 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-28 09:34:53 +1100
commit5d254c78374a1092318785a1fcdda1eca54eb761 (patch)
tree5dabad5f664c871a38ad54d1954bd5631fd4a320 /hw/centaur.c
parent531bdefda91102cb3240e4e3289900af0a50e78b (diff)
downloadskiboot-5d254c78374a1092318785a1fcdda1eca54eb761.zip
skiboot-5d254c78374a1092318785a1fcdda1eca54eb761.tar.gz
skiboot-5d254c78374a1092318785a1fcdda1eca54eb761.tar.bz2
centaur: Detect Centaur DD2 as well as DD1
We use FSI for both for now. We'll add Centaur XSCOM support later for DD2.0 Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/centaur.c')
-rw-r--r--hw/centaur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/centaur.c b/hw/centaur.c
index 20f63cc..6f11ee7 100644
--- a/hw/centaur.c
+++ b/hw/centaur.c
@@ -308,7 +308,7 @@ void centaur_init(void)
{
struct dt_node *cn;
- dt_for_each_compatible(dt_root, cn, "ibm,centaur-v10") {
+ dt_for_each_compatible(dt_root, cn, "ibm,centaur") {
uint32_t chip_id, mchip, meng, mport;
chip_id = dt_prop_get_u32(cn, "ibm,chip-id");