Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: i.MX25: add the clocks for the EPIT blocks

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>

authored by

Martin Kaiser and committed by
Shawn Guo
bdccbb79 39db0e13

+4
+4
arch/arm/boot/dts/imx25.dtsi
··· 388 388 epit1: timer@53f94000 { 389 389 compatible = "fsl,imx25-epit"; 390 390 reg = <0x53f94000 0x4000>; 391 + clocks = <&clks 83>, <&clks 43>; 392 + clock-names = "ipg", "per"; 391 393 interrupts = <28>; 392 394 }; 393 395 394 396 epit2: timer@53f98000 { 395 397 compatible = "fsl,imx25-epit"; 396 398 reg = <0x53f98000 0x4000>; 399 + clocks = <&clks 84>, <&clks 43>; 400 + clock-names = "ipg", "per"; 397 401 interrupts = <27>; 398 402 }; 399 403