> We have the configuration problem with the Marvell 88E6190 switch. > What the our problem is... Is the switch is NOT configured with the > EEPROM (24C512), which does not exist on the board.
That is pretty normal. If there is a EEPROM, i generally recommend it is left empty. We want Linux to configure the switch, and if it finds it already partially configured, things can get confused. > It is put in autoconfig by HW straps (NOCPU mode). So dumb switch mode. All ports are switched between each other. > Once the MDIO command, issued to > probe the switch and read the make of it, the switch jumps out of the > autoconfig mode. Correct. Dumb switch mode is dangerous. There is no STP, etc. Depending on what you have in device tree, the ports are either configured down, or separated. > There are some commands issued from the DSA to > configure the switch (to apply to switch TXC and RXC RGMII delays - > RGMII-ID mode), but this is not enough to make it work properly. Define 'work properly'. How are you configuring the interfaces? Do you remember to bring the master interface up? Are you adding the interfaces to a bridge? Andrew