diff options
| author | Thor Thayer <thor.thayer@linux.intel.com> | 2019-04-04 10:36:37 -0400 |
|---|---|---|
| committer | Borislav Petkov <bp@suse.de> | 2019-04-10 15:02:49 -0400 |
| commit | 74676a8e247a2163a25fb0ef98f17b74fbad9d21 (patch) | |
| tree | 8e9e1110343d37f0a0b4779238aa2931f14ecd28 | |
| parent | 71eec083eef10b1529f2300d6c3553f0949733a5 (diff) | |
arm64: dts: stratix10: Use new Stratix10 EDAC bindings
Use the new Stratix10 binding format for EDAC nodes.
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
Cc: James Morse <james.morse@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Cc: mark.rutland@arm.com
Cc: mchehab@kernel.org
Link: https://lkml.kernel.org/r/1554388597-28019-4-git-send-email-thor.thayer@linux.intel.com
| -rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 7c649f6b14cb..e00ad770fa39 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | |||
| @@ -531,11 +531,12 @@ | |||
| 531 | }; | 531 | }; |
| 532 | 532 | ||
| 533 | eccmgr { | 533 | eccmgr { |
| 534 | compatible = "altr,socfpga-a10-ecc-manager"; | 534 | compatible = "altr,socfpga-s10-ecc-manager", |
| 535 | "altr,socfpga-a10-ecc-manager"; | ||
| 535 | altr,sysmgr-syscon = <&sysmgr>; | 536 | altr,sysmgr-syscon = <&sysmgr>; |
| 536 | #address-cells = <1>; | 537 | #address-cells = <1>; |
| 537 | #size-cells = <1>; | 538 | #size-cells = <1>; |
| 538 | interrupts = <0 15 4>, <0 95 4>; | 539 | interrupts = <0 15 4>; |
| 539 | interrupt-controller; | 540 | interrupt-controller; |
| 540 | #interrupt-cells = <2>; | 541 | #interrupt-cells = <2>; |
| 541 | ranges; | 542 | ranges; |
| @@ -543,31 +544,31 @@ | |||
| 543 | sdramedac { | 544 | sdramedac { |
| 544 | compatible = "altr,sdram-edac-s10"; | 545 | compatible = "altr,sdram-edac-s10"; |
| 545 | altr,sdr-syscon = <&sdr>; | 546 | altr,sdr-syscon = <&sdr>; |
| 546 | interrupts = <16 4>, <48 4>; | 547 | interrupts = <16 4>; |
| 547 | }; | 548 | }; |
| 548 | 549 | ||
| 549 | usb0-ecc@ff8c4000 { | 550 | usb0-ecc@ff8c4000 { |
| 550 | compatible = "altr,socfpga-usb-ecc"; | 551 | compatible = "altr,socfpga-s10-usb-ecc", |
| 552 | "altr,socfpga-usb-ecc"; | ||
| 551 | reg = <0xff8c4000 0x100>; | 553 | reg = <0xff8c4000 0x100>; |
| 552 | altr,ecc-parent = <&usb0>; | 554 | altr,ecc-parent = <&usb0>; |
| 553 | interrupts = <2 4>, | 555 | interrupts = <2 4>; |
| 554 | <34 4>; | ||
| 555 | }; | 556 | }; |
| 556 | 557 | ||
| 557 | emac0-rx-ecc@ff8c0000 { | 558 | emac0-rx-ecc@ff8c0000 { |
| 558 | compatible = "altr,socfpga-eth-mac-ecc"; | 559 | compatible = "altr,socfpga-s10-eth-mac-ecc", |
| 560 | "altr,socfpga-eth-mac-ecc"; | ||
| 559 | reg = <0xff8c0000 0x100>; | 561 | reg = <0xff8c0000 0x100>; |
| 560 | altr,ecc-parent = <&gmac0>; | 562 | altr,ecc-parent = <&gmac0>; |
| 561 | interrupts = <4 4>, | 563 | interrupts = <4 4>; |
| 562 | <36 4>; | ||
| 563 | }; | 564 | }; |
| 564 | 565 | ||
| 565 | emac0-tx-ecc@ff8c0400 { | 566 | emac0-tx-ecc@ff8c0400 { |
| 566 | compatible = "altr,socfpga-eth-mac-ecc"; | 567 | compatible = "altr,socfpga-s10-eth-mac-ecc", |
| 568 | "altr,socfpga-eth-mac-ecc"; | ||
| 567 | reg = <0xff8c0400 0x100>; | 569 | reg = <0xff8c0400 0x100>; |
| 568 | altr,ecc-parent = <&gmac0>; | 570 | altr,ecc-parent = <&gmac0>; |
| 569 | interrupts = <5 4>, | 571 | interrupts = <5 4>; |
| 570 | <37 4>; | ||
| 571 | }; | 572 | }; |
| 572 | 573 | ||
| 573 | }; | 574 | }; |
