summaryrefslogtreecommitdiffstats
path: root/platforms/astbmc/habanero.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/astbmc/habanero.c')
-rw-r--r--platforms/astbmc/habanero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/astbmc/habanero.c b/platforms/astbmc/habanero.c
index 2a8d0b2a..d442d1f0 100644
--- a/platforms/astbmc/habanero.c
+++ b/platforms/astbmc/habanero.c
@@ -32,7 +32,7 @@ static bool habanero_probe(void)
/* Temporary ... eventually we'll get that in compatible */
model = dt_prop_get_def(dt_root, "model", NULL);
if ((!model || !strstr(model, "habanero")) &&
- (!dt_node_is_compatible(dt_root, "ibm,habanero")))
+ (!dt_node_is_compatible(dt_root, "tyan,habanero")))
return false;
/* Lot of common early inits here */
OpenPOWER on IntegriCloud