linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: add pwm node for exynos4412-trats2
@ 2014-11-20 14:26 Jaewon Kim
  2014-11-20 14:26 ` [PATCH 2/2] ARM: dts: Add max77693-haptic " Jaewon Kim
  2014-11-22 14:20 ` [PATCH 1/2] ARM: dts: add pwm " Kukjin Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Jaewon Kim @ 2014-11-20 14:26 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-kernel, linux-samsung-soc, Chanwoo Choi, Jaewon Kim

This patch add PWM(Pulse Width Modulation) node and
handle to use pwm property.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
---
 arch/arm/boot/dts/exynos4412-trats2.dts |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 8ee20bd..72462e8 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -636,6 +636,13 @@
 		};
 	};
 
+	pwm: pwm@139D0000 {
+		pinctrl-0 = <&pwm0_out>;
+		pinctrl-names = "default";
+		samsung,pwm-outputs = <0>;
+		status = "okay";
+	};
+
 	dsi_0: dsi@11C80000 {
 		vddcore-supply = <&ldo8_reg>;
 		vddio-supply = <&ldo10_reg>;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-22 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20 14:26 [PATCH 1/2] ARM: dts: add pwm node for exynos4412-trats2 Jaewon Kim
2014-11-20 14:26 ` [PATCH 2/2] ARM: dts: Add max77693-haptic " Jaewon Kim
2014-11-22 14:20 ` [PATCH 1/2] ARM: dts: add pwm " Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).