RE: [PATCH] soc/tegra: pmc: Print reset info during probe

From: Petlozu Pravareshwar
Date: Wed Aug 24 2022 - 15:39:55 EST


>
> 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.