[PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support

Christoph Niedermaier posted 1 patch 3 years, 4 months ago
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
Posted by Christoph Niedermaier 3 years, 4 months ago
Add DHCOR to the DH electronic i.MX6 board support to cover the
DHCOR i.MX6ULL SoM. It is a solderable SoM.

Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
---
Cc: arnd@arndb.de
Cc: soc@kernel.org
Cc: Marek Vasut <marex@denx.de>
Cc: kernel@dh-electronics.com
Cc: linux-kernel@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e4d61369bee..aaacc277136f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6069,11 +6069,12 @@ F:	include/net/devlink.h
 F:	include/uapi/linux/devlink.h
 F:	net/core/devlink.c
 
-DH ELECTRONICS IMX6 DHCOM BOARD SUPPORT
+DH ELECTRONICS IMX6 DHCOM/DHCOR BOARD SUPPORT
 M:	Christoph Niedermaier <cniedermaier@dh-electronics.com>
 L:	kernel@dh-electronics.com
 S:	Maintained
 F:	arch/arm/boot/dts/imx6*-dhcom-*
+F:	arch/arm/boot/dts/imx6*-dhcor-*
 
 DH ELECTRONICS STM32MP1 DHCOM/DHCOR BOARD SUPPORT
 M:	Marek Vasut <marex@denx.de>
-- 
2.11.0
Re: [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
Posted by Arnd Bergmann 3 years, 4 months ago
On Thu, Nov 17, 2022, at 11:51, Christoph Niedermaier wrote:
> Add DHCOR to the DH electronic i.MX6 board support to cover the
> DHCOR i.MX6ULL SoM. It is a solderable SoM.
>
> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>

The patch looks good to me, and while I could apply it directly to the
soc tree, the normal way is to send this to the i.MX maintainers
(added to Cc here).

Shawn, let me know if you want me to apply this directly,
otherwise I assume it will be part of you next pull request. 

     Arnd