diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-01-12 18:56:55 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-16 13:56:43 +0100 |
commit | 051de9b3eb445107b497dd9d92382f8cfa2781a1 (patch) | |
tree | 5bb60074e5a6460b9184a818756338e189f8ebb0 /MAINTAINERS | |
parent | ace9c103df2875d2b435dbd7b36618020edfd1c0 (diff) | |
download | u-boot-051de9b3eb445107b497dd9d92382f8cfa2781a1.zip u-boot-051de9b3eb445107b497dd9d92382f8cfa2781a1.tar.gz u-boot-051de9b3eb445107b497dd9d92382f8cfa2781a1.tar.bz2 |
pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC family
The Jaguar2 SOC family has 63 gpio pins therefore I extended mscc-common
to support new numbe of pins and remove any platform dependency from
mscc-common.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1039269..2881d9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -526,6 +526,7 @@ F: configs/mscc* F: drivers/gpio/mscc_sgpio.c F: drivers/spi/mscc_bb_spi.c F: include/configs/vcoreiii.h +F: drivers/pinctrl/mscc/ MIPS JZ4780 M: Ezequiel Garcia <ezequiel@collabora.com> |