From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 2/5] ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization Date: Wed, 04 Feb 2015 17:36:09 +0100 Message-ID: <3598552.qKIyokxIlF@wuerfel> References: <1423059315-28519-1-git-send-email-geert+renesas@glider.be> <7800327.b3sMA1XGtZ@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-sh-owner@vger.kernel.org To: Geert Uytterhoeven Cc: "linux-arm-kernel@lists.infradead.org" , Geert Uytterhoeven , Simon Horman , Magnus Damm , "devicetree@vger.kernel.org" , Linux-sh list , Russell King List-Id: devicetree@vger.kernel.org On Wednesday 04 February 2015 15:43:43 Geert Uytterhoeven wrote: > > Indeed. Note that I only try to preserve the register value before and after > migrating to generic l2c OF initialization. I did read (part of) the pl310 > documentation, but it's still not clear to me if we really need > L2C_AUX_CTRL_SHARED_OVERRIDE. Perhaps this was just copied from > somewhere else without much afterthought? Have you checked what the hardware/bootloader actually sets in that bit? Maybe you can remove that override completely and the initial Linux default was just set to the same that is already set on powerup? Arnd