From patchwork Tue Aug 20 11:00:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: archit taneja X-Patchwork-Id: 2847021 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BCB7CBF546 for ; Tue, 20 Aug 2013 11:03:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A414A204AC for ; Tue, 20 Aug 2013 11:03:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D206D204CD for ; Tue, 20 Aug 2013 11:03:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751398Ab3HTLCi (ORCPT ); Tue, 20 Aug 2013 07:02:38 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:48228 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751387Ab3HTLCg (ORCPT ); Tue, 20 Aug 2013 07:02:36 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r7KB2Yjp025899; Tue, 20 Aug 2013 06:02:34 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7KB2YFp023003; Tue, 20 Aug 2013 06:02:34 -0500 Received: from dlelxv24.itg.ti.com (172.17.1.199) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Tue, 20 Aug 2013 06:02:34 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv24.itg.ti.com (8.13.8/8.13.8) with ESMTP id r7KB2Y9I014557; Tue, 20 Aug 2013 06:02:34 -0500 Received: from localhost (a0393947pc.apr.dhcp.ti.com [172.24.145.166]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r7KB2Wt04966; Tue, 20 Aug 2013 06:02:32 -0500 (CDT) From: Archit Taneja To: , , , CC: , Archit Taneja , Rajendra Nayak , Sricharan R Subject: [PATCH v2 6/6] experimental: arm: dts: dra7xx: Add a DT node for VPE Date: Tue, 20 Aug 2013 16:30:57 +0530 Message-ID: <1376996457-17275-7-git-send-email-archit@ti.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1376996457-17275-1-git-send-email-archit@ti.com> References: <1375452223-30524-1-git-send-email-archit@ti.com> <1376996457-17275-1-git-send-email-archit@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add a DT node for VPE in dra7.dtsi. This is experimental because we might need to split the VPE address space a bit more, and also because the IRQ line described is accessible the IRQ crossbar driver is added for DRA7XX. Cc: Rajendra Nayak Cc: Sricharan R Signed-off-by: Archit Taneja --- arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index ce9a0f0..7c1cbfe 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -484,6 +484,17 @@ dmas = <&sdma 70>, <&sdma 71>; dma-names = "tx0", "rx0"; }; + + vpe { + compatible = "ti,vpe"; + ti,hwmods = "vpe"; + reg = <0x489d0000 0xd000>, <0x489dd000 0x400>; + reg-names = "vpe", "vpdma"; + interrupts = <0 158 0x4>; + #address-cells = <1>; + #size-cells = <0>; + }; + }; clocks {