]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: vf610-twr: enable i2c0 device
authorJingchang Lu <b35083@freescale.com>
Fri, 16 Aug 2013 05:02:19 +0000 (13:02 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:30:05 +0000 (23:30 +0800)
enable i2c0 device on Vybrid VF610 Tower Board

Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf610-twr.dts

index b3905f5bcaf9e882cbaea9dfa8247ea69c32fef9..1a58678b93fa613c9de5524026f5777408c7dd05 100644 (file)
        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>;