ARM: dts: STiH407-family: update gp0_reserved memory region
Update the start address of gp0_reserved memory region and enable it Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
b9ec866d22
commit
04f0d55f90
|
@ -20,11 +20,10 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
gp0_reserved: rproc@40000000 {
|
gp0_reserved: rproc@45000000 {
|
||||||
compatible = "shared-dma-pool";
|
compatible = "shared-dma-pool";
|
||||||
reg = <0x40000000 0x01000000>;
|
reg = <0x45000000 0x00400000>;
|
||||||
no-map;
|
no-map;
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gp1_reserved: rproc@41000000 {
|
gp1_reserved: rproc@41000000 {
|
||||||
|
|
Loading…
Reference in New Issue