800x1280-10.1寸mipi屏更新触摸固件,删除y轴反转

This commit is contained in:
kalous12
2023-08-22 05:45:38 +00:00
parent aab4793130
commit 09c3618185
5 changed files with 0 additions and 7 deletions

View File

@ -331,8 +331,6 @@
interrupts = <RK_PA1 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
touchscreen-inverted-y;
};
};

View File

@ -333,7 +333,6 @@
interrupts = <RK_PB5 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
touchscreen-inverted-y;
};
};
};

View File

@ -1004,7 +1004,6 @@
interrupts = <RK_PA6 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio3 RK_PA5 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;
touchscreen-inverted-y;
};
rockpi_mcu_1: rockpi-mcu-1@45 {

View File

@ -103,7 +103,6 @@
// interrupts = < >;
// reset-gpios = < >;
// irq-gpios = < >;
touchscreen-inverted-y;
};
rockpi_mcu_0: rockpi-mcu-0@45 {
@ -222,7 +221,6 @@
// interrupts = < >;
// reset-gpios = < >;
// irq-gpios = < >;
touchscreen-inverted-y;
};
rockpi_mcu_1: rockpi-mcu-1@45 {

View File

@ -296,6 +296,5 @@
interrupts = <RK_PB5 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
touchscreen-inverted-y;
};
};