Driver was logging information as debug. Changed dev_dbg to dev_info where appropriate. Signed-off-by: Garrett Giordano <ggiordano@xxxxxxxxxx> --- drivers/remoteproc/ti_k3_r5_remoteproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/ti_k3_r5_remoteproc.c b/drivers/remoteproc/ti_k3_r5_remoteproc.c index 50e486bcfa10..5821b6517063 100644 --- a/drivers/remoteproc/ti_k3_r5_remoteproc.c +++ b/drivers/remoteproc/ti_k3_r5_remoteproc.c @@ -558,7 +558,7 @@ static int k3_r5_rproc_start(struct rproc *rproc) boot_addr = rproc->bootaddr; /* TODO: add boot_addr sanity checking */ - dev_dbg(dev, "booting R5F core using boot addr = 0x%x\n", boot_addr); + dev_info(dev, "booting R5F core using boot addr = 0x%x\n", boot_addr); /* boot vector need not be programmed for Core1 in LockStep mode */ core = kproc->core; -- 2.25.1