From patchwork Sun Jun 29 16:21:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Heider X-Patchwork-Id: 4444761 Return-Path: X-Original-To: patchwork-linux-arm@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 256BABEEAA for ; Sun, 29 Jun 2014 16:25:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6738E20328 for ; Sun, 29 Jun 2014 16:25:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 95832202F8 for ; Sun, 29 Jun 2014 16:25:23 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1Ht5-0003we-6t; Sun, 29 Jun 2014 16:23:31 +0000 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1Hs0-0003OM-8C for linux-arm-kernel@lists.infradead.org; Sun, 29 Jun 2014 16:22:24 +0000 Received: by mail-we0-f175.google.com with SMTP id k48so7227338wev.20 for ; Sun, 29 Jun 2014 09:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uC6TtCilmENGr7of1nMRr4Ia/GBc3aKmnjvt/8m1LCU=; b=xy7IMUXyBdAyoSlF3D8NEBDRbi1tpWSIkTLVcUY9LXhad+Py5GHghVQI1ok+SBszka eQOwzsUOFMkn0jgBoX2krMur+eGGo7luhpGjpOg6iGUUAWKDcAvrtfMW5Rn70EASKDDr S+5k3LqYf6n01ZKEG9pxtIjq4FAIo9UtGoa6TRsMW0KDoiwiqr4Aru374uYZ/lyFP7QR JBINLAr9KyjtCtuSVHc8Gyx8QuyyY0Mi1cX+rAAX4mW98I8+7u9Scf9eNVtHubzzu4Ou NrEnIZb20R9f9KJ+H29pr4COeKfEPwh9ZKXY7kJVcpVz8u5HBzsRZvrPdsT3A/hilVwq oWiQ== X-Received: by 10.194.89.106 with SMTP id bn10mr1021693wjb.121.1404058921762; Sun, 29 Jun 2014 09:22:01 -0700 (PDT) Received: from mamamia.internal (a89-182-10-130.net-htp.de. [89.182.10.130]) by mx.google.com with ESMTPSA id gh16sm21137573wic.3.2014.06.29.09.22.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 29 Jun 2014 09:22:01 -0700 (PDT) From: Andre Heider To: linux-omap@vger.kernel.org Subject: [PATCH 06/13] ARM: AM33XX: hwmod: deassert PRUSS' hardreset lines Date: Sun, 29 Jun 2014 18:21:40 +0200 Message-Id: <1404058907-21112-7-git-send-email-a.heider@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1404058907-21112-1-git-send-email-a.heider@gmail.com> References: <1404058907-21112-1-git-send-email-a.heider@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140629_092224_496246_EDC88E6A X-CRM114-Status: GOOD ( 10.56 ) X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, Paul Walmsley , Tony Lindgren , Greg Kroah-Hartman , Matt Porter , "Hans J . Koch" , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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 Set HWMOD_INIT_DEASSERT_HARD_RESET to get the PRUSS out of hardreset upon boot. Signed-off-by: Andre Heider --- arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c index a579b89..f1c31f7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c @@ -153,6 +153,7 @@ struct omap_hwmod am33xx_pruss_hwmod = { .name = "pruss", .class = &am33xx_pruss_hwmod_class, .clkdm_name = "pruss_ocp_clkdm", + .flags = HWMOD_INIT_DEASSERT_HARD_RESET, .main_clk = "pruss_ocp_gclk", .prcm = { .omap4 = {