[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <1420639313-897-3-git-send-email-jaewon02.kim@samsung.com>
Date: Wed, 07 Jan 2015 23:01:53 +0900
From: Jaewon Kim <jaewon02.kim@...sung.com>
To: Kukjin Kim <kgene@...nel.org>
Cc: linux-samsung-soc@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>,
linux-kernel@...r.kernel.org, Jaewon Kim <jaewon02.kim@...sung.com>
Subject: [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: Add regulator-haptic
node for haptics
This patch adds regulator-haptic device node controlled by regulator.
Signed-off-by: Jaewon Kim <jaewon02.kim@...sung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@...sung.com>
---
arch/arm/boot/dts/exynos3250-monk.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts
index 24822aa..7102d88 100644
--- a/arch/arm/boot/dts/exynos3250-monk.dts
+++ b/arch/arm/boot/dts/exynos3250-monk.dts
@@ -109,6 +109,13 @@
};
};
};
+
+ haptics {
+ compatible = "regulator-haptic";
+ haptic-supply = <&motor_reg>;
+ min-microvolt = <1100000>;
+ max-microvolt = <2700000>;
+ };
};
&adc {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists