Skip to content

Commit 74676a8

Browse files
tthayer-intelsuryasaimadhu
authored andcommitted
arm64: dts: stratix10: Use new Stratix10 EDAC bindings
Use the new Stratix10 binding format for EDAC nodes. Signed-off-by: Thor Thayer <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Dinh Nguyen <[email protected]> Cc: James Morse <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: linux-edac <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
1 parent 71eec08 commit 74676a8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -531,43 +531,44 @@
531531
};
532532

533533
eccmgr {
534-
compatible = "altr,socfpga-a10-ecc-manager";
534+
compatible = "altr,socfpga-s10-ecc-manager",
535+
"altr,socfpga-a10-ecc-manager";
535536
altr,sysmgr-syscon = <&sysmgr>;
536537
#address-cells = <1>;
537538
#size-cells = <1>;
538-
interrupts = <0 15 4>, <0 95 4>;
539+
interrupts = <0 15 4>;
539540
interrupt-controller;
540541
#interrupt-cells = <2>;
541542
ranges;
542543

543544
sdramedac {
544545
compatible = "altr,sdram-edac-s10";
545546
altr,sdr-syscon = <&sdr>;
546-
interrupts = <16 4>, <48 4>;
547+
interrupts = <16 4>;
547548
};
548549

549550
usb0-ecc@ff8c4000 {
550-
compatible = "altr,socfpga-usb-ecc";
551+
compatible = "altr,socfpga-s10-usb-ecc",
552+
"altr,socfpga-usb-ecc";
551553
reg = <0xff8c4000 0x100>;
552554
altr,ecc-parent = <&usb0>;
553-
interrupts = <2 4>,
554-
<34 4>;
555+
interrupts = <2 4>;
555556
};
556557

557558
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";
559561
reg = <0xff8c0000 0x100>;
560562
altr,ecc-parent = <&gmac0>;
561-
interrupts = <4 4>,
562-
<36 4>;
563+
interrupts = <4 4>;
563564
};
564565

565566
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";
567569
reg = <0xff8c0400 0x100>;
568570
altr,ecc-parent = <&gmac0>;
569-
interrupts = <5 4>,
570-
<37 4>;
571+
interrupts = <5 4>;
571572
};
572573

573574
};

0 commit comments

Comments
 (0)