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

Commit 04f0d55f authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH407-family: update gp0_reserved memory region



Update the start address of gp0_reserved memory region
and enable it

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent b9ec866d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -20,11 +20,10 @@
		#size-cells = <1>;
		ranges;

		gp0_reserved: rproc@40000000 {
		gp0_reserved: rproc@45000000 {
			compatible = "shared-dma-pool";
			reg = <0x40000000 0x01000000>;
			reg = <0x45000000 0x00400000>;
			no-map;
			status = "disabled";
		};

		gp1_reserved: rproc@41000000 {