diff options
author | Thor Thayer <tthayer@opensource.altera.com> | 2016-06-22 09:58:59 -0400 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2016-06-27 13:46:19 -0400 |
commit | a67adb32d9413fc6277851994481b9d400128c1c (patch) | |
tree | cccbb753dbca199e076dcae86a4e45c0e3ec6d10 | |
parent | ab8c1e0fb0496f2c3c853537e66ab98e25ad71f7 (diff) |
ARM: dts: Add Arria10 Ethernet EDAC devicetree entry
Add the device tree entries needed to support the Altera Ethernet FIFO
buffer EDAC on the Arria10 chip.
Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/1466603939-7526-9-git-send-email-tthayer@opensource.altera.com
Signed-off-by: Borislav Petkov <bp@suse.de>
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 17e81dc9213e..5820b70c95b3 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi | |||
@@ -621,6 +621,22 @@ | |||
621 | compatible = "altr,socfpga-a10-ocram-ecc"; | 621 | compatible = "altr,socfpga-a10-ocram-ecc"; |
622 | reg = <0xff8c3000 0x400>; | 622 | reg = <0xff8c3000 0x400>; |
623 | }; | 623 | }; |
624 | |||
625 | emac0-rx-ecc@ff8c0800 { | ||
626 | compatible = "altr,socfpga-eth-mac-ecc"; | ||
627 | reg = <0xff8c0800 0x400>; | ||
628 | altr,ecc-parent = <&gmac0>; | ||
629 | interrupts = <4 IRQ_TYPE_LEVEL_HIGH>, | ||
630 | <36 IRQ_TYPE_LEVEL_HIGH>; | ||
631 | }; | ||
632 | |||
633 | emac0-tx-ecc@ff8c0c00 { | ||
634 | compatible = "altr,socfpga-eth-mac-ecc"; | ||
635 | reg = <0xff8c0c00 0x400>; | ||
636 | altr,ecc-parent = <&gmac0>; | ||
637 | interrupts = <5 IRQ_TYPE_LEVEL_HIGH>, | ||
638 | <37 IRQ_TYPE_LEVEL_HIGH>; | ||
639 | }; | ||
624 | }; | 640 | }; |
625 | 641 | ||
626 | rst: rstmgr@ffd05000 { | 642 | rst: rstmgr@ffd05000 { |