Merge pull request #2638 from brooksytech/dev
Wrong model set in the RG552 touchscreen
This commit is contained in:
commit
86f13bb204
1 changed files with 8 additions and 8 deletions
|
@ -1022,18 +1022,18 @@ diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3399-anbernic-rg552.dts lin
|
|||
+ status = "okay";
|
||||
+
|
||||
+ touchscreen@14 {
|
||||
+ compatible = "goodix,gt1158";
|
||||
+ compatible = "goodix,gt927";
|
||||
+ reg = <0x14>;
|
||||
+ interrupt-parent = <&gpio3>;
|
||||
+ interrupts = <RK_PD7 IRQ_TYPE_EDGE_FALLING>;
|
||||
+ interrupts = <RK_PD7 IRQ_TYPE_EDGE_FALLING>;
|
||||
+ AVDD28-supply = <&vcc3v0_touch>;
|
||||
+ VDDIO-supply = <&vcc3v0_touch>;
|
||||
+ irq-gpios = <&gpio3 RK_PD7 GPIO_ACTIVE_HIGH>;
|
||||
+ reset-gpios = <&gpio3 RK_PD6 GPIO_ACTIVE_HIGH>;
|
||||
+ AVDD28-supply = <&vcc3v0_touch>;
|
||||
+ VDDIO-supply = <&vcc3v0_touch>;
|
||||
+ touchscreen-size-x = <1152>;
|
||||
+ touchscreen-size-y = <1920>;
|
||||
+ touchscreen-inverted-x;
|
||||
+ touchscreen-inverted-y;
|
||||
+ touchscreen-size-x = <1152>;
|
||||
+ touchscreen-size-y = <1920>;
|
||||
+ touchscreen-inverted-x;
|
||||
+ touchscreen-inverted-y;
|
||||
+ };
|
||||
+
|
||||
+ fusb0: typec-portc@22 {
|
||||
|
|
Loading…
Reference in a new issue