ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Thu, 17 Jul 2014 19:03:58 +0000 (21:03 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 18 Jul 2014 13:56:35 +0000 (15:56 +0200)
The pwm driver requires a clocks property referencing the pwm peripheral
clk.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9x5.dtsi

index ae34c9c..5ef716d 100644 (file)
                                compatible = "atmel,at91sam9rl-pwm";
                                reg = <0xf8034000 0x300>;
                                interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
+                               clocks = <&pwm_clk>;
                                #pwm-cells = <3>;
                                status = "disabled";
                        };