aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaewon Kim <jaewon02.kim@samsung.com>2015-01-23 23:13:58 -0500
committerKukjin Kim <kgene@kernel.org>2015-01-23 23:24:08 -0500
commit9ce09a1f11f68e2c91e0a592c7250cd5df041468 (patch)
tree1150e52a4baf4b6c08a72735070924bb4cdfe934
parentc0276bc1e95f48dca75808aaaf2fb4330d636b69 (diff)
ARM: dts: Add regulator-haptic node for exynos3250-monk
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos3250-monk.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts
index 683596844ef3..d9a6dd525791 100644
--- a/arch/arm/boot/dts/exynos3250-monk.dts
+++ b/arch/arm/boot/dts/exynos3250-monk.dts
@@ -108,6 +108,13 @@
108 }; 108 };
109 }; 109 };
110 }; 110 };
111
112 haptics {
113 compatible = "regulator-haptic";
114 haptic-supply = <&motor_reg>;
115 min-microvolt = <1100000>;
116 max-microvolt = <2700000>;
117 };
111}; 118};
112 119
113&adc { 120&adc {