diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-07-17 15:03:58 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-07-18 09:56:35 -0400 |
commit | e0d69e119fc6bf7cc3c9f791478108c1b925bb2e (patch) | |
tree | 5f708f9401c20396292cceca5a5ae5ef645ef5a6 /arch | |
parent | 043dfc1b624caf67a52412412a7ccce2d7d2b7f5 (diff) |
ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index ae34c9ca4bba..5ef716ddd5fe 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -1122,6 +1122,7 @@ | |||
1122 | compatible = "atmel,at91sam9rl-pwm"; | 1122 | compatible = "atmel,at91sam9rl-pwm"; |
1123 | reg = <0xf8034000 0x300>; | 1123 | reg = <0xf8034000 0x300>; |
1124 | interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>; | 1124 | interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>; |
1125 | clocks = <&pwm_clk>; | ||
1125 | #pwm-cells = <3>; | 1126 | #pwm-cells = <3>; |
1126 | status = "disabled"; | 1127 | status = "disabled"; |
1127 | }; | 1128 | }; |