diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-03-14 08:09:01 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 10:52:53 -0400 |
commit | 4efccadd3a87d5679f55b67a51cbc73c47bb108d (patch) | |
tree | 7962b10d651633468be5ab6054ea384477b192d6 | |
parent | cc8aae9bc6b3264e856292ebea92ad915ea4b9e2 (diff) |
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 <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 52b156fc82a9..aa92d4345a20 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -282,6 +282,8 @@ | |||
282 | compatible = "fsl,imx6q-gpt"; | 282 | compatible = "fsl,imx6q-gpt"; |
283 | reg = <0x02098000 0x4000>; | 283 | reg = <0x02098000 0x4000>; |
284 | interrupts = <0 55 0x04>; | 284 | interrupts = <0 55 0x04>; |
285 | clocks = <&clks 119>, <&clks 120>; | ||
286 | clock-names = "ipg", "per"; | ||
285 | }; | 287 | }; |
286 | 288 | ||
287 | gpio1: gpio@0209c000 { | 289 | gpio1: gpio@0209c000 { |