From ec5065a07cd465f85cf2614919c140a5cf61dd56 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Thu, 17 Aug 2017 17:40:19 +1000 Subject: hw/nx*: Remove extraneous space character "ibm, power9-nx" should be "ibm,power9-nx" and the mismatch was causing nuisance errors at boot. Signed-off-by: Oliver O'Halloran Signed-off-by: Stewart Smith --- hw/nx-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/nx-rng.c') diff --git a/hw/nx-rng.c b/hw/nx-rng.c index 51940e2..48eba56 100644 --- a/hw/nx-rng.c +++ b/hw/nx-rng.c @@ -43,7 +43,7 @@ void nx_create_rng_node(struct dt_node *node) xbar = pb_base + NX_P8_RNG_BAR; xcfg = pb_base + NX_P8_RNG_CFG; addr_mask = NX_P8_RNG_BAR_ADDR; - } else if (dt_node_is_compatible(node, "ibm, power9-nx")) { + } else if (dt_node_is_compatible(node, "ibm,power9-nx")) { prlog(PR_INFO, "NX%d: POWER9 nx-rng not yet supported\n", gcid); return; -- cgit v1.1