Commit 6cfcb5be authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren

ARM: dts: am43x-epos-evm: Correct Touch controller info

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: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2cd1de1c
...@@ -149,6 +149,12 @@ qspi1_default: qspi1_default { ...@@ -149,6 +149,12 @@ qspi1_default: qspi1_default {
0x9c (PIN_INPUT_PULLUP | MUX_MODE3) 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 { matrix_keypad: matrix_keypad@0 {
...@@ -237,7 +243,9 @@ at24@50 { ...@@ -237,7 +243,9 @@ at24@50 {
}; };
pixcir_ts@5c { pixcir_ts@5c {
compatible = "pixcir,pixcir_ts"; compatible = "pixcir,pixcir_tangoc";
pinctrl-names = "default";
pinctrl-0 = <&pixcir_ts_pins>;
reg = <0x5c>; reg = <0x5c>;
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <17 0>; interrupts = <17 0>;
...@@ -245,7 +253,7 @@ pixcir_ts@5c { ...@@ -245,7 +253,7 @@ pixcir_ts@5c {
attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>; attb-gpio = <&gpio1 17 GPIO_ACTIVE_HIGH>;
x-size = <1024>; x-size = <1024>;
y-size = <768>; y-size = <600>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment