diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-01-17 17:07:13 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-23 18:26:44 +0100 |
commit | c8546163fa92bb46c09017db18dadbb26e639895 (patch) | |
tree | 682d0add3a5fd9f8bb2d6fb84f0e67941dcf7835 /MAINTAINERS | |
parent | 55037902b825667ddcdaed0f8e65d8993c6ab0e7 (diff) | |
download | u-boot-c8546163fa92bb46c09017db18dadbb26e639895.tar.gz u-boot-c8546163fa92bb46c09017db18dadbb26e639895.tar.xz u-boot-c8546163fa92bb46c09017db18dadbb26e639895.zip |
net: add MSCC Ocelot switch support
This patch adds support for the Microsemi Ethernet switch present on
Ocelot SoCs.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38a1bc68f5..1cb092e539 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -539,6 +539,7 @@ F: drivers/gpio/mscc_sgpio.c F: drivers/spi/mscc_bb_spi.c F: include/configs/vcoreiii.h F: drivers/pinctrl/mscc/ +F: drivers/net/ocelot_switch.c MIPS JZ4780 M: Ezequiel Garcia <ezequiel@collabora.com> |