From patchwork Thu Feb 26 13:49:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 5892961 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2AC5BBF440 for ; Thu, 26 Feb 2015 13:53:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D676D203A4 for ; Thu, 26 Feb 2015 13:53:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0690120398 for ; Thu, 26 Feb 2015 13:53:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932380AbbBZNuo (ORCPT ); Thu, 26 Feb 2015 08:50:44 -0500 Received: from mail-wg0-f45.google.com ([74.125.82.45]:35358 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932333AbbBZNuk (ORCPT ); Thu, 26 Feb 2015 08:50:40 -0500 Received: by wggz12 with SMTP id z12so10970400wgg.2; Thu, 26 Feb 2015 05:50:37 -0800 (PST) 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 :mime-version:content-type:content-transfer-encoding; bh=kJiHoF7rcXvG6osLnVDqc9PjTHprhXfaizw5ez0z97U=; b=RAsrdy0JhfAUgHhowX/LCNlr+37xkp6FRNFaOnXHcyEM+10NswiYRcK++HDTzFyIkk B+d0mEOgiS2YNJFJf/Mm19Q736xcFr72kHmJjJjxWOvNs2Wx4dUBMDZOGw4eKC2Oxrek ThjJM539AH6nHeCngXg5SDqxcaJLfZmz1FNcILGv7dtfS5SFzeOmQRR+XkAfvDgfyhYC tqg4WAvUtnC5jZqmK4KTNY+PuMilphNdEYmquOGBQxWP7JMuPeTqo/SZcr+IzUqL/UQi JCI8XVU+TZ/kTu9xR8dC2R0BJEgHSz3jyhO8KYI9gzBCr6tYyKu77bcoM1aihGkj35f9 yUGQ== X-Received: by 10.194.120.132 with SMTP id lc4mr17397000wjb.92.1424958637917; Thu, 26 Feb 2015 05:50:37 -0800 (PST) Received: from Pali-Latitude.kolej.mff.cuni.cz (pali.kolej.mff.cuni.cz. [78.128.193.202]) by mx.google.com with ESMTPSA id k6sm29959364wia.6.2015.02.26.05.50.35 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Feb 2015 05:50:36 -0800 (PST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "David S. Miller" Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Pavel Machek , Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel , =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 05/10] ARM: dts: omap3 hs: Remove timer12 Date: Thu, 26 Feb 2015 14:49:55 +0100 Message-Id: <1424958600-18881-6-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.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=-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=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 Device timer12 is automatically disabled on all HS devices via DTS property "ti,timer-secure" in file omap3.dtsi so it can be safely removed. We do not need to disable it on another place. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/omap34xx-hs.dtsi | 4 ---- arch/arm/boot/dts/omap36xx-hs.dtsi | 4 ---- 2 files changed, 8 deletions(-) diff --git a/arch/arm/boot/dts/omap34xx-hs.dtsi b/arch/arm/boot/dts/omap34xx-hs.dtsi index 1ff6264..d4be302 100644 --- a/arch/arm/boot/dts/omap34xx-hs.dtsi +++ b/arch/arm/boot/dts/omap34xx-hs.dtsi @@ -10,7 +10,3 @@ &sham { status = "disabled"; }; - -&timer12 { - status = "disabled"; -}; diff --git a/arch/arm/boot/dts/omap36xx-hs.dtsi b/arch/arm/boot/dts/omap36xx-hs.dtsi index 2c7febb..e93ff8d 100644 --- a/arch/arm/boot/dts/omap36xx-hs.dtsi +++ b/arch/arm/boot/dts/omap36xx-hs.dtsi @@ -10,7 +10,3 @@ &sham { status = "disabled"; }; - -&timer12 { - status = "disabled"; -};