]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: i.MX35: Add GPT node
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 7 Jun 2014 12:34:18 +0000 (16:34 +0400)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:35 +0000 (16:49 +0800)
This patch adds the missing (General Purpose Timer) GPT devicetree node
for i.MX35 CPUs.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx35.dtsi

index 4759abb4943615d393c3b7404731141ac19392f0..442e216ca9d96ef5b8b81fc85bd3a45f723c35e0 100644 (file)
@@ -193,6 +193,14 @@ clks: ccm@53f80000 {
                                #clock-cells = <1>;
                        };
 
+                       gpt: timer@53f90000 {
+                               compatible = "fsl,imx35-gpt", "fsl,imx31-gpt";
+                               reg = <0x53f90000 0x4000>;
+                               interrupts = <29>;
+                               clocks = <&clks 9>, <&clks 50>;
+                               clock-names = "ipg", "per";
+                       };
+
                        gpio3: gpio@53fa4000 {
                                compatible = "fsl,imx35-gpio", "fsl,imx31-gpio";
                                reg = <0x53fa4000 0x4000>;