Update Ocelot network driver to add support for pcb120. This patch series is based on u-boot-mips/master.
Horatiu Vultur (3): net: mscc: ocelot: Update network driver for pcb120 board: mscc: ocelot: Update MSCC Ocelot board. net: mscc: ocelot: Update DTS for Ocelot pcb120. MAINTAINERS | 1 + arch/mips/dts/mscc,ocelot.dtsi | 109 ++---- arch/mips/dts/ocelot_pcb120.dts | 75 ++++ arch/mips/dts/ocelot_pcb123.dts | 44 ++- .../include/mach/ocelot/ocelot_devcpu_gcb.h | 1 + board/mscc/ocelot/ocelot.c | 15 + drivers/net/mscc_eswitch/Makefile | 2 +- drivers/net/mscc_eswitch/ocelot_switch.c | 434 ++++++++++++++++----- include/dt-bindings/mscc/ocelot_data.h | 19 + 9 files changed, 520 insertions(+), 180 deletions(-) create mode 100644 include/dt-bindings/mscc/ocelot_data.h -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

