Skip to content

Commit

Permalink
ARM: dts: Add regulator-haptic node for exynos3250-monk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaewon Kim authored and Kukjin Kim committed Jan 24, 2015
1 parent c0276bc commit 9ce09a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/exynos3250-monk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@
};
};
};

haptics {
compatible = "regulator-haptic";
haptic-supply = <&motor_reg>;
min-microvolt = <1100000>;
max-microvolt = <2700000>;
};
};

&adc {
Expand Down

0 comments on commit 9ce09a1

Please sign in to comment.