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

Commit 2196cb86 authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH407-family: update dmu remoteproc node



Rename dmu_reserved to delta_reserved
Rename st231_dmu to st231_delta
Update the delta_reserved memory region start address

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent f0e3ed1c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@
			no-map;
		};

		dmu_reserved: rproc@43000000 {
		delta_reserved: rproc@44000000 {
			compatible = "shared-dma-pool";
			reg = <0x43000000 0x01000000>;
			reg = <0x44000000 0x01000000>;
			no-map;
		};
	};
@@ -810,9 +810,9 @@
			st,syscfg	= <&syscfg_core 0x22c>;
		};

		st231_dmu: remote-processor {
		st231_delta: remote-processor {
			compatible	= "st,st231-rproc";
			memory-region	= <&dmu_reserved>;
			memory-region	= <&delta_reserved>;
			resets		= <&softreset STIH407_ST231_DMU_SOFTRESET>;
			reset-names	= "sw_reset";
			clocks		= <&clk_s_c0_flexgen CLK_ST231_DMU>;