Skip to content

Commit fe8816d

Browse files
ashinlinjamess-huang
authored andcommitted
DSI : Support the Rev1.0 DSI panel
Change-Id: I39701b7d30e8ba440abde50e9f982a58892148d2 Reviewed-on: https://tp-biosrd-v02/gerrit/81324 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent 88fd798 commit fe8816d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/misc/tinker_mcu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static int init_cmd_check(struct tinker_mcu_data *mcu_data)
109109
goto error;
110110

111111
LOG_INFO("recv_cmds: 0x%X\n", recv_buf[0]);
112-
if (recv_buf[0] != 0xC3) {
112+
if (recv_buf[0] != 0xDE && recv_buf[0] != 0xC3) {
113113
LOG_ERR("read wrong info\n");
114114
ret = -EINVAL;
115115
goto error;

0 commit comments

Comments
 (0)