From 04f0d55f905011ad94aa3079ec9ab74a6e083e58 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Thu, 12 Jan 2017 11:59:01 +0100 Subject: [PATCH] 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 --- arch/arm/boot/dts/stih407-family.dtsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index c0b8fe1d4621..790a252d3e24 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -20,11 +20,10 @@ #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 { -- 2.20.1