提交 c8546163 编写于 作者: G Gregory CLEMENT 提交者: Daniel Schwierzeck

net: add MSCC Ocelot switch support

This patch adds support for the Microsemi Ethernet switch present on
Ocelot SoCs.
Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
Reviewed-by: NDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
上级 55037902
...@@ -539,6 +539,7 @@ F: drivers/gpio/mscc_sgpio.c ...@@ -539,6 +539,7 @@ F: drivers/gpio/mscc_sgpio.c
F: drivers/spi/mscc_bb_spi.c F: drivers/spi/mscc_bb_spi.c
F: include/configs/vcoreiii.h F: include/configs/vcoreiii.h
F: drivers/pinctrl/mscc/ F: drivers/pinctrl/mscc/
F: drivers/net/ocelot_switch.c
MIPS JZ4780 MIPS JZ4780
M: Ezequiel Garcia <ezequiel@collabora.com> M: Ezequiel Garcia <ezequiel@collabora.com>
......
...@@ -432,6 +432,13 @@ config SNI_AVE ...@@ -432,6 +432,13 @@ config SNI_AVE
This driver implements support for the Socionext AVE Ethernet This driver implements support for the Socionext AVE Ethernet
controller, as found on the Socionext UniPhier family. controller, as found on the Socionext UniPhier family.
config MSCC_OCELOT_SWITCH
bool "Ocelot switch driver"
depends on DM_ETH && ARCH_MSCC
select PHYLIB
help
This driver supports the Ocelot network switch device.
config ETHER_ON_FEC1 config ETHER_ON_FEC1
bool "FEC1" bool "FEC1"
depends on MPC8XX_FEC depends on MPC8XX_FEC
......
...@@ -75,3 +75,4 @@ obj-$(CONFIG_FSL_PFE) += pfe_eth/ ...@@ -75,3 +75,4 @@ obj-$(CONFIG_FSL_PFE) += pfe_eth/
obj-$(CONFIG_SNI_AVE) += sni_ave.o obj-$(CONFIG_SNI_AVE) += sni_ave.o
obj-y += ti/ obj-y += ti/
obj-$(CONFIG_MEDIATEK_ETH) += mtk_eth.o obj-$(CONFIG_MEDIATEK_ETH) += mtk_eth.o
obj-$(CONFIG_MSCC_OCELOT_SWITCH) += ocelot_switch.o
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册