net: designware: socfpga: adapt to Gen5
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Sun, 13 Jan 2019 18:58:40 +0000 (19:58 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 18 Feb 2019 12:00:53 +0000 (13:00 +0100)
commit4f1267cea1e68395f5c6fd15624e88dfdc1c1540
tree93ea5c9ea4a96de6a3a32e56a43f4411acb1b733
parentb89074f65047c4058741ed2bf3e6ff0c5af4c5bc
net: designware: socfpga: adapt to Gen5

This driver was written for Arria10, but it applies to Gen5, too.

The main difference is that Gen5 has 2 MACs (Arria10 has 3) and the
syscon bits are encoded in the same register, thus an offset is needed.

This offset is already read from the devicetree, but for Arria10 it is
always 0, which is probably why it has been ignored. By using this
offset when writing the phy mode into the syscon regiter, we can use
this driver to set the phy mode for both of the MACs on Gen5.

Since the PHY mode bits in sysmgr are the same even for Stratix10,
let's drop the detection of the sub-mach by checking compatible
version and just use the same code for all FPGAs.

To work correctly, this driver depends on SYSCON and REGMAP, so select
those via Kconfig when it is enabeld.

Tested on socfpga_socrates (where the 2nd MAC is connected, so a shift
offset is required).

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
drivers/net/Kconfig
drivers/net/dwmac_socfpga.c