From: Sascha Hauer Date: Thu, 14 Mar 2013 12:09:01 +0000 (+0100) Subject: ARM: i.MX6: Add clocks to GPT devicetree node X-Git-Tag: v3.10-rc1~124^2~1^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4efccadd3a87d5679f55b67a51cbc73c47bb108d;p=thirdparty%2Fkernel%2Flinux.git ARM: i.MX6: Add clocks to GPT devicetree node The i.MX6 already has a devicetree node for the GPT, but not yet has the clocks. Add them. Signed-off-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 52b156fc82a93..aa92d4345a205 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -282,6 +282,8 @@ compatible = "fsl,imx6q-gpt"; reg = <0x02098000 0x4000>; interrupts = <0 55 0x04>; + clocks = <&clks 119>, <&clks 120>; + clock-names = "ipg", "per"; }; gpio1: gpio@0209c000 {