Re: [PATCH V4 1/5] ARM: dts: OMAP: Add timer nodes
From: Benoit Cousson <hidden>
Date: 2012-10-25 12:08:21
Also in:
linux-arm-kernel, linux-omap
Hi Vaibhav, On 10/25/2012 02:05 PM, Hiremath, Vaibhav wrote:
On Wed, Oct 24, 2012 at 21:11:13, Cousson, Benoit wrote:quoted
Hi Jon, On 10/19/2012 04:59 PM, Jon Hunter wrote:quoted
Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes present in OMAP4. Add the 7 GP timers nodes present in AM33xx. Add documentation for timer properties specific to OMAP. Thanks to Vaibhav Hiremath for creating the AM33xx timer nodes. I have modified Vaibhav's original nodes adding information on which timers support a PWM output. Cc: Benoit Cousson <redacted> Signed-off-by: Jon Hunter <redacted>I updated the patch to remove the interrupt-parent from the DTS nodes and the documentation, as discussed on the list in the context of OMAP5 DTS for GPIO. If you are OK with that version, I'll push it to Tony along with the others DTS patches. Regards, Benoit --- From 531cc8142ecd6da7929628772c4035dcf7996fef Mon Sep 17 00:00:00 2001 From: Jon Hunter <redacted> Date: Fri, 19 Oct 2012 09:59:00 -0500 Subject: [PATCH] ARM: dts: OMAP: Add timer nodes Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes present in OMAP4. Add the 7 GP timers nodes present in AM33xx. Add documentation for timer properties specific to OMAP. Thanks to Vaibhav Hiremath for creating the AM33xx timer nodes. I have modified Vaibhav's original nodes adding information on which timers support a PWM output. Signed-off-by: Jon Hunter <redacted> [b-cousson@ti.com: Remove the interrupt-parent from nodes] Signed-off-by: Benoit Cousson <redacted> --- .../devicetree/bindings/arm/omap/timer.txt | 31 +++++++ arch/arm/boot/dts/am33xx.dtsi | 54 +++++++++++ arch/arm/boot/dts/omap2.dtsi | 85 +++++++++++++++++ arch/arm/boot/dts/omap2420.dtsi | 8 ++ arch/arm/boot/dts/omap2430.dtsi | 8 ++ arch/arm/boot/dts/omap3.dtsi | 95 ++++++++++++++++++++ arch/arm/boot/dts/omap4.dtsi | 86 ++++++++++++++++++ 7 files changed, 367 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/omap/timer.txtBenoit, I have boot tested this on BeagleBone, so, Tested-By: Vaibhav Hiremath <redacted>
Excellent, thanks. Regards, Benoit