ARM: dts: STiH407-family: update gp0_reserved memory region
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 12 Jan 2017 10:59:01 +0000 (11:59 +0100)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 12 Jan 2017 16:23:30 +0000 (17:23 +0100)
Update the start address of gp0_reserved memory region
and enable it

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

index c0b8fe1..790a252 100644 (file)
                #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 {