mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
34b0204c27
Signed-off-by: Janne Grunau <j@jannau.net>
5 lines
159 B
Python
5 lines
159 B
Python
# 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)
|