]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: STiH407-family: update dmu remoteproc node
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 12 Jan 2017 13:15:21 +0000 (14:15 +0100)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 12 Jan 2017 16:23:38 +0000 (17:23 +0100)
Rename dmu_reserved to delta_reserved
Rename st231_dmu to st231_delta
Update the delta_reserved memory region start address

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/boot/dts/stih407-family.dtsi

index 7866ee1811dbd2ecec5ade8a7bb19b88535f25b1..54963f89b59ab7b790ff299b2ddf4b4a3f453d64 100644 (file)
@@ -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>;