mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 06:33:03 +00:00
proxy: hv: Add trace_dptx.py for tracing dptx-phy on j473/t8112
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
303d08382c
commit
34b0204c27
1 changed files with 5 additions and 0 deletions
5
proxyclient/hv/trace_dptx.py
Normal file
5
proxyclient/hv/trace_dptx.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
for phy in ["dptx-phy", "lpdptx-phy0", "lpdptx-phy1"]:
|
||||||
|
if phy in hv.adt["/arm-io"]:
|
||||||
|
trace_device("/arm-io/" + phy)
|
Loading…
Reference in a new issue