From patchwork Mon Sep 19 11:42:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12980313 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0DA9DECAAD3 for ; Mon, 19 Sep 2022 11:43:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Sq9euo9WFkbO8GLQgDZ4Ti2c3cBg5Cnyoo6QzVI6wXc=; b=3vFI8Q7kLE96wc 6AoeY9CGxij2gwUD3mNINJTSvTbNXCQWcuB8b71qfM9EB7R9eqEn4x2mJgCYgvDuvONKjT7eM7Kxa H2btGbDIhgLMvV/1mHDZQAM9NKMb/tFVklLLHIGMugJuL7OC6QDvgTBh5c+CMlRbFDOz/NQ4TxYKO HZSJdygAyHe7UByNj9BeMChd+XPJ2OFtZiG7dKSwesFX5mbxOpWbVSl0sPMneF/DScpsF3kLvVKb+ r9XqA5f6patMaKqvK8FA5CVBu4RJQXVAXDl0oqPdxPuBWQPGJr3c5J/ynmXdhGDXbrOoXbKrwivGl BOjlPZpsSQLW6lXbjxVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oaFAo-00BYsj-VB; Mon, 19 Sep 2022 11:42:51 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oaFAg-00BYqx-ET for linux-arm-kernel@lists.infradead.org; Mon, 19 Sep 2022 11:42:44 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 21C488050; Mon, 19 Sep 2022 11:34:37 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Devicetree changes for omaps Date: Mon, 19 Sep 2022 14:42:37 +0300 Message-Id: X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220919_044242_764127_523BD244 X-CRM114-Status: UNSURE ( 7.58 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-6.1/dt-signed for you to fetch changes up to 8e9d75fd2ec2ad6c7b19dbafe1be966fd13e0f1d: ARM: dts: am335x-netcom: add GPIO names for NetCom Plus 2-port devices (2022-09-07 08:18:45 +0300) ---------------------------------------------------------------- Devicetree changes for omaps A series of changes for am335x baltos and netcom devices to update nand transfer type and configure gpio-line-names. ---------------------------------------------------------------- Yegor Yefremov (6): ARM: dts: am335x-baltos: change nand-xfer-type ARM: dts: am335x-baltos: add GPIO names for ir3220 and ir5221 devices ARM: dts: am335x-baltos: add GPIO names for ir2110 device ARM: dts: am335x-netcan: add GPIO names for NetCAN Plus device ARM: dts: am335x-netcom: add GPIO names for NetCom Plus 8-port devices ARM: dts: am335x-netcom: add GPIO names for NetCom Plus 2-port devices arch/arm/boot/dts/am335x-baltos-ir2110.dts | 144 +++++++++++++++++++++++++ arch/arm/boot/dts/am335x-baltos-ir3220.dts | 148 +++++++++++++++++++++++++ arch/arm/boot/dts/am335x-baltos-ir5221.dts | 148 +++++++++++++++++++++++++ arch/arm/boot/dts/am335x-baltos.dtsi | 2 +- arch/arm/boot/dts/am335x-netcan-plus-1xx.dts | 144 +++++++++++++++++++++++++ arch/arm/boot/dts/am335x-netcom-plus-2xx.dts | 144 +++++++++++++++++++++++++ arch/arm/boot/dts/am335x-netcom-plus-8xx.dts | 156 +++++++++++++++++++++++++++ 7 files changed, 885 insertions(+), 1 deletion(-)