cec: update cec platform data for tl1 [1/1]

PD#172587

Problem:
the line check always return low.
the print of check too much.

Solution:
modify the cec gpio from 7 to 10.
modify the check line.

Verify:
tl1 x301 board

Change-Id: I09ae5eee455d83e51e65957cd293e07da1c0046a
Signed-off-by: hongmin hua <hongmin.hua@amlogic.com>
This commit is contained in:
hongmin hua
2018-11-14 21:50:26 +08:00
committed by Dongjin Kim
parent b56dffc82d
commit cb8dbc607f
2 changed files with 2 additions and 2 deletions

View File

@@ -2983,7 +2983,7 @@ static const struct cec_platform_data_s cec_txl_data = {
static const struct cec_platform_data_s cec_tl1_data = {
.line_reg = 0,
.line_bit = 7,
.line_bit = 10,
.ee_to_ao = 1,
.ceca_sts_reg = 1,
.cecb_ver = CECB_VER_2,

View File

@@ -19,7 +19,7 @@
#define __AO_CEC_H__
#define CEC_DRIVER_VERSION "Ver 2018/10/31\n"
#define CEC_DRIVER_VERSION "Ver 2018/11/15\n"
#define CEC_FRAME_DELAY msecs_to_jiffies(400)
#define CEC_DEV_NAME "cec"