OSDN Git Service

ARM: dts: i.MX25: add the clocks for the EPIT blocks
authorMartin Kaiser <martin@kaiser.cx>
Thu, 1 Nov 2018 17:32:47 +0000 (18:32 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 14 Nov 2018 03:03:31 +0000 (11:03 +0800)
The i.MX25 contains two EPIT (Enhanced Periodic Interrupt Timer)
function blocks. Add their ipg and per clocks to the device tree.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Acked-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx25.dtsi

index b25309d..e801018 100644 (file)
                        epit1: timer@53f94000 {
                                compatible = "fsl,imx25-epit";
                                reg = <0x53f94000 0x4000>;
+                               clocks = <&clks 83>, <&clks 43>;
+                               clock-names = "ipg", "per";
                                interrupts = <28>;
                        };
 
                        epit2: timer@53f98000 {
                                compatible = "fsl,imx25-epit";
                                reg = <0x53f98000 0x4000>;
+                               clocks = <&clks 84>, <&clks 43>;
+                               clock-names = "ipg", "per";
                                interrupts = <27>;
                        };