summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeela Krishna Amudala <l.krishna@samsung.com>2013-12-19 02:41:02 +0900
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-17 16:18:08 +0900
commit5bd4cff8c04345ca40eb5b0b05a52ee7ecffbff7 (patch)
tree4ce00bdda202133d178a25ef28dcb71837c3807e
parentab39905500b83cf234741036f9f1e67169be527d (diff)
downloadlinux-3.10-5bd4cff8c04345ca40eb5b0b05a52ee7ecffbff7.tar.gz
linux-3.10-5bd4cff8c04345ca40eb5b0b05a52ee7ecffbff7.tar.bz2
linux-3.10-5bd4cff8c04345ca40eb5b0b05a52ee7ecffbff7.zip
ARM: dts: add pwm DT nodes to Exynos5250 and Exynos5420
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420 Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Signed-off-by: Olof Johansson <olofj@chromium.org> Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index be546f43227..1c1a6a0db25 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -394,6 +394,15 @@
clock-names = "uart", "clk_uart_baud0";
};
+ pwm: pwm@12dd0000 {
+ compatible = "samsung,exynos4210-pwm";
+ reg = <0x12dd0000 0x100>;
+ samsung,pwm-outputs = <0>, <1>, <2>, <3>;
+ #pwm-cells = <3>;
+ clocks = <&clock 279>;
+ clock-names = "timers";
+ };
+
dp_phy: video-phy@10040728 {
compatible = "samsung,exynos5250-dp-video-phy";
reg = <0x10040728 4>;