diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-06 21:29:35 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-18 16:35:45 +0200 |
commit | d41afc398fbc9dfb8c40b951e97a7f0283346c6a (patch) | |
tree | 44420b4a7212274d378e55c5a6d273a55609561e | |
parent | MIPS: configs: Regenerate configs of Ingenic boards (diff) | |
download | linux-d41afc398fbc9dfb8c40b951e97a7f0283346c6a.tar.xz linux-d41afc398fbc9dfb8c40b951e97a7f0283346c6a.zip |
MAINTAINERS: Update paths to Ingenic platform code
Support for Ingenic chips has been moved to the generic MIPS platform.
Update the paths accordingly.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index deaafb617361..52ce4a1beede 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8595,8 +8595,9 @@ INGENIC JZ47xx SoCs M: Paul Cercueil <paul@crapouillou.net> S: Maintained F: arch/mips/boot/dts/ingenic/ -F: arch/mips/include/asm/mach-jz4740/ -F: arch/mips/jz4740/ +F: arch/mips/generic/board-ingenic.c +F: arch/mips/include/asm/mach-ingenic/ +F: arch/mips/ingenic/Kconfig F: drivers/clk/ingenic/ F: drivers/dma/dma-jz4780.c F: drivers/gpu/drm/ingenic/ |