From patchwork Sun Oct 18 05:26:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7429571 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id EF3189F37F for ; Sun, 18 Oct 2015 05:26:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1BA7820796 for ; Sun, 18 Oct 2015 05:26:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 37413207A9 for ; Sun, 18 Oct 2015 05:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbbJRF0W (ORCPT ); Sun, 18 Oct 2015 01:26:22 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:35692 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284AbbJRF0W (ORCPT ); Sun, 18 Oct 2015 01:26:22 -0400 Received: by pabws5 with SMTP id ws5so6743696pab.2 for ; Sat, 17 Oct 2015 22:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=z20U1VI+KqlLrWxiZ8foK18Nyeb4XrcEvepZ4jX+cfI=; b=WssZveI9NiKVaurZSf2Jq8O01lK72iI7nO6W+++6I50L1kiXK73Xv0phvurJIiFw+t U4OUmYABBH5Lj5ylz8vsSbL2kLj2pv1nbZOeeGo2yHSFV+/Xz3zsY+M/eKs5G2ACf0sm 9pZeGGWIrx4m0Yd0WiZ2LdMPCURXHeNF1ekJG3FqBFn5BxMfzWlVdpn4f5BlRWoeOzhJ nM2N8w+e7F1SLk/N9fLACedxcun8KTOp7OZljO3HiAeJtl20Tf+rJIijwCLBO5genOsv xba6LX1L+Qwh1cm54hECETe+xJUo+ziO1V15P3szgDOx77ZxGy4dZG3U8MY+6L2lPUWL IHsw== X-Received: by 10.68.204.134 with SMTP id ky6mr26714031pbc.19.1445145981875; Sat, 17 Oct 2015 22:26:21 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id eg5sm29647957pac.30.2015.10.17.22.26.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Oct 2015 22:26:20 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: horms+renesas@verge.net.au, Magnus Damm , laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be Date: Sun, 18 Oct 2015 14:26:56 +0900 Message-Id: <20151018052656.3608.65682.sendpatchset@little-apple> Subject: [PATCH] ARM: shmobile: r8a7794: Disable all IPMMU nodes by default Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 From: Magnus Damm The r8a7794 IPMMU nodes for MX and DS are currently lacking a line containing 'status = "disabled"', fix this by making sure they are disabled like all other IPMMU nodes. Signed-off-by: Magnus Damm --- Written on top of renesas-devel-20151015-v4.3-rc5 and [PATCH 00/02] ARM: shmobile: r8a7794 ALT board DU VGA port enablement No special dependencies. arch/arm/boot/dts/r8a7794.dtsi | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0002/arch/arm/boot/dts/r8a7794.dtsi +++ work/arch/arm/boot/dts/r8a7794.dtsi 2015-10-18 14:20:46.490513000 +0900 @@ -1135,6 +1135,7 @@ interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>, <0 199 IRQ_TYPE_LEVEL_HIGH>; #iommu-cells = <1>; + status = "disabled"; }; ipmmu_mp: mmu@ec680000 { @@ -1151,6 +1152,7 @@ interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>, <0 221 IRQ_TYPE_LEVEL_HIGH>; #iommu-cells = <1>; + status = "disabled"; }; ipmmu_gp: mmu@e62a0000 {