From patchwork Mon May 15 07:45:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Kemnade X-Patchwork-Id: 682160 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E55AC7EE26 for ; Mon, 15 May 2023 07:45:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239148AbjEOHpd (ORCPT ); Mon, 15 May 2023 03:45:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238242AbjEOHp3 (ORCPT ); Mon, 15 May 2023 03:45:29 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a02:c205:3004:2154::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A4E8128; Mon, 15 May 2023 00:45:27 -0700 (PDT) Received: from p200300ccff34d8001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff34:d800:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pyStS-0003uV-1Z; Mon, 15 May 2023 09:45:18 +0200 Received: from andi by aktux with local (Exim 4.96) (envelope-from ) id 1pyStR-000HEa-2O; Mon, 15 May 2023 09:45:17 +0200 From: Andreas Kemnade To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, tony@atomide.com, afd@ti.com, andreas@kemnade.info, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH v7 2/2] MAINTAINERS: add board bindings list to OMAP2+ files Date: Mon, 15 May 2023 09:45:12 +0200 Message-Id: <20230515074512.66226-3-andreas@kemnade.info> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230515074512.66226-1-andreas@kemnade.info> References: <20230515074512.66226-1-andreas@kemnade.info> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add list of OMAP2+ boards to the corresponding section CC: linux-omap@vger.kernel.org Signed-off-by: Andreas Kemnade Reviewed-by: Tony Lindgren --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d31632..3c85808bb2785 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15404,6 +15404,7 @@ W: http://www.muru.com/linux/omap/ W: http://linux.omap.com/ Q: http://patchwork.kernel.org/project/linux-omap/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git +F: Documentation/devicetree/bindings/arm/ti/omap.yaml F: arch/arm/configs/omap2plus_defconfig F: arch/arm/mach-omap2/ F: drivers/bus/ti-sysc.c