linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
@ 2020-02-19 16:21 Grygorii Strashko
  2020-02-20  5:26 ` Lokesh Vutla
  2020-02-20 17:53 ` Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Grygorii Strashko @ 2020-02-19 16:21 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, Grygorii Strashko

DMTimers 13 - 16 are PWM capable and also can be used for CPTS input
signals generation. Hence, mark them as "ti,timer-pwm".

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 arch/arm/boot/dts/dra7-l4.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi
index fc418834890d..2119a78e9c15 100644
--- a/arch/arm/boot/dts/dra7-l4.dtsi
+++ b/arch/arm/boot/dts/dra7-l4.dtsi
@@ -3474,6 +3474,7 @@
 				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
 				clock-names = "fck";
 				interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
+				ti,timer-pwm;
 			};
 		};
 
@@ -3501,6 +3502,7 @@
 				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
 				clock-names = "fck";
 				interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
+				ti,timer-pwm;
 			};
 		};
 
@@ -3528,6 +3530,7 @@
 				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
 				clock-names = "fck";
 				interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
+				ti,timer-pwm;
 			};
 		};
 
@@ -3555,6 +3558,7 @@
 				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
 				clock-names = "fck";
 				interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
+				ti,timer-pwm;
 			};
 		};
 
-- 
2.17.1


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

* Re: [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
  2020-02-19 16:21 [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable Grygorii Strashko
@ 2020-02-20  5:26 ` Lokesh Vutla
  2020-02-20 17:53 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2020-02-20  5:26 UTC (permalink / raw)
  To: Grygorii Strashko, Tony Lindgren; +Cc: linux-omap



On 19/02/20 9:51 PM, Grygorii Strashko wrote:
> DMTimers 13 - 16 are PWM capable and also can be used for CPTS input
> signals generation. Hence, mark them as "ti,timer-pwm".
> 
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>  arch/arm/boot/dts/dra7-l4.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi
> index fc418834890d..2119a78e9c15 100644
> --- a/arch/arm/boot/dts/dra7-l4.dtsi
> +++ b/arch/arm/boot/dts/dra7-l4.dtsi
> @@ -3474,6 +3474,7 @@
>  				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
>  				clock-names = "fck";
>  				interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
> +				ti,timer-pwm;
>  			};
>  		};
>  
> @@ -3501,6 +3502,7 @@
>  				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
>  				clock-names = "fck";
>  				interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
> +				ti,timer-pwm;
>  			};
>  		};
>  
> @@ -3528,6 +3530,7 @@
>  				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
>  				clock-names = "fck";
>  				interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
> +				ti,timer-pwm;
>  			};
>  		};
>  
> @@ -3555,6 +3558,7 @@
>  				clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
>  				clock-names = "fck";
>  				interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
> +				ti,timer-pwm;
>  			};
>  		};
>  
> 

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

* Re: [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
  2020-02-19 16:21 [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable Grygorii Strashko
  2020-02-20  5:26 ` Lokesh Vutla
@ 2020-02-20 17:53 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2020-02-20 17:53 UTC (permalink / raw)
  To: Grygorii Strashko; +Cc: linux-omap

* Grygorii Strashko <grygorii.strashko@ti.com> [200219 08:22]:
> DMTimers 13 - 16 are PWM capable and also can be used for CPTS input
> signals generation. Hence, mark them as "ti,timer-pwm".

Applying into fixes thanks.

Tony

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

end of thread, other threads:[~2020-02-20 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 16:21 [PATCH] ARM: dts: dra7-l4: mark timer13-16 as pwm capable Grygorii Strashko
2020-02-20  5:26 ` Lokesh Vutla
2020-02-20 17:53 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).