aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>2014-02-13 17:51:11 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:01 -0400
commit9376f1b3b4a2d6df84a5bdec308e39d7404d822d (patch)
tree58a451949b03320b9405c1f6eb80c9e76b9fd614
parent82ec39fe5a2a28c0d384c34e99dcc78a034646e2 (diff)
ENGR00297285-2 [MX6x] Support IRAM page table when DDR is in self-refresh.
The bottom 16KB of the IRAM is reserved for the IRAM page table. Reduce the available IRAM size for the other drivers by 16KB. This commit is cherry-picked: d43a087f363b5dc91ddc4fc401540050d7f55c7f Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6dl.dtsi2
-rw-r--r--arch/arm/boot/dts/imx6q.dtsi2
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi4
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 86ed41366031..5ab3f5743577 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -85,7 +85,7 @@
85 85
86 ocram: sram@00900000 { 86 ocram: sram@00900000 {
87 compatible = "mmio-sram"; 87 compatible = "mmio-sram";
88 reg = <0x00900000 0x20000>; 88 reg = <0x00904000 0x1C000>;
89 clocks = <&clks 142>; 89 clocks = <&clks 142>;
90 }; 90 };
91 91
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 69c8eacc4f82..cd6a742e5891 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -107,7 +107,7 @@
107 107
108 ocram: sram@00900000 { 108 ocram: sram@00900000 {
109 compatible = "mmio-sram"; 109 compatible = "mmio-sram";
110 reg = <0x00900000 0x40000>; 110 reg = <0x00904000 0x3C000>;
111 clocks = <&clks 142>; 111 clocks = <&clks 142>;
112 }; 112 };
113 113
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 40afe29b23a3..77e1e83547ac 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -605,9 +605,9 @@
605 #reset-cells = <1>; 605 #reset-cells = <1>;
606 }; 606 };
607 607
608 ocram: sram@00900000 { 608 ocram: sram@00904000 {
609 compatible = "mmio-sram"; 609 compatible = "mmio-sram";
610 reg = <0x00900000 0x20000>; 610 reg = <0x00904000 0x1C000>;
611 clocks = <&clks IMX6SL_CLK_OCRAM>; 611 clocks = <&clks IMX6SL_CLK_OCRAM>;
612 }; 612 };
613 613