From patchwork Thu Jan 31 16:23:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1034367 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="AI1Lp1bn"; 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 43r5DP2Zv4z9sBb for ; Fri, 1 Feb 2019 03:24:53 +1100 (AEDT) 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=15NJ2IxkwdpXM+6Zajtz7Ya+0cVTL2z2vHzb+0SExUg=; b=AI1Lp1bn0gCbO8 8u2UVcNrtvlCv9Hx74UlqbhEgOwX+AA55f34FqwCcbMaR0Imco7xe4asSjwrFqMlTVwoKH4TkWASH /Z57ZmRl4KxNcT9uhfovzKwYWU2nWNaCdlsfqhuK5yRMpfm6YkKLv61hLBzCU6FqBN6+ABkAHzrd+ 2FHYJHczBfr990L/vQYpJoaO9XfLL9swAs0k6NPQ9jyFWOA384n8Y/Reu4FkS2giZsE2h5jKitGh0 eMnFdfyHmUqn9OuLIoywFJzqNUCTkkZvMfsMnmV06yVFHhX4eb9r+YxgTWhtzgG/gQ/kRiVfOb1rL oa1z4RqC7Nn0YsDiZJ0g==; 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 1gpF8w-00038k-Jm; Thu, 31 Jan 2019 16:24:46 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpF8H-00030A-5R for linux-arm-kernel@lists.infradead.org; Thu, 31 Jan 2019 16:24:06 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 7FF76809F; Thu, 31 Jan 2019 16:24:13 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 1/3] soc changes for ti81xx for v5.1 Date: Thu, 31 Jan 2019 08:23:54 -0800 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190131_082405_239484_A30FB05F X-CRM114-Status: UNSURE ( 7.45 ) X-CRM114-Notice: Please train this message. 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 http://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, 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 bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/soc-ti-81xx-signed for you to fetch changes up to d27cda291b2341d39692421b4e64940879ff9dd8: ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800) ---------------------------------------------------------------- SoC updates for ti81xx for v5.1 merge window Two changes to add legacy hwmod data for gpio and spi peripherals on ti81xx. We have not yet updated ti81xx to probe devices with ti-sysc interconnect target module driver, so these changes are still needed to make devices usable for the related device tree changes. ---------------------------------------------------------------- Graeme Smecher (2): ARM: ti81xx: Move I2C entries in omap_hwmod_81xx to maintain grouping ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 131 +++++++++++++++++++++++++++-- 1 file changed, 124 insertions(+), 7 deletions(-) From patchwork Thu Jan 31 16:23:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1034368 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="Vb/wms1e"; 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 43r5Dh4CT8z9sDX for ; Fri, 1 Feb 2019 03:25:08 +1100 (AEDT) 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:References:In-Reply-To: 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: List-Owner; bh=MLSaOJTSH3BrLixnutOX8oK6gAxNdLAby8WVj5bFnN4=; b=Vb/wms1eRI1sqZ H3WRa5ayh/ZOY+7RHmrktkkdB7Wkrk7pRhF0LSC6g2Cfw4mMK9Vf8kzK3A8Gs4JSpIS+/qv8lASr/ uqTEGxsTkEig446zcpkBCAQ5mxy5fZJk+SmDv+r7Q6kCOIekbC5Xg3r0EU3T3ZFs87xcjIbwqGinY je+G6OphNYG+By3kcggwbYPckR7CsFeyVwSPSu/e1d7+zvNo4xoFxnWn5E77HJtCppoG5ndWKNmVU NTmw9KrbJPYQFKSGwl+lF6vop8u35EwTjyexRoLAydk8Uqi1bcAgv7Ma4Sz1Bp6tvA2+tVEItyeqs eMk6d7G/cKQGSrAaWkyg==; 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 1gpF96-0003Hp-Gq; Thu, 31 Jan 2019 16:24:56 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpF8M-00031b-Sj for linux-arm-kernel@lists.infradead.org; Thu, 31 Jan 2019 16:24:12 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6B5D4809F; Thu, 31 Jan 2019 16:24:19 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 2/3] dts changes for ti81xx for v5.1 Date: Thu, 31 Jan 2019 08:23:55 -0800 Message-Id: X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190131_082410_962357_108E01CA X-CRM114-Status: GOOD ( 10.06 ) 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 http://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, 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 d27cda291b2341d39692421b4e64940879ff9dd8: ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-ti-81xx-signed for you to fetch changes up to d031773169df2de868c1b6ff75679ddac5d4a7ec: ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874 (2019-01-24 10:22:43 -0800) ---------------------------------------------------------------- dts updates for ti81xx for v5.1 merge window Two changes to add support for McGill University's IceBoard telescope ARM + FPGA instrumentation board. This board is used for several telescopes around the world, see the related device tree commit for some interesting links for more information. Note that these changes are based on the related ti81xx soc changes. ---------------------------------------------------------------- Graeme Smecher (2): ARM: dts: ti81xx: Add dts boilerplate for all GPIO and SPI peripherals ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874 arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am3874-iceboard.dts | 496 ++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/dm814x.dtsi | 64 ++++- 3 files changed, 560 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/am3874-iceboard.dts From patchwork Thu Jan 31 16:23:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1034369 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="NLT1Tv98"; 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 43r5Dy0B0Rz9sBb for ; Fri, 1 Feb 2019 03:25:21 +1100 (AEDT) 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:References:In-Reply-To: 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: List-Owner; bh=Mby4AcMoiyktmmKCmTLYZQIB1H6tyBJqv6wJXZ7y4ak=; b=NLT1Tv989TdFZz ty7MLF3QXbb95rSrk+93Yi41+fYnk+G9y7frGsZERfVlHxnJ4/dj997kbOhKseFSO5rN2aF2h+0TX 8P8Z9BQcHTXBA1h9n+xQMIMvHiZUmm9Vh9aO4yFtvisiRF8o2QQd2/CpH5m2TZYoR/ThBnI1zOimy bK8OZy7r3M49Z1oz6Xh3hBlePkVewcUHutut8i4f4vefOp//AdMd/5vvJlj6r+haA0hpq9wXJB/iO qfEizAuEQqFUl8/ADOsUZsG6iaVQhVCdGZVhjfoX6TN32dkuHTtfRPIxOFlBN6SQ/2ngSZlvvXBGH HlfVbAwedSfYNzDnJ7AQ==; 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 1gpF9Q-00042L-Bw; Thu, 31 Jan 2019 16:25:16 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpF8R-00033b-CH for linux-arm-kernel@lists.infradead.org; Thu, 31 Jan 2019 16:24:16 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id BF122809F; Thu, 31 Jan 2019 16:24:23 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 3/3] dts changes for omaps for v5.1 Date: Thu, 31 Jan 2019 08:23:56 -0800 Message-Id: X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190131_082415_455901_917789B9 X-CRM114-Status: GOOD ( 10.09 ) 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 http://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, 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 bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-signed for you to fetch changes up to b4c30df0eb354d8e081132b7b7449f6d17619614: ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot (2019-01-24 08:23:43 -0800) ---------------------------------------------------------------- dts updates for omap variants for v5.1 merge window This series contains board specific dts updates and few minor clean-up changes: - add stdout-path for am335x-chiliboard - add wlcore wakeirq for omap3-evm, pandaboard and omap4-droid4 - remove unnecessary address-cells and io-cells for am33xx - replace deprecated linux,wakeup with wakeup-source property - use spdx license for am335x-shc - configure ethernet pins for omap4-sdp ---------------------------------------------------------------- Felix Brack (1): ARM: dts: am33xx: Remove unnecessary properties Heiko Schocher (1): ARM: dts: am335x-shc.dts: Switch to SPDX identifier Marcin Niestroj (1): ARM: dts: am335x-chiliboard: Add stdout-path property Peter Ujfalusi (1): ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot Sudeep Holla (1): ARM: dts: am437x: replace linux,wakeup with wakeup-source property Tony Lindgren (4): ARM: dts: Add wlcore wakeirq for omap3-evm ARM: dts: Configure wlcore wakeirq for pandaboard ARM: dts: omap4-droid4: Configure wlcore wakeirq Merge branch 'omap-for-v4.21/dt' into omap-for-v5.1/dt arch/arm/boot/dts/am335x-chiliboard.dts | 4 +++ arch/arm/boot/dts/am335x-shc.dts | 4 +-- arch/arm/boot/dts/am33xx-l4.dtsi | 2 -- arch/arm/boot/dts/am437x-gp-evm.dts | 2 +- arch/arm/boot/dts/omap3-evm-common.dtsi | 7 ++++-- arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 10 +++++++- arch/arm/boot/dts/omap4-droid4-xt894.dts | 10 +++++--- arch/arm/boot/dts/omap4-panda-common.dtsi | 6 +++-- arch/arm/boot/dts/omap4-sdp.dts | 30 +++++++++++++++++++++++ 9 files changed, 61 insertions(+), 14 deletions(-)