From patchwork Mon Apr 15 17:00:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1085770 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="dEXR+mEk"; 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 44jZX703nnz9s00 for ; Tue, 16 Apr 2019 03:01:11 +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=Oq+a3DaT6B5MtubSfOqbOtlQQ67NYIyNKjADIzELcBg=; b=dEXR+mEkxKWX1g q9PTlaMpga9JefnUirrBwnsTA11WDdniT614HY/Px0Dtvx2GG03TxtkKfpJQHLGE2xaFCAThFxPLI PUWmT3q4eENfrrVO++w3U5rGkplqn9WbJ/m7kEsn7alNe3aUNc8e55nksS5hYHd7x9jGILDQTSDwV MAg5JQVJB13qiAjFlIAXc6kHXTpx6vpvIm1VnHUfjV2O37lRccgjP+gdq0W2Q3kvj14LsDvIegMHM dd6Bc3EU9Q//utFuTUcd3lYWJ/gXHbilOmpdD6ywl80R+tRQ7pJpkbur/FAMgKhni7kzb+qfCMvRG vgxytPMXgkZyXo2jGXVA==; 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 1hG4yh-0008WH-HZ; Mon, 15 Apr 2019 17:01: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 1hG4yZ-0008QF-6n for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2019 17:01:00 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id C1394808C; Mon, 15 Apr 2019 17:01:13 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 1/2] device tree changes for omaps for v5.2 Date: Mon, 15 Apr 2019 10:00:53 -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-20190415_100059_288632_0C2E904D X-CRM114-Status: GOOD ( 12.27 ) 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, 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-signed for you to fetch changes up to bcbb63b80284af0061ac44fe944d31a8482d2b8a: ARM: dts: dra7: Separate AM57 dtsi files (2019-04-12 09:57:07 -0700) ---------------------------------------------------------------- Devicetree changes for omap variants This series of changes configures dra7 pcie x2 lane mode, configures am43xx-epos-evm regulators and keypad wakeup source, and uses standard reset-gpios instead of gpio-reset for n810. We also need to split dra7 dtsi files for properly supporting dra76x and am576 as some of the devices are different such as usb and pruss. ---------------------------------------------------------------- Andrew F. Davis (2): ARM: dts: am43xx-epos-evm: Add matrix keypad as wakeup source ARM: dts: omap2420-n810: Use new CODEC reset pin name Kabir Sahane (1): ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on Kishon Vijay Abraham I (1): ARM: dts: dra7: Add properties to enable PCIe x2 lane mode Mike Erdahl (1): ARM: dts: am43xx-epos-evm: Keep DCDC3 regulator on in suspend to memory Roger Quadros (2): dt-binding: arm: omap: Add information for AM5748 ARM: dts: dra7: Separate AM57 dtsi files .../devicetree/bindings/arm/omap/omap.txt | 6 ++++ arch/arm/boot/dts/am43x-epos-evm.dts | 11 ++++++++ arch/arm/boot/dts/am5718.dtsi | 32 +++++++++++++++++++++ arch/arm/boot/dts/am571x-idk.dts | 2 +- arch/arm/boot/dts/am5728.dtsi | 33 ++++++++++++++++++++++ arch/arm/boot/dts/am572x-idk.dts | 5 ++-- arch/arm/boot/dts/am5748.dtsi | 33 ++++++++++++++++++++++ arch/arm/boot/dts/am574x-idk.dts | 4 +-- arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 +- arch/arm/boot/dts/dra7-l4.dtsi | 6 ++-- arch/arm/boot/dts/dra7.dtsi | 2 ++ arch/arm/boot/dts/omap2420-n810.dts | 2 +- 13 files changed, 128 insertions(+), 12 deletions(-) create mode 100644 arch/arm/boot/dts/am5718.dtsi create mode 100644 arch/arm/boot/dts/am5728.dtsi create mode 100644 arch/arm/boot/dts/am5748.dtsi From patchwork Mon Apr 15 17:00: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: 1085769 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="DwYF2NJ4"; 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 44jZX53bvDz9s00 for ; Tue, 16 Apr 2019 03:01:09 +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: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=/AWbB7+BuVsjIrjuiv6g4OQtK0C9nN6p1oITpOzgYQw=; b=DwYF2NJ4ZKeO8O +2vF95HGjCQu4LGETkXZBwN7ap4QyBMq7TeG2uC+TLh+EUo2D/KXTX6mV1YUshar/QhZYceSNmgvU uyiKYjDib+z773EW8D/ZGq3TejNtmig2qvYL/gqUtah+zrZIxfyxC6Gj+cuzWjXzeDeh74g0nDmc2 UgF7EiWquLk5e2CQidpmlJj8eDrkxZgGEic3aua1LzmusqyPVO9zUgpqozF1/hNhO3cKMRidLrsbe 2opB1pPK95io+blEMMUlpPpTdokwGbSH7SJeJ6n0uEvV3+OUcuxazT8Dtbt4I7MPIHEWkTHDEs3nb pM8UQ4DvVYCm0r3S6dtw==; 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 1hG4yc-0008Qs-N7; Mon, 15 Apr 2019 17:01:02 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hG4yZ-0008QG-8n for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2019 17:01:00 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D8F028120; Mon, 15 Apr 2019 17:01:14 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 2/2] dts changes for ti-sysc driver for v5.2 Date: Mon, 15 Apr 2019 10:00:54 -0700 Message-Id: X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190415_100059_361342_DE814103 X-CRM114-Status: GOOD ( 12.10 ) 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, 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 d59b60564cbfe77d85c2f51b29941d8ed14984d1: bus: ti-sysc: Add generic enable/disable functions (2019-04-09 08:58:48 -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-ti-sysc-signed for you to fetch changes up to b2770b2d6f1b4d33e919fc2a9ccf536efedc1e40: ARM: dts: Add l4 abe interconnect hierarchy and ti-sysc data for omap5 (2019-04-09 09:00:54 -0700) ---------------------------------------------------------------- Devicetree changes for omap4 and 5 l4 abe interconnect This series of devicetree changes adds the l4 abe interconnect devices and moves the devices to their right places in the hierarchy similar to what we've already done for most l4 devices earlier. We first add a shared omap4-mcpdm.dtsi to make adding omap4-l4-abe.dtsi easier for the mcpdm changes. And as earlier, in case of unexpected trouble, devices can be probed the old way by moving one device at a time to the old place. This series of changes depends on the ti-sysc driver changes for handling the external optional clocks that the mcpdm relies on, and is based on the related ti-sysc driver changes. Note that this series does not depend on dropping of the leagcy platform data, but I already had those committed along with the ti-sysc driver changes and noticed too late. ---------------------------------------------------------------- Tony Lindgren (3): ARM: dts: Add common mcpdm dts file for omap4 ARM: dts: Add l4 abe interconnect hierarchy and ti-sysc data for omap4 ARM: dts: Add l4 abe interconnect hierarchy and ti-sysc data for omap5 arch/arm/boot/dts/omap4-duovero.dtsi | 21 +- arch/arm/boot/dts/omap4-l4-abe.dtsi | 501 ++++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4-mcpdm.dtsi | 44 +++ arch/arm/boot/dts/omap4-panda-common.dtsi | 21 +- arch/arm/boot/dts/omap4-sdp.dts | 21 +- arch/arm/boot/dts/omap4-var-som-om44.dtsi | 21 +- arch/arm/boot/dts/omap4.dtsi | 192 +----------- arch/arm/boot/dts/omap5-board-common.dtsi | 8 +- arch/arm/boot/dts/omap5-l4-abe.dtsi | 447 ++++++++++++++++++++++++++ arch/arm/boot/dts/omap5.dtsi | 115 +------ 10 files changed, 1011 insertions(+), 380 deletions(-) create mode 100644 arch/arm/boot/dts/omap4-l4-abe.dtsi create mode 100644 arch/arm/boot/dts/omap4-mcpdm.dtsi create mode 100644 arch/arm/boot/dts/omap5-l4-abe.dtsi