]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: net: cpsw: Fix reading of mac address for am43 SoCs
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 1 Feb 2017 03:50:49 +0000 (09:20 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 21:24:25 +0000 (16:24 -0500)
commitaf75083fbd594d723ae07d38bd6a524a91d57850
tree2370c5ba65695ed5ad2b435a41f2abae73a48780
parent1bb703b50b324ace2ee6104c28e6574aa3c10b49
drivers: net: cpsw: Fix reading of mac address for am43 SoCs

cpsw driver tries to get macid for am43xx SoCs using the compatible
ti,am4372. But not all variants of am43x uses this complatible like
epos evm uses ti,am438x. So use a generic compatible ti,am43 to get
macid for all am43 based platforms.

Tested-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/net/cpsw-common.c