[AIO-3288C]Kernel->dts:fix touch reset gpio

This commit is contained in:
cjp
2019-05-08 11:52:37 +08:00
committed by cjp
parent 033ec9360f
commit ecf560eceb

View File

@ -104,7 +104,7 @@
compatible = "firefly,gsl3680"; compatible = "firefly,gsl3680";
reg = <0x41>; reg = <0x41>;
touch-gpio = <&gpio5 GPIO_C3 IRQ_TYPE_EDGE_RISING>; touch-gpio = <&gpio5 GPIO_C3 IRQ_TYPE_EDGE_RISING>;
reset-gpio = <&gpio7 GPIO_B1 GPIO_ACTIVE_LOW>; reset-gpio = <&gpio7 GPIO_A6 GPIO_ACTIVE_LOW>;
max-y = <1280>; max-y = <1280>;
max-x = <800>; max-x = <800>;
flip-x = <1>; flip-x = <1>;