]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00297285-2 [MX6x] Support IRAM page table when DDR is in self-refresh.
authorRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
Thu, 13 Feb 2014 22:51:11 +0000 (16:51 -0600)
committerRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
Tue, 18 Feb 2014 18:09:18 +0000 (12:09 -0600)
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>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6sl.dtsi

index 286337940bf79c97c49f22d75d1e65d86301b419..3d19bfa31c2f8554e2cecbda7b85571ce33bdef2 100644 (file)
@@ -85,7 +85,7 @@
 
                ocram: sram@00900000 {
                        compatible = "mmio-sram";
-                       reg = <0x00900000 0x20000>;
+                       reg = <0x00904000 0x1C000>;
                        clocks = <&clks 142>;
                };
 
index 794b4ce825b8d4765758ee21145426567c4802ec..580631278e7963e1c49b28ff8cc1450f72d3387d 100644 (file)
 
                ocram: sram@00900000 {
                        compatible = "mmio-sram";
-                       reg = <0x00900000 0x40000>;
+                       reg = <0x00904000 0x3C000>;
                        clocks = <&clks 142>;
                };
 
index af45d0a3681043d28ba4c6c3cd1effdc262ac86b..b460909c9b7354c4883f8976bd0a3e973c8a8f4c 100644 (file)
                                #reset-cells = <1>;
                        };
 
-                       ocram: sram@00900000 {
+                       ocram: sram@00904000 {
                                compatible = "mmio-sram";
-                               reg = <0x00900000 0x20000>;
+                               reg = <0x00904000 0x1C000>;
                                clocks = <&clks IMX6SL_CLK_OCRAM>;
                        };