Skip to content

Commit

Permalink
ARM: dts: am43x-epos-evm: Correct Touch controller info
Browse files Browse the repository at this point in the history
Fixup Y resolution and add default pin state. Also update
the compatible id.

CC: Benoit Cousson <bcousson@baylibre.com>
CC: Tony Lindgren <tony@atomide.com>
CC: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Roger Quadros authored and Tony Lindgren committed May 6, 2014
1 parent 2cd1de1 commit 6cfcb5b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions arch/arm/boot/dts/am43x-epos-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
0x9c (PIN_INPUT_PULLUP | MUX_MODE3)
>;
};

pixcir_ts_pins: pixcir_ts_pins {
pinctrl-single,pins = <
0x44 (PIN_INPUT_PULLUP | MUX_MODE7) /* gpmc_a1.gpio1_17 */
>;
};
};

matrix_keypad: matrix_keypad@0 {
Expand Down Expand Up @@ -237,15 +243,17 @@
};

pixcir_ts@5c {
compatible = "pixcir,pixcir_ts";
compatible = "pixcir,pixcir_tangoc";
pinctrl-names = "default";
pinctrl-0 = <&pixcir_ts_pins>;
reg = <0x5c>;
interrupt-parent = <&gpio1>;
interrupts = <17 0>;

attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>;

x-size = <1024>;
y-size = <768>;
y-size = <600>;
};
};

Expand Down

0 comments on commit 6cfcb5b

Please sign in to comment.