Commit b41c03c1 authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Joel Stanley
Browse files

ARM: dts: aspeed-g5: Move EDAC node to APB



Previously the register interface was not attached to any internal bus,
which is not correct - it lives on the APB.

Cc: Stefan M Schaeckeler <sschaeck@cisco.com>
Signed-off-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Reviewed-by: default avatarStefan Schaeckeler <sschaeck@cisco.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent ce885265
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -47,13 +47,6 @@ memory@80000000 {
		reg = <0x80000000 0>;
	};

	edac: sdram@1e6e0000 {
		compatible = "aspeed,ast2500-sdram-edac";
		reg = <0x1e6e0000 0x174>;
		interrupts = <0>;
		status = "disabled";
	};

	ahb {
		compatible = "simple-bus";
		#address-cells = <1>;
@@ -213,6 +206,13 @@ apb {
			#size-cells = <1>;
			ranges;

			edac: sdram@1e6e0000 {
				compatible = "aspeed,ast2500-sdram-edac";
				reg = <0x1e6e0000 0x174>;
				interrupts = <0>;
				status = "disabled";
			};

			syscon: syscon@1e6e2000 {
				compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd";
				reg = <0x1e6e2000 0x1a8>;