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

Unverified Commit d1ed755d authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun5i: Fix the SRAM A3-A4 declaration



According to the system control bindings, the A3-A4 SRAM node should be
a child node of the SRAM it belongs to. However, it was introduced at the
same level, therefore breaking the binding. Fix this.

Fixes: 85870196 ("ARM: sun5i: a13: Merge common controllers into the common DTSI")
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 24770a31
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -127,7 +127,6 @@
				#address-cells = <1>;
				#size-cells = <1>;
				ranges = <0 0x00000000 0xc000>;
			};

				emac_sram: sram-section@8000 {
					compatible = "allwinner,sun5i-a13-sram-a3-a4",
@@ -135,6 +134,7 @@
					reg = <0x8000 0x4000>;
					status = "disabled";
				};
			};

			sram_d: sram@10000 {
				compatible = "mmio-sram";