Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751660AbbB1Qye (ORCPT ); Sat, 28 Feb 2015 11:54:34 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46978 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbbB1Qya (ORCPT ); Sat, 28 Feb 2015 11:54:30 -0500 Date: Sat, 28 Feb 2015 17:54:23 +0100 From: Pavel Machek To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "David S. Miller" , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel Subject: Re: [PATCH 05/10] ARM: dts: omap3 hs: Remove timer12 Message-ID: <20150228165423.GJ4978@amd> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-6-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1424958600-18881-6-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1419 Lines: 42 On Thu 2015-02-26 14:49:55, Pali Roh?r wrote: > 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. Dunno. Theoretically, Linux is not the only user of dts... so even if linux handles ti,timer-secure as "don't use it", that may not be right for bootloaders etc. > 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"; > -}; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/