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>
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,
#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"