From patchwork Tue Jul 24 03:40:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 10541323 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AB9FC14E2 for ; Tue, 24 Jul 2018 03:40:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A5EA28669 for ; Tue, 24 Jul 2018 03:40:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 988F6286A0; Tue, 24 Jul 2018 03:40:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 93E6328669 for ; Tue, 24 Jul 2018 03:40:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388156AbeGXEok (ORCPT ); Tue, 24 Jul 2018 00:44:40 -0400 Received: from muru.com ([72.249.23.125]:52394 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388130AbeGXEok (ORCPT ); Tue, 24 Jul 2018 00:44:40 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id DF0938080; Tue, 24 Jul 2018 03:43:35 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] dts changes to use ti-sysc driver for omap4 l4 Date: Mon, 23 Jul 2018 20:40:03 -0700 Message-Id: X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Tony Lindgren" The following changes since commit 91f6278bfa3966529c61808bd3cb8f05d7ed5dc6: ARM: dts: am335x: add am335x-sancloud-bbe board support (2018-07-17 01:05:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.19/dt-pt3-signed for you to fetch changes up to ab8b1fdd012f41b27f85a6bb271389fd7ff349ea: Merge branch 'omap-for-v4.19/dt-sysc-v2' into omap-for-v4.19/dt (2018-07-20 22:22:08 -0700) ---------------------------------------------------------------- Start using ti-sysc with device tree data for omap4 l4 devices With ti-sysc driver working for most use cases, we can start converting the omap variant SoCs to use device tree data for the interconnect target modules instead of the legacy hwmod platform data. We start with omap4 l4 devices excluding the ones that still depend on a reset controller driver like DSP MMU. And we don't yet convert the l4 ABE instance as that needs a bit more work. We also add a proper interconnect hierarchy for the devices while at it to make further work on genpd easier and to avoid most deferred probe issues. At this point we are not dropping any platform data, and we initially still use it to validate the dts data. Then in later merge cycles we can start dropping the related platform data. ---------------------------------------------------------------- Tony Lindgren (6): dt-bindings: Update omap l4 binding for optional registers ARM: dts: omap4: Add l4 interconnect hierarchy and ti-sysc data ARM: dts: omap4: Probe watchdog 3 with ti-sysc ARM: dts: omap4: Move l4 child devices to probe them with ti-sysc ARM: dts: omap4: Add l4 ranges for 4460 Merge branch 'omap-for-v4.19/dt-sysc-v2' into omap-for-v4.19/dt Documentation/devicetree/bindings/arm/omap/l4.txt | 15 +- arch/arm/boot/dts/omap4-l4.dtsi | 2444 +++++++++++++++++++++ arch/arm/boot/dts/omap4-panda-es.dts | 2 +- arch/arm/boot/dts/omap4.dtsi | 812 +------ arch/arm/boot/dts/omap4460.dtsi | 36 + 5 files changed, 2526 insertions(+), 783 deletions(-) create mode 100644 arch/arm/boot/dts/omap4-l4.dtsi --- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html