All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
@ 2014-07-17 19:03 Boris BREZILLON
  2014-07-18 13:46 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Boris BREZILLON @ 2014-07-17 19:03 UTC (permalink / raw)
  To: linux-arm-kernel

The pwm driver requires a clocks property referencing the pwm peripheral
clk.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9x5.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index 2ebc421..6902f53 100644
--- a/arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5.dtsi
@@ -1124,6 +1124,7 @@
 				compatible = "atmel,at91sam9rl-pwm";
 				reg = <0xf8034000 0x300>;
 				interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
+				clocks = <&pwm_clk>;
 				#pwm-cells = <3>;
 				status = "disabled";
 			};
-- 
1.8.3.2

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

* [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
  2014-07-17 19:03 [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi Boris BREZILLON
@ 2014-07-18 13:46 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2014-07-18 13:46 UTC (permalink / raw)
  To: linux-arm-kernel

On 17/07/2014 21:03, Boris BREZILLON :
> The pwm driver requires a clocks property referencing the pwm peripheral
> clk.
> 
> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>


Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


> ---
>  arch/arm/boot/dts/at91sam9x5.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 2ebc421..6902f53 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -1124,6 +1124,7 @@
>  				compatible = "atmel,at91sam9rl-pwm";
>  				reg = <0xf8034000 0x300>;
>  				interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
> +				clocks = <&pwm_clk>;
>  				#pwm-cells = <3>;
>  				status = "disabled";
>  			};
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2014-07-18 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 19:03 [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi Boris BREZILLON
2014-07-18 13:46 ` Nicolas Ferre

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.