All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks
@ 2018-11-01 17:32 ` Martin Kaiser
  0 siblings, 0 replies; 20+ messages in thread
From: Martin Kaiser @ 2018-11-01 17:32 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---

I tried to make this similar to gpt1 and gpt2.

 arch/arm/boot/dts/imx25.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

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 at 53f94000 {
 				compatible = "fsl,imx25-epit";
 				reg = <0x53f94000 0x4000>;
+				clocks = <&clks 83>, <&clks 43>;
+				clock-names = "ipg", "per";
 				interrupts = <28>;
 			};
 
 			epit2: timer at 53f98000 {
 				compatible = "fsl,imx25-epit";
 				reg = <0x53f98000 0x4000>;
+				clocks = <&clks 84>, <&clks 43>;
+				clock-names = "ipg", "per";
 				interrupts = <27>;
 			};
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-11-14  3:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 17:32 [PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks Martin Kaiser
2018-11-01 17:32 ` Martin Kaiser
2018-11-01 17:32 ` Martin Kaiser
2018-11-01 21:19 ` Vladimir Zapolskiy
2018-11-01 21:19   ` Vladimir Zapolskiy
2018-11-04 14:46 ` Shawn Guo
2018-11-04 14:46   ` Shawn Guo
2018-11-05  8:58   ` Vladimir Zapolskiy
2018-11-05  8:58     ` Vladimir Zapolskiy
2018-11-05  8:58     ` Vladimir Zapolskiy
2018-11-05 13:55     ` Clément Péron
2018-11-05 13:55       ` Clément Péron
2018-11-05  9:12   ` Martin Kaiser
2018-11-05  9:12     ` Martin Kaiser
2018-11-13 14:42     ` Shawn Guo
2018-11-13 14:42       ` Shawn Guo
2018-11-13 14:59       ` Clément Péron
2018-11-13 14:59         ` Clément Péron
2018-11-14  3:04 ` Shawn Guo
2018-11-14  3:04   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.