From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: Boot hang on Origen with (!SMP && CPU_IDLE) Date: Tue, 7 Jan 2014 09:51:00 +0100 Message-ID: <201401070951.01107.arnd@arndb.de> References: <4790422.Kg6m1IjKcC@flatron> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.9]:52244 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753315AbaAGIvN (ORCPT ); Tue, 7 Jan 2014 03:51:13 -0500 In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Tushar Behera Cc: Tomasz Figa , Tomasz Figa , Kyungmin Park , Kgene Kim , linux-samsung-soc On Tuesday 07 January 2014, Tushar Behera wrote: > >> > >> be a good time to get rid of the L2_AUX_VAL and L2_AUX_MASK defines and > >> > >> just read the respective settings from DT. > >> > > >> > Ok. > >> > >> Does the node you list above have the right settings for this? > >> > > I will add another patch to remove the usage of L2_AUX_VAL and > L2_AUX_MASK defines for regular mode, but we might still be needing > them for secure firmware booting, Well, the point was that all the settings from these arguments are supposed to come from DT properties these days. If you need to set or clear a bit that doesn't have a property yet, I'd prefer if you extend the binding and the pl310_of_setup() implementation. Arnd