mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Correcting GT928 GPIO configuration for CFA050-PI-M touchscreen
Added missing pinctrl configuration lines which enable pull-up on GPIO26.
This commit is contained in:
@@ -109,6 +109,8 @@
|
|||||||
gt928: gt928@5d {
|
gt928: gt928@5d {
|
||||||
compatible = "goodix,gt928";
|
compatible = "goodix,gt928";
|
||||||
reg = <0x5d>;
|
reg = <0x5d>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <>928intpins>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <26 2>; //gpio 26, 2=high-to-low trigger
|
interrupts = <26 2>; //gpio 26, 2=high-to-low trigger
|
||||||
irq-gpios = <&gpio 26 0>; //gpio 26, 0=active-high
|
irq-gpios = <&gpio 26 0>; //gpio 26, 0=active-high
|
||||||
|
|||||||
Reference in New Issue
Block a user