From 2c67c7bc4a780f46253c6947dbfce29a9a1f7efa Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Thu, 10 Aug 2017 20:34:59 +0530 Subject: Recognize the 2s2u zz platform OPAL currently doesn't know about the 2s2u zz. It recognizes such a box as a generic BMC machine and fails to boot. Add the 2s2u as a supported platform. There will subsequently be a 2s2u-L system which may have a different compatible property, which will need to be handled later. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Stewart Smith --- platforms/ibm-fsp/zz.c | 1 + 1 file changed, 1 insertion(+) (limited to 'platforms') diff --git a/platforms/ibm-fsp/zz.c b/platforms/ibm-fsp/zz.c index c13911f..a8150b8 100644 --- a/platforms/ibm-fsp/zz.c +++ b/platforms/ibm-fsp/zz.c @@ -32,6 +32,7 @@ static bool zz_probe(void) /* FIXME: make this neater when the dust settles */ if (dt_node_is_compatible(dt_root, "ibm,zz-1s2u") || dt_node_is_compatible(dt_root, "ibm,zz-1s4u") || + dt_node_is_compatible(dt_root, "ibm,zz-2s2u") || dt_node_is_compatible(dt_root, "ibm,zz-2s4u")) return true; -- cgit v1.1