> > On Wed, Aug 17, 2022 at 06:44:56PM +0000, Petlozu Pravareshwar wrote: > > During PMC probe, print previous reset related info such as reset > > reason and reset level. > > > > Signed-off-by: Petlozu Pravareshwar <petlozup@xxxxxxxxxx> > > --- > > drivers/soc/tegra/pmc.c | 27 +++++++++++++++++++++++++++ > > 1 file changed, 27 insertions(+) > > We already expose this information in sysfs, why do we need to print it > during boot? > > Thierry There are some tests which would parse the boot log for this information. But I agree, since we are already providing this information through sysfs, there is no need to print it during boot. Thanks.