linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: vf610-twr: enable i2c0 device
@ 2013-06-18  2:10 Jingchang Lu
  2013-06-18  2:10 ` [PATCH 2/2] i2c: imx: Add Vybrid VF610 I2C controller support Jingchang Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Jingchang Lu @ 2013-06-18  2:10 UTC (permalink / raw)
  To: linux-arm-kernel

enable i2c0 device on Vybrid VF610 Tower Board

Signed-off-by: Jingchang Lu <b35083@freescale.com>
---
 arch/arm/boot/dts/vf610-twr.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index b3905f5..1a58678 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -50,6 +50,13 @@
 	status = "okay";
 };
 
+&i2c0 {
+	clock-frequency = <100000>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c0_1>;
+	status = "okay";
+};
+
 &uart1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart1_1>;
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-18  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18  2:10 [PATCH 1/2] ARM: dts: vf610-twr: enable i2c0 device Jingchang Lu
2013-06-18  2:10 ` [PATCH 2/2] i2c: imx: Add Vybrid VF610 I2C controller support Jingchang Lu
2013-06-18  8:45   ` Shawn Guo
2013-06-18  9:22     ` Lu Jingchang-B35083

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).