From 23c604715a025c372376bf64a169309f4e2b6776 Mon Sep 17 00:00:00 2001 From: Punnaiah Choudary Kalluri Date: Tue, 24 Mar 2015 14:22:37 +0530 Subject: [PATCH] ARM: zynq: Correct the smc nor memory region size Corrected the smc nor memory region size as per the zynq trm Signed-off-by: Punnaiah Choudary Kalluri Reviewed-by: Peter Crosthwaite Signed-off-by: Michal Simek --- arch/arm/dts/zynq-7000.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index b925b0352cf..43741bc7ab4 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -234,7 +234,7 @@ nor0: flash@e2000000 { status = "disabled"; compatible = "cfi-flash"; - reg = <0xe2000000 0x1000>; + reg = <0xe2000000 0x2000000>; #address-cells = <1>; #size-cells = <1>; }; -- 2.47.3