aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeela Krishna Amudala <l.krishna@samsung.com>2013-12-18 12:41:02 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-12-20 18:24:37 -0500
commit022cf308de246d67b5df966c9ef6b5bd3ab75053 (patch)
tree06cafe1caed567e6831aa2ae03646a37d9c7101a
parente84a2d91e11d510f9553363dbf98eab4cf29460f (diff)
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/exynos5250.dtsi9
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi9
2 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 54dbd82257f6..108739a3a93e 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -548,6 +548,15 @@
548 }; 548 };
549 }; 549 };
550 550
551 pwm: pwm@12dd0000 {
552 compatible = "samsung,exynos4210-pwm";
553 reg = <0x12dd0000 0x100>;
554 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
555 #pwm-cells = <3>;
556 clocks = <&clock 311>;
557 clock-names = "timers";
558 };
559
551 amba { 560 amba {
552 #address-cells = <1>; 561 #address-cells = <1>;
553 #size-cells = <1>; 562 #size-cells = <1>;
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index be546f432273..1c1a6a0db252 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -394,6 +394,15 @@
394 clock-names = "uart", "clk_uart_baud0"; 394 clock-names = "uart", "clk_uart_baud0";
395 }; 395 };
396 396
397 pwm: pwm@12dd0000 {
398 compatible = "samsung,exynos4210-pwm";
399 reg = <0x12dd0000 0x100>;
400 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
401 #pwm-cells = <3>;
402 clocks = <&clock 279>;
403 clock-names = "timers";
404 };
405
397 dp_phy: video-phy@10040728 { 406 dp_phy: video-phy@10040728 {
398 compatible = "samsung,exynos5250-dp-video-phy"; 407 compatible = "samsung,exynos5250-dp-video-phy";
399 reg = <0x10040728 4>; 408 reg = <0x10040728 4>;