]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: DRA7: Use dra7-l3-noc instead of omap4-l3-noc
authorRajendra Nayak <ranayak@ti.com>
Thu, 10 Apr 2014 16:34:32 +0000 (11:34 -0500)
committerNishanth Menon <nm@ti.com>
Mon, 5 May 2014 19:35:22 +0000 (14:35 -0500)
We have currently marked the DRA7 L3 as being compatible with
omap4-l3-noc This is not true considering the differences in data
involved.

Now that we have proper support for ti,dra7-l3-noc, add the clock
modules clk1 and clk3 (clk2 submodule will be handled by the driver)
and switch compatibility flag to use the proper data.

Signed-off-by: Rajendra Nayak <ranayak@ti.com>
[nm@ti.com: map up full address range]
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/boot/dts/dra7.dtsi

index 1fd75aa4639da23c8e1b05bd1c5e28730f01c791..8c62664149f00b50134a84b628cea67ff6775e1f 100644 (file)
@@ -94,13 +94,13 @@ mpu {
         * hierarchy.
         */
        ocp {
-               compatible = "ti,omap4-l3-noc", "simple-bus";
+               compatible = "ti,dra7-l3-noc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
                ti,hwmods = "l3_main_1", "l3_main_2";
-               reg = <0x44000000 0x2000>,
-                     <0x44800000 0x3000>;
+               reg = <0x44000000 0x1000000>,
+                     <0x45000000 0x1000>;
                interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;