Re: [PATCHv1 0/2] Improve RK3588 clocks and power domains support
From: Heiko Stübner
Date: Mon Apr 03 2023 - 06:23:36 EST
Hi,
Am Samstag, 1. April 2023, 16:30:53 CEST schrieb Vincent Legoll:
> Hello,
>
> I'm running a QuartzPro64 with this patch set applied, everything(*)
> works properly.
>
> (*) eMMC, SD, LED, ethernet, serial, watchdog.
>
> Are there any tests I can do to help with this ?
gmac1 and sdmmc do reference power-domains in the dts, so things should
be fine and I guess if your system boots successfully this might be enough.
If you want to check more, try
# mkdir /debug
# mount none /debug -t debugfs
[or do this to a location of your choice, I guess the standard is under /proc]
# cat /debug/pm_genpd/pm_genpd_summary
and check the runtime_status field.
Also you could provide a email-reply with a
Tested-by: Your Name <your-email>
line in it :-)
Heiko