Message ID | 20180921125626.21971-4-l.stach@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/4] arm64: add basic Kconfig symbols for i.MX8 | expand |
> -----Original Message----- > From: Lucas Stach [mailto:l.stach@pengutronix.de] > Sent: Friday, September 21, 2018 8:56 PM > To: Shawn Guo <shawnguo@kernel.org>; Rob Herring <robh+dt@kernel.org> > Cc: Mark Rutland <mark.rutland@arm.com>; Catalin Marinas > <catalin.marinas@arm.com>; Will Deacon <will.deacon@arm.com>; > Pengutronix Kernel Team <kernel@pengutronix.de>; Fabio Estevam > <fabio.estevam@nxp.com>; dl-linux-imx <linux-imx@nxp.com>; > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; > patchwork-lst@pengutronix.de; Abel Vesa <abel.vesa@nxp.com> > Subject: [PATCh v3 4/4] MAINTAINERS: add i.MX8 DT path to i.MX architecture > > Shawn agreed to take patches for the i.MX8 parts through his tree. > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a5b256b25905..f080df859941 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1461,6 +1461,7 @@ F: arch/arm/mach-imx/ > F: arch/arm/mach-mxs/ > F: arch/arm/boot/dts/imx* > F: arch/arm/configs/imx*_defconfig > +F: arch/arm64/boot/dts/freescale/imx* This means other mx8 devices also need naming like this. e.g. imx8qxp/qm_xxx.dts Then we have Imx*.dts for IMX series. And fsl-*.dts for layerscape series. It's fine to me. I will change qxp patch set as well later. So: Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Regards Dong Aisheng > F: drivers/clk/imx/ > F: drivers/soc/imx/ > F: include/soc/imx/ > -- > 2.19.0
diff --git a/MAINTAINERS b/MAINTAINERS index a5b256b25905..f080df859941 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1461,6 +1461,7 @@ F: arch/arm/mach-imx/ F: arch/arm/mach-mxs/ F: arch/arm/boot/dts/imx* F: arch/arm/configs/imx*_defconfig +F: arch/arm64/boot/dts/freescale/imx* F: drivers/clk/imx/ F: drivers/soc/imx/ F: include/soc/imx/
Shawn agreed to take patches for the i.MX8 parts through his tree. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)