boards: fix few incorrect ft5336 polarities

The interrupt pin is active low, not sure how any of these could have
worked correctly, maybe they've only been tested in polling mode.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri
2025-03-09 23:30:26 +00:00
committed by Benjamin Cabé
parent b01b77aa44
commit b13255895d
8 changed files with 8 additions and 8 deletions

View File

@@ -190,7 +190,7 @@
ft5336_touch: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpio1 7 0>;
int-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
};
};

View File

@@ -89,6 +89,6 @@
compatible = "focaltech,ft5336";
reg = <0x38>;
reset-gpios = <&hsgpio0 15 GPIO_ACTIVE_LOW>;
int-gpios = <&hsgpio0 11 GPIO_ACTIVE_HIGH>;
int-gpios = <&hsgpio0 11 GPIO_ACTIVE_LOW>;
};
};

View File

@@ -59,7 +59,7 @@
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&dsi_lcd_qsh_030 4 0>;
int-gpios = <&dsi_lcd_qsh_030 4 GPIO_ACTIVE_LOW>;
status = "okay";
};
};

View File

@@ -59,7 +59,7 @@
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&dsi_lcd_qsh_030 4 0>;
int-gpios = <&dsi_lcd_qsh_030 4 GPIO_ACTIVE_LOW>;
status = "okay";
};
};

View File

@@ -105,7 +105,7 @@
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpioi 13 0>;
int-gpios = <&gpioi 13 GPIO_ACTIVE_LOW>;
};
};

View File

@@ -105,7 +105,7 @@
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpioi 13 0>;
int-gpios = <&gpioi 13 GPIO_ACTIVE_LOW>;
};
};

View File

@@ -139,7 +139,7 @@ arduino_serial: &usart6 {};
ft6202: ft6202@2a {
compatible = "focaltech,ft5336";
reg = <0x2a>;
int-gpios = <&gpioi 13 0>;
int-gpios = <&gpioi 13 GPIO_ACTIVE_LOW>;
};
};

View File

@@ -169,7 +169,7 @@
ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
int-gpios = <&gpioh 2 0>;
int-gpios = <&gpioh 2 GPIO_ACTIVE_LOW>;
};
};