summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>2014-02-13 16:51:11 -0600
committerRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>2014-02-18 12:09:18 -0600
commitd43a087f363b5dc91ddc4fc401540050d7f55c7f (patch)
treeefe587bcb4e9d59b431e1821abcc82d378472699 /arch
parent93ae491d9dbe34a91e2dd5832b02b0f0a390ddbe (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. Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
Diffstat (limited to 'arch')
-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 286337940bf7..3d19bfa31c2f 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -85,7 +85,7 @@
ocram: sram@00900000 {
compatible = "mmio-sram";
- reg = <0x00900000 0x20000>;
+ reg = <0x00904000 0x1C000>;
clocks = <&clks 142>;
};
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 794b4ce825b8..580631278e79 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -107,7 +107,7 @@
ocram: sram@00900000 {
compatible = "mmio-sram";
- reg = <0x00900000 0x40000>;
+ reg = <0x00904000 0x3C000>;
clocks = <&clks 142>;
};
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index af45d0a36810..b460909c9b73 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -605,9 +605,9 @@
#reset-cells = <1>;
};
- ocram: sram@00900000 {
+ ocram: sram@00904000 {
compatible = "mmio-sram";
- reg = <0x00900000 0x20000>;
+ reg = <0x00904000 0x1C000>;
clocks = <&clks IMX6SL_CLK_OCRAM>;
};