]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: mdio: Add tests for mdio command
authorLove Kumar <love.kumar@amd.com>
Tue, 19 Dec 2023 12:20:51 +0000 (17:50 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 17:00:05 +0000 (12:00 -0500)
commit53157bfa990e16ba8e44198ef484c26fa50619da
tree6c0788992a38d3cfabfd985a45aa44733896844a
parentd8364738623ff47dd2321dd68da310abb58fe861
test/py: mdio: Add tests for mdio command

Add below test cases for mdio commands:
mdio_list - To list MDIO buses
mdio_read - To read PHY's register at <devad>.<reg>
mdio_write - To write PHY's register at <devad>.<reg>

Signed-off-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_mdio.py [new file with mode: 0644]