imx8m: soc.c: demote some printfs to debug
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Mon, 22 May 2023 09:27:28 +0000 (11:27 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
commitcb4e79b7ba9aef961e7a6549ec35467e3c1f8e85
treed9084811351d055d5e0ffe23a1fe09e15f18b434
parent72235cd96ae8d61f8d9f4b669719526fc8ab0f09
imx8m: soc.c: demote some printfs to debug

Getting

  Found /vpu_g1@38300000 node
  Modify /vpu_g1@38300000:status disabled
  Found /vpu_g2@38310000 node
  Modify /vpu_g2@38310000:status disabled

etc. on the console on every boot is needlessly verbose. Demote the
"Found ..." lines to debug(), which is consistent with other instances
in soc.c.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/soc.c