From patchwork Wed Jan 9 17:57:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1953891 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 54B6E3FC5A for ; Wed, 9 Jan 2013 18:00:38 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tszto-0004lU-Hd; Wed, 09 Jan 2013 17:57:12 +0000 Received: from mail-vb0-f42.google.com ([209.85.212.42]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tsztk-0004kM-Em for linux-arm-kernel@lists.infradead.org; Wed, 09 Jan 2013 17:57:09 +0000 Received: by mail-vb0-f42.google.com with SMTP id fa15so1874654vbb.29 for ; Wed, 09 Jan 2013 09:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NHQjTEJNXxTvjBzOe0qLdthnoBTlH43eAqCX5JeoOe8=; b=m6t0mLnkbiob7F/wdPudB3kvlO6n+DUseML+pFYRoeABNQ2B+xY7ZTq40lVHuVpdc1 d8lmR/QOiASwytPkQABrGvOmEkLc1wIiGuwWnKsRRVrwktYQuRawW9+m6l2bbroZ7oh8 Dli7rYCpElWTcjkAw3jOtgoTQPxHtYaq9hVGImlcPdV5XGrQ/iIdLVx+iiLNYtgNPODC xJ+1Tr9oGIy7T5/MNKt95OD1XIVWlI5TMnExbykMZepPlARebQKoDQ9G/t4UJmVZcOYd SkoS33KY84gnxvDJB6nCFL43vs5tNYb8AcHJCbNogFIO6n3Jg0t06LMBpk21hVvzMZbF r51w== MIME-Version: 1.0 Received: by 10.58.240.107 with SMTP id vz11mr91977732vec.45.1357754225519; Wed, 09 Jan 2013 09:57:05 -0800 (PST) Received: by 10.58.134.104 with HTTP; Wed, 9 Jan 2013 09:57:05 -0800 (PST) In-Reply-To: References: <1357751839-19680-1-git-send-email-p.zabel@pengutronix.de> <1357753220.8747.3.camel@pizza.hi.pengutronix.de> Date: Wed, 9 Jan 2013 15:57:05 -0200 Message-ID: Subject: Re: [RFC PATCH 0/5] Use SRC to reset IP modules on i.MX5 and i.MX6 From: Fabio Estevam To: Philipp Zabel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130109_125708_594255_573DED4D X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.42 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Marek Vasut , Fabio Estevam , Sascha Hauer , kernel@pengutronix.de, Shawn Guo , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On Wed, Jan 9, 2013 at 3:53 PM, Fabio Estevam wrote: > On Wed, Jan 9, 2013 at 3:40 PM, Philipp Zabel wrote: > >> I rebased them onto next-20130109 (with this base compile-tested only). > > Just tested it, but unfortunately I still get the crash. Ok, since I am on mx51 I just added a: Thanks, Fabio Estevam diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 1f5d45e..8380b14 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -67,6 +67,7 @@ compatible = "fsl,imx51-ipu"; reg = <0x40000000 0x20000000>; interrupts = <11 10>; + reset = <&src 2>; }; and now it works fine.