commit | 22bb377b22d1d67de0e95e6fdf6efce0046e64f7 | [log] [tgz] |
---|---|---|
author | Thirupathaiah Annapureddy <thiruan@linux.microsoft.com> | Mon Aug 17 17:08:26 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 16:48:18 2020 -0400 |
tree | 4947d2c51ba36d484d7563ea45e58cb49e25b402 | |
parent | ed1a74ed479449fe84178f7fb7a072c318fc9f6f [diff] |
net: ftgmac100: Add support for board specific PHY interface address ftgmac100 driver is using hard-coded PHY interface address of zero. Each board can have different PHY interface address (phy_addr). This commit modifies the driver to make use of board specific address by leveraging CONFIG_PHY_ADDR. Signed-off-by: Thirupathaiah Annapureddy <thiruan@linux.microsoft.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>