diff options
author | Jaewon Kim <[email protected]> | 2015-01-24 13:13:58 +0900 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2015-01-24 13:24:08 +0900 |
commit | 9ce09a1f11f68e2c91e0a592c7250cd5df041468 (patch) | |
tree | 1150e52a4baf4b6c08a72735070924bb4cdfe934 | |
parent | c0276bc1e95f48dca75808aaaf2fb4330d636b69 (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 <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos3250-monk.dts | 7 |
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 @@ }; }; }; + + haptics { + compatible = "regulator-haptic"; + haptic-supply = <&motor_reg>; + min-microvolt = <1100000>; + max-microvolt = <2700000>; + }; }; &adc { |