|
@@ -97,10 +97,10 @@
|
|
|
};
|
|
|
|
|
|
|
|
|
- i2c_gpio_pins: pinmux_i2c_gpio_pins {
|
|
|
+ i2c2_pins: pinmux_i2c2_pins {
|
|
|
pinctrl-single,pins = <
|
|
|
- 0x150 (PIN_INPUT | MUX_MODE7) /* spi0_sclk.i2c2_sda */
|
|
|
- 0x154 (PIN_INPUT | MUX_MODE7) /* spi0_d0.i2c2_scl */
|
|
|
+ 0x150 (PIN_INPUT_PULLUP | MUX_MODE2) /* spi0_sclk.i2c2_sda */
|
|
|
+ 0x154 (PIN_INPUT_PULLUP | MUX_MODE2) /* spi0_d0.i2c2_scl */
|
|
|
>;
|
|
|
};
|
|
|
|
|
@@ -204,7 +204,7 @@
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c2_pins>;
|
|
|
status = "okay";
|
|
|
- clock-frequency = <400000>;
|
|
|
+ clock-frequency = <100000>;
|
|
|
|
|
|
polytouch: edt-ft5x06@38 {
|
|
|
compatible = "edt,edt-ft5406", "edt,edt-ft5x06";
|