Skip to content

Commit 9d9624b

Browse files
MWPpelwell
authored andcommitted
Correcting GT928 GPIO configuration for CFA050-PI-M touchscreen
Added missing pinctrl configuration lines which enable pull-up on GPIO26.
1 parent 07ed47a commit 9d9624b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/overlays/crystalfontz-cfa050_pi_m-overlay.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
gt928: gt928@5d {
110110
compatible = "goodix,gt928";
111111
reg = <0x5d>;
112+
pinctrl-names = "default";
113+
pinctrl-0 = <&gt928intpins>;
112114
interrupt-parent = <&gpio>;
113115
interrupts = <26 2>; //gpio 26, 2=high-to-low trigger
114116
irq-gpios = <&gpio 26 0>; //gpio 26, 0=active-high

0 commit comments

Comments
 (0)