ARM: dts: Add node for i2c3 bus for exynos4210-trats
authorTomasz Figa <t.figa@samsung.com>
Tue, 20 Nov 2012 07:26:17 +0000 (16:26 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 20 Nov 2012 07:26:17 +0000 (16:26 +0900)
This patch adds device tree node for i2c3 bus to device tree source
of Samsung Trats board. This bus is used by mms114 touchscreen
controller, for which support will be added in separate patch.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4210-trats.dts

index dcfa04b336c7aa92916e64de06cd0e3076c61db9..1d502bdd5303926c7004a7e681859235e970e3c0 100644 (file)
                };
        };
 
+       i2c@13890000 {
+               samsung,i2c-sda-delay = <100>;
+               samsung,i2c-slave-addr = <0x10>;
+               samsung,i2c-max-bus-freq = <400000>;
+               pinctrl-0 = <&i2c3_bus>;
+               pinctrl-names = "default";
+               status = "okay";
+       };
+
        i2c@138B0000 {
                samsung,i2c-sda-delay = <100>;
                samsung,i2c-slave-addr = <0x10>;