commit | be0619b66560d7cf0bdfe03e17dca3f300ca6826 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Sat Jul 22 22:31:49 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 27 17:10:46 2023 -0400 |
tree | 9595bd390de722ced96916da3b35da9538a0b286 | |
parent | cb8f8ad3b06353aa92b26339b1347590d93912bc [diff] |
net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property Approved DT binding has the port mode register in the "phys" property. Get it from there instead of the custom "cpsw-phy-sel" property. This will allow us to keep DT in sync with Linux. Signed-off-by: Roger Quadros <rogerq@kernel.org> Acked-by: Nishanth Menon <nm@ti.com>