Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757201AbcC2MPv (ORCPT ); Tue, 29 Mar 2016 08:15:51 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34894 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757150AbcC2MPp (ORCPT ); Tue, 29 Mar 2016 08:15:45 -0400 MIME-Version: 1.0 In-Reply-To: <20160329084549.GC3705@pd.tnic> References: <1458576106-24505-1-git-send-email-tthayer@opensource.altera.com> <1458576106-24505-10-git-send-email-tthayer@opensource.altera.com> <20160329084549.GC3705@pd.tnic> Date: Tue, 29 Mar 2016 07:15:38 -0500 Message-ID: Subject: Re: [PATCHv3 9/9] ARM: dts: Add Altera Arria10 L2 Cache EDAC devicetree entry From: Dinh Nguyen To: Borislav Petkov Cc: Thor Thayer , dougthompson@xmission.com, m.chehab@samsung.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Dinh Nguyen , Grant Likely , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , linux-edac@vger.kernel.org, Linux List , "linux-arm-kernel@lists.infradead.org" , Thor Thayer Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1993 Lines: 56 Hi Boris, On Tue, Mar 29, 2016 at 3:45 AM, Borislav Petkov wrote: > On Mon, Mar 21, 2016 at 11:01:46AM -0500, tthayer@opensource.altera.com wrote: >> From: Thor Thayer >> >> Add the device tree entries needed to support the Altera L2 >> cache EDAC on the Arria10 chip. >> >> Signed-off-by: Thor Thayer >> --- >> v2 Match register value (l2-ecc@ffd06010) >> v3 Set ecc_manager to beginning of system_manager. Add sysman >> phandle. Move IRQs into ecc_manager from children. >> --- >> arch/arm/boot/dts/socfpga_arria10.dtsi | 15 +++++++++++++++ >> 1 file changed, 15 insertions(+) >> >> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi >> index cce9e50..345ea97 100644 >> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi >> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi >> @@ -599,6 +599,21 @@ >> reg = <0xffe00000 0x40000>; >> }; >> >> + eccmgr: eccmgr@ffd06000 { >> + compatible = "altr,socfpga-a10-ecc-manager"; >> + altr,sysmgr-syscon = <&sysmgr>; >> + #address-cells = <1>; >> + #size-cells = <1>; >> + interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>, >> + <0 0 IRQ_TYPE_LEVEL_HIGH>; >> + ranges; >> + >> + l2-ecc@ffd06010 { >> + compatible = "altr,socfpga-a10-l2-ecc"; >> + reg = <0xffd06010 0x4>; >> + }; >> + }; >> + >> rst: rstmgr@ffd05000 { >> #reset-cells = <1>; >> compatible = "altr,rst-mgr"; >> -- > > I've picked up all except this one: need an ACK for it too. Dinh, DT-people? > If you don't mind, I can take this patch. This will prevent merge conflicts in the DTS board files. Thanks, Dinh