Merge pull request #2638 from brooksytech/dev

Wrong model set in the RG552 touchscreen
This commit is contained in:
Brooksytech 2024-01-05 06:53:22 -08:00 committed by GitHub
commit 86f13bb204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {