From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH-V2] arm/dts: AM33XX: Set the default status of module to "disabled" state Date: Fri, 24 Aug 2012 13:07:36 -0700 Message-ID: <20120824200736.GX11011@atomide.com> References: <1345029805-27987-1-git-send-email-hvaibhav@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1345029805-27987-1-git-send-email-hvaibhav-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Vaibhav Hiremath Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org * Vaibhav Hiremath [120815 04:24]: > Ideally in common SoC dtsi file should set all modules > to "disabled" state and it should get enabled in respective > EVM/Board dts file as per usage. > > This patch sets default status of all modules to "disabled" > state in am33xx.dtsi file. Currently there are no modules > supported as part of Bone and EVM dts support, so care > to add entry "status = "okay"" while adding support for any > module. > > Signed-off-by: Vaibhav Hiremath > Acked-by: Arnd Bergmann > Cc: Benoit Cousson > Cc: Grant Likely > Cc: Tony Lindgren > --- > Changes from V1: > - Fixed indentation issue caused due to extra spaces. Thanks applying into devel-dt branch. Tony