Message ID | 20231127053414.2200563-1-a.fatoum@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry | expand |
On Mon, Nov 27, 2023 at 06:34:14AM +0100, Ahmad Fatoum wrote: > The MAINTAINERS entry's F: currently only matches the 32-bit device trees, > as commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") > inadvertently dropped the 64-bit DT match when it added the 32 bit > matches. The entry has a N: imx, which reduced the impact a bit, but > still some board device trees may not contain the substring and would > thus not be covered by the entry. > > Reinstate the missing F: line to restore previous behavior. > > Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") > Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Applied, thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index ea790149af79..8e9fc7f3e66b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2155,6 +2155,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git F: arch/arm/boot/dts/nxp/imx/ F: arch/arm/boot/dts/nxp/mxs/ +F: arch/arm64/boot/dts/freescale/ X: arch/arm64/boot/dts/freescale/fsl-* X: arch/arm64/boot/dts/freescale/qoriq-* X: drivers/media/i2c/
The MAINTAINERS entry's F: currently only matches the 32-bit device trees, as commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") inadvertently dropped the 64-bit DT match when it added the 32 bit matches. The entry has a N: imx, which reduced the impact a bit, but still some board device trees may not contain the substring and would thus not be covered by the entry. Reinstate the missing F: line to restore previous behavior. Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> --- To: Shawn Guo <shawnguo@kernel.org> To: Sascha Hauer <s.hauer@pengutronix.de> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: linux-arm-kernel@lists.infradead.org Cc: imx@lists.linux.dev --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)