Skip to content

Commit e0ffc5e

Browse files
ashinlinjamess-huang
authored andcommitted
DSI: Modify the sequence of mcu and touch driver to fix the issue of "touch not work"
Change-Id: Iee8010039e794bbfd664a22cb7d914ec71f982a0 Reviewed-on: https://tp-biosrd-v02/gerrit/81448 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent 7854011 commit e0ffc5e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -609,16 +609,16 @@
609609
&i2c3 {
610610
status = "okay";
611611

612-
tinker_ft5406: tinker_ft5406@38 {
613-
compatible = "tinker_ft5406";
614-
reg = <0x38>;
615-
};
616-
617612
tinker_mcu: tinker_mcu@45 {
618613
compatible = "tinker_mcu";
619614
reg = <0x45>;
620615
};
621616

617+
tinker_ft5406: tinker_ft5406@38 {
618+
compatible = "tinker_ft5406";
619+
reg = <0x38>;
620+
};
621+
622622
};
623623

624624
&i2c4 {

drivers/miniarm/dsi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
obj-$(CONFIG_DRM_PANEL_TOSHIBA_TC358762) += panel-toshiba-tc358762.o
22
obj-$(CONFIG_ROCKCHIP_DW_MIPI_DSI2) += dw-mipi-dsi.o
33
#obj-$(CONFIG_TINKER_MCU) += tinker_mcu.o
4-
obj-$(CONFIG_TOUCHSCREEN_TINKER_FT5406) += tinker_ft5406.o
4+
#obj-$(CONFIG_TOUCHSCREEN_TINKER_FT5406) += tinker_ft5406.o

0 commit comments

Comments
 (0)