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

Message ID 20221117105131.7059-1-cniedermaier@dh-electronics.com
State New
Headers
Series MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support |

Commit Message

Christoph Niedermaier Nov. 17, 2022, 10:51 a.m. UTC
  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(-)
  

Comments

Arnd Bergmann Nov. 21, 2022, 8:43 p.m. UTC | #1
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
  
Arnd Bergmann Nov. 22, 2022, 8:16 a.m. UTC | #2
On Tue, Nov 22, 2022, at 04:57, Shawn Guo wrote:
> On Mon, Nov 21, 2022 at 09:43:06PM +0100, Arnd Bergmann wrote:
>> 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.
>>
>> Shawn, let me know if you want me to apply this directly,
>> otherwise I assume it will be part of you next pull request. 
>
> Feel free to pick it up, as I do not plan to send you another PR for
> 6.2 merge window, unless there are something really urgent coming.

Applied, thanks!

     Arnd
  

Patch

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>