MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Mon, 27 Nov 2023 05:34:14 +0000 (06:34 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 05:24:26 +0000 (13:24 +0800)
commit15a1c7f3e8d9c16e65644b83ad96895164fb2988
tree159d6db028799640aa656ed849afc03a159dd388
parent04179605ab604dba32571a05cd06423afc9eca19
MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
MAINTAINERS