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>
This commit is contained in:
parent
ee50d07c9f
commit
964ee5c82b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue