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

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
......@@ -26,9 +26,9 @@ gp0_reserved: rproc@45000000 {
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 @@ st231_gp0: remote-processor {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment