Re: [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Use approved property to get efuse address

2023-07-28 Thread Tom Rini
On Sat, Jul 22, 2023 at 10:31:48PM +0300, Roger Quadros wrote: > The approved DT property for MAC efuse (ROM) address is > "ti,syscon-efuse". > > Use that and drop custom property "mac_efuse". > > Signed-off-by: Roger Quadros > Acked-by: Nishanth Menon Applied to u-boot/master, thanks! --

Re: [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Use approved property to get efuse address

2023-07-27 Thread Nishanth Menon
On 22:31-20230722, Roger Quadros wrote: > The approved DT property for MAC efuse (ROM) address is > "ti,syscon-efuse". > > Use that and drop custom property "mac_efuse". > > Signed-off-by: Roger Quadros Acked-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) /

[PATCH v2 1/4] net: ti: am65-cpsw-nuss: Use approved property to get efuse address

2023-07-22 Thread Roger Quadros
The approved DT property for MAC efuse (ROM) address is "ti,syscon-efuse". Use that and drop custom property "mac_efuse". Signed-off-by: Roger Quadros --- drivers/net/ti/Kconfig | 1 + drivers/net/ti/am65-cpsw-nuss.c | 52 +++-- 2 files changed, 37