On 07/14/2016 11:06 AM, ttha...@opensource.altera.com wrote:
> From: Thor Thayer <ttha...@opensource.altera.com>
> 
> Add the device tree entries needed to support the Altera DMA
> FIFO buffer EDAC on the Arria10 chip.
> 
> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>
> ---
>  arch/arm/boot/dts/socfpga_arria10.dtsi |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi 
> b/arch/arm/boot/dts/socfpga_arria10.dtsi
> index 228f663..a506ec0 100644
> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi
> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
> @@ -644,6 +644,14 @@
>                               interrupts = <5 IRQ_TYPE_LEVEL_HIGH>,
>                                            <37 IRQ_TYPE_LEVEL_HIGH>;
>                       };
> +
> +                     dma-ecc@ff8c8000 {
> +                             compatible = "altr,socfpga-dma-ecc";
> +                             reg = <0xff8c8000 0x400>;
> +                             altr,ecc-parent = <&pdma>;
> +                             interrupts = <10 IRQ_TYPE_LEVEL_HIGH>,
> +                                          <42 IRQ_TYPE_LEVEL_HIGH>;
> +                     };
>               };
>  
>               rst: rstmgr@ffd05000 {
> 

Acked-by: Dinh Nguyen <dingu...@opensource.altera.com>

Dinh

Reply via email to