ARM: i.MX6: Add clocks to GPT devicetree node
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 14 Mar 2013 12:09:01 +0000 (13:09 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 14:52:53 +0000 (22:52 +0800)
The i.MX6 already has a devicetree node for the GPT, but not yet
has the clocks. Add them.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl.dtsi

index 52b156f..aa92d43 100644 (file)
                                compatible = "fsl,imx6q-gpt";
                                reg = <0x02098000 0x4000>;
                                interrupts = <0 55 0x04>;
+                               clocks = <&clks 119>, <&clks 120>;
+                               clock-names = "ipg", "per";
                        };
 
                        gpio1: gpio@0209c000 {