diff options
author | Martin Kaiser <martin@kaiser.cx> | 2018-11-01 18:32:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-14 04:03:31 +0100 |
commit | bdccbb79e4f0732ef49d6f2e6fb13cea5879354b (patch) | |
tree | 20e5d22b66a664c7321d90159fbf3d4696a61445 /arch/arm/boot/dts/imx25.dtsi | |
parent | ARM: dts: imx6: add mmdc ipg clock (diff) | |
download | linux-bdccbb79e4f0732ef49d6f2e6fb13cea5879354b.tar.xz linux-bdccbb79e4f0732ef49d6f2e6fb13cea5879354b.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index b25309d26ea5..e80101847aff 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -388,12 +388,16 @@ 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>; }; |