Message ID | 20230331163058.5688-1-sebastian.reichel@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | Improve RK3588 clocks and power domains support | expand |
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 ? Regards
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
On Mon, Apr 3, 2023 at 12:23 PM Heiko Stübner <heiko@sntech.de> wrote: > 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. Here it is: domain status children performance /device runtime status ---------------------------------------------------------------------------------------------- sdmmc off-0 0 /devices/platform/fe2c0000.mmc suspended 0 audio off-0 0 sdio off-0 0 pcie off-0 0 gmac on 0 /devices/platform/fe1b0000.ethernet active 0 usb off-0 0 rga31 off-0 0 fec off-0 0 isp1 off-0 0 vi off-0 0 isp1, fec vo1 off-0 0 vo0 off-0 0 vop off-0 0 vo0 rga30 off-0 0 av1 off-0 0 vdpu off-0 0 av1, rkvdec0, rkvdec1, rga30 venc1 off-0 0 venc0 off-0 0 venc1 rkvdec1 off-0 0 rkvdec0 off-0 0 vcodec off-0 0 rkvdec0, rkvdec1, venc0 gpu off-0 0 npu2 off-0 0 npu1 off-0 0 nputop off-0 0 npu1, npu2 npu off-0 0 nputop Don't know how to interpret this though... > Also you could provide a email-reply with a > > Tested-by: Your Name <your-email> You can add my: Tested-by: Vincent Legoll <vincent.legoll@gmail.com> Regards