Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74676a8e authored by Thor Thayer's avatar Thor Thayer Committed by Borislav Petkov
Browse files

arm64: dts: stratix10: Use new Stratix10 EDAC bindings



Use the new Stratix10 binding format for EDAC nodes.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Acked-by: default avatarDinh 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
parent 71eec083
Loading
Loading
Loading
Loading
+13 −12
Original line number Original line Diff line number Diff line
@@ -531,11 +531,12 @@
		};
		};


		eccmgr {
		eccmgr {
			compatible = "altr,socfpga-a10-ecc-manager";
			compatible = "altr,socfpga-s10-ecc-manager",
				     "altr,socfpga-a10-ecc-manager";
			altr,sysmgr-syscon = <&sysmgr>;
			altr,sysmgr-syscon = <&sysmgr>;
			#address-cells = <1>;
			#address-cells = <1>;
			#size-cells = <1>;
			#size-cells = <1>;
			interrupts = <0 15 4>, <0 95 4>;
			interrupts = <0 15 4>;
			interrupt-controller;
			interrupt-controller;
			#interrupt-cells = <2>;
			#interrupt-cells = <2>;
			ranges;
			ranges;
@@ -543,31 +544,31 @@
			sdramedac {
			sdramedac {
				compatible = "altr,sdram-edac-s10";
				compatible = "altr,sdram-edac-s10";
				altr,sdr-syscon = <&sdr>;
				altr,sdr-syscon = <&sdr>;
				interrupts = <16 4>, <48 4>;
				interrupts = <16 4>;
			};
			};


			usb0-ecc@ff8c4000 {
			usb0-ecc@ff8c4000 {
				compatible = "altr,socfpga-usb-ecc";
				compatible = "altr,socfpga-s10-usb-ecc",
					     "altr,socfpga-usb-ecc";
				reg = <0xff8c4000 0x100>;
				reg = <0xff8c4000 0x100>;
				altr,ecc-parent = <&usb0>;
				altr,ecc-parent = <&usb0>;
				interrupts = <2 4>,
				interrupts = <2 4>;
					     <34 4>;
			};
			};


			emac0-rx-ecc@ff8c0000 {
			emac0-rx-ecc@ff8c0000 {
				compatible = "altr,socfpga-eth-mac-ecc";
				compatible = "altr,socfpga-s10-eth-mac-ecc",
					     "altr,socfpga-eth-mac-ecc";
				reg = <0xff8c0000 0x100>;
				reg = <0xff8c0000 0x100>;
				altr,ecc-parent = <&gmac0>;
				altr,ecc-parent = <&gmac0>;
				interrupts = <4 4>,
				interrupts = <4 4>;
					     <36 4>;
			};
			};


			emac0-tx-ecc@ff8c0400 {
			emac0-tx-ecc@ff8c0400 {
				compatible = "altr,socfpga-eth-mac-ecc";
				compatible = "altr,socfpga-s10-eth-mac-ecc",
					     "altr,socfpga-eth-mac-ecc";
				reg = <0xff8c0400 0x100>;
				reg = <0xff8c0400 0x100>;
				altr,ecc-parent = <&gmac0>;
				altr,ecc-parent = <&gmac0>;
				interrupts = <5 4>,
				interrupts = <5 4>;
					     <37 4>;
			};
			};


		};
		};