From patchwork Mon Aug 21 23:51:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suman Anna X-Patchwork-Id: 9913979 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 D1450602D8 for ; Mon, 21 Aug 2017 23:52:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C065F23F88 for ; Mon, 21 Aug 2017 23:52:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B526428635; Mon, 21 Aug 2017 23:52:32 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, 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 6303B23F88 for ; Mon, 21 Aug 2017 23:52:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754464AbdHUXw3 (ORCPT ); Mon, 21 Aug 2017 19:52:29 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:22827 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754408AbdHUXw0 (ORCPT ); Mon, 21 Aug 2017 19:52:26 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v7LNpxUD016789; Mon, 21 Aug 2017 18:51:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1503359519; bh=bQxUo9FBeQa3B4WdZqCLyQyDDcFbZyTJ4p3EgIUVxAE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=QhTWWf135Hs3Gh2MdPBLGPstMDttfFYCjod1Z8EUX3FRMICL70ZX9lcJu4ehcaJ5U rfZnHhIU2lYUKP6e0CGDU+6WIeqhEF0e9PciFc6Ri0NgLJJSbqTihDzP+58rhgMzhJ aHBPsZfmzjY3Y6sjESugcbqpWw5yC61zBgj6k9s0= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7LNpxOg009651; Mon, 21 Aug 2017 18:51:59 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Mon, 21 Aug 2017 18:51:59 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Mon, 21 Aug 2017 18:51:59 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7LNpx6S002725; Mon, 21 Aug 2017 18:51:59 -0500 Received: from localhost (irmo.dhcp.ti.com [128.247.58.153]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id v7LNpx307287; Mon, 21 Aug 2017 18:51:59 -0500 (CDT) From: Suman Anna To: Tony Lindgren CC: , , , Tero Kristo , Suman Anna Subject: [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes Date: Mon, 21 Aug 2017 18:51:54 -0500 Message-ID: <20170821235158.4968-2-s-anna@ti.com> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170821235158.4968-1-s-anna@ti.com> References: <20170821235158.4968-1-s-anna@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 The MMU nodes for the remote processors IPU1, IPU2, DSP1 and DSP2 have all been enabled. All these nodes are relevant and valid for both the DRA7 EVM and DRA76 EVM boards, so are added in the dra7 common evm dtsi file. Signed-off-by: Suman Anna --- arch/arm/boot/dts/dra7-evm-common.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi index 343e95f9a001..01a5d4e0b044 100644 --- a/arch/arm/boot/dts/dra7-evm-common.dtsi +++ b/arch/arm/boot/dts/dra7-evm-common.dtsi @@ -256,3 +256,27 @@ status = "okay"; }; }; + +&mmu0_dsp1 { + status = "okay"; +}; + +&mmu1_dsp1 { + status = "okay"; +}; + +&mmu0_dsp2 { + status = "okay"; +}; + +&mmu1_dsp2 { + status = "okay"; +}; + +&mmu_ipu1 { + status = "okay"; +}; + +&mmu_ipu2 { + status = "okay"; +};