These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / cavium-octeon / executive / cvmx-helper-board.c
index 9eb0fee..36e30d6 100644 (file)
@@ -195,6 +195,12 @@ int cvmx_helper_board_get_mii_address(int ipd_port)
                        return 8;
                else
                        return -1;
+       case CVMX_BOARD_TYPE_KONTRON_S1901:
+               if (ipd_port == CVMX_HELPER_BOARD_MGMT_IPD_PORT)
+                       return 1;
+               else
+                       return -1;
+
        }
 
        /* Some unknown board. Somebody forgot to update this function... */