From 38434fc13e82fbba31bbb9783d212a8cc15b9b11 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Thu, 8 Jun 2017 22:54:21 +1000 Subject: chip: Print out when we initialise a chip Print out when we initialise a chip and which node we initialised it from, purely for informational porpoises. Signed-off-by: Michael Ellerman Signed-off-by: Stewart Smith --- core/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/chip.c b/core/chip.c index e06a9bc..7de00e2 100644 --- a/core/chip.c +++ b/core/chip.c @@ -97,6 +97,7 @@ static void init_chip(struct dt_node *dn) list_head_init(&chip->i2cms); + prlog(PR_INFO, "CHIP: Initialised chip %d from %s\n", id, dn->name); chips[id] = chip; } -- cgit v1.1