ARM: dts: Add regulator-haptic node for exynos3250-monk
authorJaewon Kim <jaewon02.kim@samsung.com>
Sat, 24 Jan 2015 04:13:58 +0000 (13:13 +0900)
committerKukjin Kim <kgene@kernel.org>
Sat, 24 Jan 2015 04:24:08 +0000 (13:24 +0900)
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>
arch/arm/boot/dts/exynos3250-monk.dts

index 6835968..d9a6dd5 100644 (file)
                        };
                };
        };
+
+       haptics {
+               compatible = "regulator-haptic";
+               haptic-supply = <&motor_reg>;
+               min-microvolt = <1100000>;
+               max-microvolt = <2700000>;
+       };
 };
 
 &adc {