From 5d254c78374a1092318785a1fcdda1eca54eb761 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 28 Oct 2014 09:34:53 +1100 Subject: 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 --- hw/centaur.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/centaur.c') 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"); -- cgit v1.1