From patchwork Wed Apr 5 06:55:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Kemnade X-Patchwork-Id: 670950 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 0ECF9C76188 for ; Wed, 5 Apr 2023 06:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236884AbjDEGz5 (ORCPT ); Wed, 5 Apr 2023 02:55:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236833AbjDEGz4 (ORCPT ); Wed, 5 Apr 2023 02:55:56 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D03584224; Tue, 4 Apr 2023 23:55:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:To:From:Sender:Reply-To:Cc: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=YbHus8I5k6Kw59s8tS5l+mzZMN+5KPjsnPShZjTEdZ0=; b=rF3OY4jo522n4TUGHlORM61Oxd FwiMyXEOkj6toTcPpkQsmvkkHi/DNyUdOIo75xsfvm6Xax0kKwVyXrAqLFhml2CNVh+saEeekcFwv gUNsWNKghUbtBaNewEQbMeQ9DFlhpV9jiYy1X4JdDMYtxUkZWz2VCIfUKLVLHLyni5wqlb2yTyMM8 9usmG/8iIjz+dTcgZTRzV8B46vBxd0PUVMR94hc21Y079kaNd3+4oX5fQAJjHY/3FsHXGtMXJ2BtQ ZLnl/AVMMKz4LPN3gS/nSyXGNtq314qy9Gt2DWdugsA8sSRyJXlDaRXFGReNz96FX7eNLktgGIdCB pjuW+dLg==; Received: from p200300ccff0b98001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff0b:9800:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1pjx3e-0000gv-6V; Wed, 05 Apr 2023 08:55:50 +0200 Received: from andi by aktux with local (Exim 4.96) (envelope-from ) id 1pjx3d-00EwVt-2z; Wed, 05 Apr 2023 08:55:49 +0200 From: Andreas Kemnade To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.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 v5 2/2] MAINTAINERS: add board bindings list to OMAP2+ files Date: Wed, 5 Apr 2023 08:55:33 +0200 Message-Id: <20230405065533.3561492-3-andreas@kemnade.info> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230405065533.3561492-1-andreas@kemnade.info> References: <20230405065533.3561492-1-andreas@kemnade.info> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add list of OMAP2+ boards to the corresponding section CC: linux-omap@vger.kernel.org Signed-off-by: Andreas Kemnade --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 40e26624ff24b..5414ca882e031 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15363,6 +15363,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