diff --git a/core/chip.c b/core/chip.c index e06a9bcb137b..7de00e2f2497 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; }