]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ARM: dts: OMAP5: Align the local timer dt node as per the current binding code
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sun, 10 Feb 2013 16:10:19 +0000 (21:40 +0530)
committerBenoit Cousson <benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:21:15 +0000 (00:21 +0200)
It has been decided to not duplicate banked modules dt nodes and that is
how the current arch timer dt extraction code is.

Update the OMAP5 DT file accordingly.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap5.dtsi

index b760c116e7f7b453bdec6618266b9420f1113eb5..aefecf7ca574d537c27721e94e4571fa5d743ff9 100644 (file)
        cpus {
                cpu@0 {
                        compatible = "arm,cortex-a15";
-                       timer {
-                               compatible = "arm,armv7-timer";
-                               /* 14th PPI IRQ, active low level-sensitive */
-                               interrupts = <1 14 0x308>;
-                               clock-frequency = <6144000>;
-                       };
                };
                cpu@1 {
                        compatible = "arm,cortex-a15";
-                       timer {
-                               compatible = "arm,armv7-timer";
-                               /* 14th PPI IRQ, active low level-sensitive */
-                               interrupts = <1 14 0x308>;
-                               clock-frequency = <6144000>;
-                       };
                };
        };
 
+       timer {
+               compatible = "arm,armv7-timer";
+               /* 14th PPI IRQ, active low level-sensitive */
+               interrupts = <1 14 0x308>;
+               clock-frequency = <6144000>;
+       };
+
        /*
         * The soc node represents the soc top level view. It is uses for IPs
         * that are not memory mapped in the MPU view or for the MPU itself.