From: Maxim Kochetkov <fido_...@inbox.ru>

Add the register definitions for the MSCC MIIM MDIO controller in
preparation for seville_vsc9959.c to create its accessors for the
internal MDIO bus.

Signed-off-by: Maxim Kochetkov <fido_...@inbox.ru>
Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com>
---
 include/soc/mscc/ocelot.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h
index 79c77aab87e5..85b16f099c8f 100644
--- a/include/soc/mscc/ocelot.h
+++ b/include/soc/mscc/ocelot.h
@@ -394,6 +394,9 @@ enum ocelot_reg {
        PTP_CLK_CFG_ADJ_CFG,
        PTP_CLK_CFG_ADJ_FREQ,
        GCB_SOFT_RST = GCB << TARGET_OFFSET,
+       GCB_MIIM_MII_STATUS,
+       GCB_MIIM_MII_CMD,
+       GCB_MIIM_MII_DATA,
        DEV_CLOCK_CFG = DEV_GMII << TARGET_OFFSET,
        DEV_PORT_MISC,
        DEV_EVENTS,
@@ -481,6 +484,8 @@ enum ocelot_regfield {
        SYS_RESET_CFG_MEM_ENA,
        SYS_RESET_CFG_MEM_INIT,
        GCB_SOFT_RST_SWC_RST,
+       GCB_MIIM_MII_STATUS_PENDING,
+       GCB_MIIM_MII_STATUS_BUSY,
        REGFIELD_MAX
 };
 
-- 
2.25.1

Reply via email to