From patchwork Sat Jun 23 21:08:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Lechner X-Patchwork-Id: 10483863 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 066DF60230 for ; Sat, 23 Jun 2018 21:10:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EDA43289AD for ; Sat, 23 Jun 2018 21:10:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E1F7C28A11; Sat, 23 Jun 2018 21:10:13 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 7D4B2289AD for ; Sat, 23 Jun 2018 21:10:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751526AbeFWVKB (ORCPT ); Sat, 23 Jun 2018 17:10:01 -0400 Received: from vern.gendns.com ([206.190.152.46]:36214 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751967AbeFWVJi (ORCPT ); Sat, 23 Jun 2018 17:09:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=References:In-Reply-To:Message-Id:Date:Subject :Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=YZOcb97MCD3PibKaF4dn8eXvxk98fS+/5AgfJmzYkko=; b=rCVbw4x0zbJQYo8eF4/18itYd 2JbN9v/HPyVkPX2PLcd2CLtCUVRUfNbjqyDwrn8rhZ3Y2M2SwGWceQWdBuX7BDt9YfZPN86K3XUam jeAm47QKxM7HM+Wcn3fEBHtH4fLbF3xxj6rTMuq6plXIxkeCUe8MCmlbUSen1UOGkteIRoM60sAg4 eIEJUYhbv/OlOd0GhGHJSEBFP+XEfLHx7Tivv29i2RlZz+2dkZjom1ZhwvvKz0NTyFpZE9huHCcpL 5gUyv0cCbTOuq4HprnnbudoqLUBq3AYHFHqFBQxqbMlHCg+XinBEIMmkyYN54CeiW9+AMQsM6PrJl wTx7BtDrg==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:51098 helo=freyr.lechnology.com) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fWpmn-00CkwS-BZ; Sat, 23 Jun 2018 17:09:34 -0400 From: David Lechner To: linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: David Lechner , Ohad Ben-Cohen , Bjorn Andersson , Rob Herring , Mark Rutland , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Sekhar Nori , Kevin Hilman , linux-kernel@vger.kernel.org Subject: [PATCH 7/8] ARM: dts: da850: add node for PRUSS Date: Sat, 23 Jun 2018 16:08:09 -0500 Message-Id: <20180623210810.21232-8-david@lechnology.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180623210810.21232-1-david@lechnology.com> References: <20180623210810.21232-1-david@lechnology.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: 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 This adds a new remoteproc node to the da850 device tree for the PRUSS. Signed-off-by: David Lechner --- Note: this requires the recent common-clk patches for power-domains arch/arm/boot/dts/da850.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 3fc8b8fd816e..8b052e96fb53 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -540,6 +540,14 @@ clocks = <&pll0_auxclk>; status = "disabled"; }; + pru_rproc: cpu@30000 { + compatible = "ti,da850-pru-rproc"; + reg = <0x30000 0x10000>; + interrupts = <3>, <4>; + interrupt-names = "pru0-vq", "pru1-vq"; + power-domains = <&psc0 13>; + status = "disabled"; + }; mmc0: mmc@40000 { compatible = "ti,da830-mmc"; reg = <0x40000 0x1000>;