commit | 8b26a699520e8f2114152e875c0fda83c168d0f3 | [log] [tgz] |
---|---|---|
author | Nate Drude <nate.d@variscite.com> | Tue Jul 11 16:59:15 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 27 14:32:12 2023 -0400 |
tree | c6e3a7ca859163001529829eab3697518ebe3678 | |
parent | 2890a80018598da73218503c5f7be08f3c6257a4 [diff] |
phy: adin: add readext and writeext support for mdio cmd The adin phy has extended registers that can be accessed using adin_ext_read and adin_ext_write. These registers can be read directly using the mdio command using readext and writext. For example: => mdio rx ethernet@428a0000 0xff23 Reading from bus ethernet@428a0000 PHY at address 0: 65315 - 0xe01 Signed-off-by: Nate Drude <nate.d@variscite.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>