Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751747AbdFIQ3t (ORCPT ); Fri, 9 Jun 2017 12:29:49 -0400 Received: from mail-ot0-f194.google.com ([74.125.82.194]:35735 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712AbdFIQ3s (ORCPT ); Fri, 9 Jun 2017 12:29:48 -0400 Date: Fri, 9 Jun 2017 11:29:41 -0500 From: Rob Herring To: Chris Packham Cc: bp@alien8.de, linux-arm-kernel@lists.infradead.org, linux-edac@vger.kernel.org, Mark Rutland , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 3/4] ARM: l2x0: add arm,ecc-enable property for aurora Message-ID: <20170609162941.hlrkfqm7jfxtzzuu@rob-hp-laptop> References: <20170608041124.4624-1-chris.packham@alliedtelesis.co.nz> <20170608041124.4624-4-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608041124.4624-4-chris.packham@alliedtelesis.co.nz> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 517 Lines: 12 On Thu, Jun 08, 2017 at 04:11:23PM +1200, Chris Packham wrote: > The aurora cache on the Marvell Armada-XP SoC supports ECC protection > for the L2 data arrays. Add a "arm,ecc-enable" device tree property > which can be used to enable this. > > Signed-off-by: Chris Packham > --- > Documentation/devicetree/bindings/arm/l2c2x0.txt | 2 ++ > arch/arm/mm/cache-l2x0.c | 7 +++++++ > 2 files changed, 9 insertions(+) Acked-by: Rob Herring