diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2020-01-06 03:34:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-05 23:22:33 -0800 |
commit | 964ee5c82b770c2d8a5ccefeee3384c1061ce3ae (patch) | |
tree | cf4dcc5fbd1be51b27eed9931207dcf83a1a4cf9 /drivers/net/ethernet/mscc/ocelot.h | |
parent | ee50d07c9fc8155b5a3c6c29eae1459a12cf2fb4 (diff) | |
download | linux-964ee5c82b770c2d8a5ccefeee3384c1061ce3ae.tar.gz linux-964ee5c82b770c2d8a5ccefeee3384c1061ce3ae.tar.bz2 linux-964ee5c82b770c2d8a5ccefeee3384c1061ce3ae.zip |
net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc
Since the Felix DSA driver is implementing its own PHYLINK instance due
to SoC differences, it needs access to the few registers that are
common, mainly for flow control.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mscc/ocelot.h')
-rw-r--r-- | drivers/net/ethernet/mscc/ocelot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mscc/ocelot.h b/drivers/net/ethernet/mscc/ocelot.h index 7b77d44ed7cf..04372ba72fec 100644 --- a/drivers/net/ethernet/mscc/ocelot.h +++ b/drivers/net/ethernet/mscc/ocelot.h @@ -18,11 +18,11 @@ #include <linux/ptp_clock_kernel.h> #include <linux/regmap.h> +#include <soc/mscc/ocelot_qsys.h> #include <soc/mscc/ocelot_sys.h> +#include <soc/mscc/ocelot_dev.h> +#include <soc/mscc/ocelot_ana.h> #include <soc/mscc/ocelot.h> -#include "ocelot_ana.h" -#include "ocelot_dev.h" -#include "ocelot_qsys.h" #include "ocelot_rew.h" #include "ocelot_qs.h" #include "ocelot_tc.h" |