Hi Arinc, On Tue, Mar 15, 2022 at 2:29 PM Arınç ÜNAL <arinc.unal@xxxxxxxxxx> wrote: > > The MT7621 system-on-a-chip includes a 880 MHz MIPS1004Kc dual-core CPU, > a 5-port 10/100/1000 switch/PHY and one RGMII. > > Add the devicetrees for GB-PC1 and GB-PC2 devices which use MT7621 SoC. > > Signed-off-by: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > --- > I'm not sure which repository/branch this patch is supposed to be applied > to. This patch does changes on top of commit dcd520af4eac ("staging: > mt7621-dts: fix cpuintc and fixedregulator dtc warnings, fix xhci") which > is currently applied on gregkh/staging.git staging-next branch. > > Arınç > > --- > MAINTAINERS | 7 +++++++ > arch/mips/boot/dts/ralink/Makefile | 4 ++++ > .../mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts | 0 > .../mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 0 > .../mips/boot/dts/ralink}/mt7621.dtsi | 0 > arch/mips/ralink/Kconfig | 5 +++++ > drivers/staging/Kconfig | 2 -- > drivers/staging/Makefile | 1 - > drivers/staging/mt7621-dts/Kconfig | 11 ----------- > drivers/staging/mt7621-dts/Makefile | 5 ----- > drivers/staging/mt7621-dts/TODO | 5 ----- > 11 files changed, 16 insertions(+), 24 deletions(-) > rename drivers/staging/mt7621-dts/gbpc1.dts => arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts (100%) > rename drivers/staging/mt7621-dts/gbpc2.dts => arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts (100%) > rename {drivers/staging/mt7621-dts => arch/mips/boot/dts/ralink}/mt7621.dtsi (100%) > delete mode 100644 drivers/staging/mt7621-dts/Kconfig > delete mode 100644 drivers/staging/mt7621-dts/Makefile > delete mode 100644 drivers/staging/mt7621-dts/TODO > > diff --git a/MAINTAINERS b/MAINTAINERS > index 62d6758bf8c4..92eda5adca44 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16181,6 +16181,13 @@ L: linux-mips@xxxxxxxxxxxxxxx > S: Maintained > F: arch/mips/ralink > > +RALINK MT7621 MIPS ARCHITECTURE > +M: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > +M: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > +L: linux-mips@xxxxxxxxxxxxxxx > +S: Maintained > +F: arch/mips/boot/dts/ralink/mt7621* > + Acked-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> Thanks, Sergio Paracuellos