From patchwork Tue Apr 16 16:16:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1086408 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ThZ96TdN"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44k9Vt0Xnhz9s4Y for ; Wed, 17 Apr 2019 02:17:10 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject: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=z8WcrX/5ndng4RQmZcFBIPHenXNb4ODCHIzFFMDT/48=; b=ThZ96TdNymJJuq dppR/38zR3Z43QrMsJmSvygnEKMso6+mirHM212fLdO0cYuRYTJ/7x7vs9Tewy/JMzKAxXoz8AXKv NJ81L1SLnHLyf1GSSDoUT6VlFNZlhIn3ORcOdCmZVHgdXCHost8FdIaRjtlHkmSIDOH2tf5NJAKo6 YUtTOj4JBAqsKMkd02KX+cYFohW2UK4DYjDnFTDL/NimVQ0uRgmsxcZUebAXraJCLtqPidudF8/PT cv92oaRrpzwoy9xNkIhSP27UREk6+u4UUX9FxlH33uvRSC5mHF8IXGX+4oaEzHKZUuGueGqmRK0Cg 7VqcYXnHe5qZWDPEqt8g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGQlf-0003Zs-4U; Tue, 16 Apr 2019 16:17:07 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGQlc-0003ZX-5V for linux-arm-kernel@lists.infradead.org; Tue, 16 Apr 2019 16:17:05 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 7F21A8081; Tue, 16 Apr 2019 16:17:19 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL] pinmux dts defines for am335x for v5.2 Date: Tue, 16 Apr 2019 09:16:58 -0700 Message-Id: X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190416_091704_247039_CF43BE26 X-CRM114-Status: GOOD ( 11.35 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, Christina Quast , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: "Tony Lindgren" The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/dt-am3-signed for you to fetch changes up to e5b258e53e58a3afd228bbef4d376c7a470cfa58: ARM: dts: am335x: wega: Replaced register offsets with defines (2019-04-15 08:26:28 -0700) ---------------------------------------------------------------- Add am335x pinmux defines and start using them This series of changes adds a new pinmux instance defines for am335x, and a new AM33XX_PADCONF macro. And then the rest of the series updates the dts files to use it. The reasons for doing this is the pinmux configuration has been hard to use and read. And we need to do this for eventually for moving to use values. This change is done one machine at a time, and can be easily reverted as needed in case of unexpected trouble. The old macro is still working, and we're planning to keep it around until we eventually change to use ---------------------------------------------------------------- Christina Quast (38): ARM: dts: am33xx: Added macros for numeric pinmux addresses ARM: dts: am33xx: Added AM33XX_PADCONF macro ARM: dts: am335x: bone-common: Replaced register offsets with defines ARM: dts: am335x: boneblack-common: Replaced register offsets with defines ARM: dts: am335x: boneblack-wireless: Replaced register offsets with defines ARM: dts: am335x: pocketbeagle: Replaced register offsets with defines ARM: dts: am335x: baltos-ir2110: Replaced register offsets with defines ARM: dts: am335x: baltos-ir3220: Replaced register offsets with defines ARM: dts: am335x: baltos-ir5221: Replaced register offsets with defines ARM: dts: am335x: baltos-leds: Replaced register offsets with defines ARM: dts: am335x: baltos: Replaced register offsets with defines ARM: dts: am335x: base0033: Replaced register offsets with defines ARM: dts: am335x: bonegreen-wireless: Replaced register offsets with defines ARM: dts: am335x: boneblue: Replaced register offsets with defines ARM: dts: am335x: bonegreen-common: Replaced register offsets with defines ARM: dts: am335x: chiliboard: Replaced register offsets with defines ARM: dts: am335x: chilisom: Replaced register offsets with defines ARM: dts: am335x: cm-t335: Replaced register offsets with defines ARM: dts: am335x: evm: Replaced register offsets with defines ARM: dts: am335x: evmsk: Replaced register offsets with defines ARM: dts: am335x: icev2: Replaced register offsets with defines ARM: dts: am335x: igep0033: Replaced register offsets with defines ARM: dts: am335x: lxm: Replaced register offsets with defines ARM: dts: am335x: moxa-uc-2100-common: Replaced register offsets with defines ARM: dts: am335x: moxa-uc-2101: Replaced register offsets with defines ARM: dts: am335x: moxa-uc-8100-me-t: Replaced register offsets with defines ARM: dts: am335x: nano: Replaced register offsets with defines ARM: dts: am335x: osd3358-sm-red: Replaced register offsets with defines ARM: dts: am335x: osd335x-common: Replaced register offsets with defines ARM: dts: am335x: pcm-953: Replaced register offsets with defines ARM: dts: am335x: pdu001: Replaced register offsets with defines ARM: dts: am335x: pepper: Replaced register offsets with defines ARM: dts: am335x: phycore-som: Replaced register offsets with defines ARM: dts: am335x: sancloud-bbe: Replaced register offsets with defines ARM: dts: am335x: sbc-t335: Replaced register offsets with defines ARM: dts: am335x: shc: Replaced register offsets with defines ARM: dts: am335x: sl50: Replaced register offsets with defines ARM: dts: am335x: wega: Replaced register offsets with defines arch/arm/boot/dts/am335x-baltos-ir2110.dts | 16 +- arch/arm/boot/dts/am335x-baltos-ir3220.dts | 38 +-- arch/arm/boot/dts/am335x-baltos-ir5221.dts | 42 ++-- arch/arm/boot/dts/am335x-baltos-leds.dtsi | 6 +- arch/arm/boot/dts/am335x-baltos.dtsi | 140 +++++------ arch/arm/boot/dts/am335x-base0033.dts | 48 ++-- arch/arm/boot/dts/am335x-bone-common.dtsi | 116 ++++----- arch/arm/boot/dts/am335x-boneblack-common.dtsi | 54 ++-- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 28 +-- arch/arm/boot/dts/am335x-boneblue.dts | 104 ++++---- arch/arm/boot/dts/am335x-bonegreen-common.dtsi | 4 +- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 28 +-- arch/arm/boot/dts/am335x-chiliboard.dts | 66 ++--- arch/arm/boot/dts/am335x-chilisom.dtsi | 34 +-- arch/arm/boot/dts/am335x-cm-t335.dts | 190 ++++++-------- arch/arm/boot/dts/am335x-evm.dts | 234 ++++++++--------- arch/arm/boot/dts/am335x-evmsk.dts | 292 +++++++++++----------- arch/arm/boot/dts/am335x-icev2.dts | 116 ++++----- arch/arm/boot/dts/am335x-igep0033.dtsi | 40 +-- arch/arm/boot/dts/am335x-lxm.dts | 120 ++++----- arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 42 ++-- arch/arm/boot/dts/am335x-moxa-uc-2101.dts | 24 +- arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts | 116 ++++----- arch/arm/boot/dts/am335x-nano.dts | 140 +++++------ arch/arm/boot/dts/am335x-osd3358-sm-red.dts | 168 ++++++------- arch/arm/boot/dts/am335x-osd335x-common.dtsi | 4 +- arch/arm/boot/dts/am335x-pcm-953.dtsi | 74 +++--- arch/arm/boot/dts/am335x-pdu001.dts | 170 ++++++------- arch/arm/boot/dts/am335x-pepper.dts | 200 +++++++-------- arch/arm/boot/dts/am335x-phycore-som.dtsi | 60 ++--- arch/arm/boot/dts/am335x-pocketbeagle.dts | 56 ++--- arch/arm/boot/dts/am335x-sancloud-bbe.dts | 62 ++--- arch/arm/boot/dts/am335x-sbc-t335.dts | 152 +++++------ arch/arm/boot/dts/am335x-shc.dts | 226 +++++++++-------- arch/arm/boot/dts/am335x-sl50.dts | 208 +++++++-------- arch/arm/boot/dts/am335x-wega.dtsi | 68 ++--- include/dt-bindings/pinctrl/am33xx.h | 130 +++++++++- include/dt-bindings/pinctrl/omap.h | 1 + 38 files changed, 1834 insertions(+), 1783 deletions(-)