Re: [PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-15 Thread Thor Thayer
Hi Arnd, On 05/15/2015 05:55 AM, Arnd Bergmann wrote: On Wednesday 13 May 2015 16:49:47 ttha...@opensource.altera.com wrote: + sdr: sdr@ffc25000 { + compatible = "syscon"; + reg = <0xffcfb100 0x80>; + }; + A syscon node

Re: [PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-15 Thread Arnd Bergmann
On Wednesday 13 May 2015 16:49:47 ttha...@opensource.altera.com wrote: > + sdr: sdr@ffc25000 { > + compatible = "syscon"; > + reg = <0xffcfb100 0x80>; > + }; > + > A syscon node with just 128 bytes seems very odd. Can you

Re: [PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-15 Thread Arnd Bergmann
On Wednesday 13 May 2015 16:49:47 ttha...@opensource.altera.com wrote: + sdr: sdr@ffc25000 { + compatible = syscon; + reg = 0xffcfb100 0x80; + }; + A syscon node with just 128 bytes seems very odd. Can you check the

Re: [PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-15 Thread Thor Thayer
Hi Arnd, On 05/15/2015 05:55 AM, Arnd Bergmann wrote: On Wednesday 13 May 2015 16:49:47 ttha...@opensource.altera.com wrote: + sdr: sdr@ffc25000 { + compatible = syscon; + reg = 0xffcfb100 0x80; + }; + A syscon node

[PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-13 Thread tthayer
From: Thor Thayer Support for the Arria10 SDRAM EDAC is added to the device tree. Update the bindings document for the new match string. Signed-off-by: Thor Thayer --- .../bindings/arm/altera/socfpga-sdram-edac.txt |2 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 11

[PATCH 4/4] dts, altera: Arria10 SDRAM EDAC DTS additions.

2015-05-13 Thread tthayer
From: Thor Thayer ttha...@opensource.altera.com Support for the Arria10 SDRAM EDAC is added to the device tree. Update the bindings document for the new match string. Signed-off-by: Thor Thayer ttha...@opensource.altera.com --- .../bindings/arm/altera/socfpga-sdram-edac.txt |2 +-