root@imx6solosabresd:/# dmesg | grep Goodix
[ 2.343334] Goodix-TS 2-0014: supply AVDD28 not found, using dummy regulator
[ 2.350644] Goodix-TS 2-0014: supply VDDIO not found, using dummy regulator
[ 2.358870] Goodix-TS 2-0014: ID 928, version: 1040
[ 2.364549] Goodix-TS 2-0014: Invalid config (1023, 599, 0), using defaults
[ 2.371788] input: Goodix Capacitive TouchScreen as /devices/platform/soc/2100000.bus/21a8000.i2c/i2c-2/2-0014/input/input3
these are my log where i am facing issue ?
gt928@14 {
compatible = "goodix,gt928";
reg = <0x14>;
pinctrl-0 = <&pinctrl_gt928_ts_gpio>;
interrupt-parent = <&gpio1>;
interrupts = <25 0>;
irq-gpios = <&gpio1 25 0>;
irq-flags = <2>;
reset-gpios = <&gpio1 2 0>;
touchscreen-size-x = <1024>;
touchscreen-size-y = <600>;
touchscreen-inverted-x = <0>;
touchscreen-inverted-y = <0>;
touchscreen-swapped-x-y = <0>;
goodix,int-sync = <1>;
status = "okay";
};
pinctrl_i2c3: i2c3grp {
fsl,pins = <
MX6QDL_PAD_GPIO_5__I2C3_SCL 0x4001b8b1
MX6QDL_PAD_GPIO_16__I2C3_SDA 0x4001b8b1
>;
};
pinctrl_i2c3_gpio: i2c3_gpio_grp {
fsl,pins = <
MX6QDL_PAD_GPIO_5__GPIO1_IO05 0x1b8b0
MX6QDL_PAD_GPIO_16__GPIO7_IO11 0x1b0b0
>;
};
pinctrl_gt928_ts_gpio: gt928_ts_gpiogrp {
fsl,pins = <
MX6QDL_PAD_ENET_CRS_DV__GPIO1_IO25 0x1b0b0
MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x130b0
>;
};
these are my device tree where i configure based on custom som schematics ?