Re: [PATCH v2 2/4] net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property

2023-07-28 Thread Tom Rini
On Sat, Jul 22, 2023 at 10:31:49PM +0300, Roger Quadros wrote: > 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 >

Re: [PATCH v2 2/4] net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property

2023-07-27 Thread Nishanth Menon
On 22:31-20230722, Roger Quadros wrote: > 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 > --- Acked-by: Nishanth

[PATCH v2 2/4] net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property

2023-07-22 Thread Roger Quadros
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 --- drivers/net/ti/am65-cpsw-nuss.c | 63 +++-- 1