3036: fix i2c1-gpio error
authorwdc <wdc@rock-chips.com>
Fri, 11 Jul 2014 13:12:10 +0000 (21:12 +0800)
committerwdc <wdc@rock-chips.com>
Fri, 11 Jul 2014 13:12:10 +0000 (21:12 +0800)
arch/arm/boot/dts/rk3036-pinctrl.dtsi

index 9e2a4d5f03d19838153da1a2c3010d07c2e39e4c..55249f0a73c8309b7da7fe80cb1575c77e935ab0 100755 (executable)
 
                        i2c1_gpio: i2c1-gpio {
                                rockchip,pins = <FUNC_TO_GPIO(I2C1_SDA)>, <FUNC_TO_GPIO(I2C1_SCL)>;
+                                rockchip,pull = <VALUE_PULL_DEFAULT>;
                                
                        };
                };