summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2013-11-05 10:48:07 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2013-11-15 13:52:57 +0900
commitb9d60b42a2ca9dd47a57b3f50006d60b3e3ec2bf (patch)
tree2814c0004810d8a8b527f2dd1da3ac1773ec5bde
parent124335d11ccdd3dd7b62fc45d0933553496eaeba (diff)
downloadlinux-3.10-b9d60b42a2ca9dd47a57b3f50006d60b3e3ec2bf.tar.gz
linux-3.10-b9d60b42a2ca9dd47a57b3f50006d60b3e3ec2bf.tar.bz2
linux-3.10-b9d60b42a2ca9dd47a57b3f50006d60b3e3ec2bf.zip
ARM: dts: add clocks and enable pwm for exynos4
This patch adds clocks for PWM(Pulse width modulation) timer and enable it. Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 64c93e557c8..47605f11ef0 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -489,8 +489,11 @@
compatible = "samsung,exynos4210-pwm";
reg = <0x139D0000 0x1000>;
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>, <0 41 0>;
+ clocks = <&clock 336>;
+ clock-names = "timers";
#pwm-cells = <2>;
- status = "disabled";
+ samsung,pwm-outputs = <0>;
+ status = "ok";
};
hsotg@12480000 {