]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: cpsw: Fix ethernet regression for dm814x
authorTony Lindgren <tony@atomide.com>
Thu, 19 Nov 2015 01:27:25 +0000 (17:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 15:46:33 +0000 (10:46 -0500)
commit0db19b850468a24b70d8471f5ebe71f0a035bbab
tree4f02b5ca6a2000dab34b1960cb1f21edc6390055
parent1b8e6a01e19f001e9f93b39c32387961c91ed3cc
net: cpsw: Fix ethernet regression for dm814x

Commit b6745f6e4e63 ("drivers: net: cpsw: davinci_emac: move reading mac
id to common file") started using of_machine_is_compatible for detecting
type but missed at dm8148 causing Ethernet to stop working.

Let's fix the issue by adding handling for dm814x.

Cc: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Mugunthnan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw-common.c