[PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
Nicolas Ferre
nicolas.ferre at atmel.com
Fri Jul 18 06:46:34 PDT 2014
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 at free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre at 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
More information about the linux-arm-kernel
mailing list