cec: bring up t3x [2/3]
PD#SWPL-122092
Problem:
need to bringup CEC function for t3x
Solution:
cec bring up for t3x
Verify:
bc302_t868d4
Change-Id: Ie2d4e985ae3a707a678305594cc48215640dbeaa
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
diff --git a/t3x/cec-data.h b/t3x/cec-data.h
index aaaab6f..67ea2d9 100644
--- a/t3x/cec-data.h
+++ b/t3x/cec-data.h
@@ -4,15 +4,15 @@
* SPDX-License-Identifier: MIT
*/
-#ifndef __T5M_CEC_DATA_H__
-#define __T5M_CEC_DATA_H__
+#ifndef __T3X_CEC_DATA_H__
+#define __T3X_CEC_DATA_H__
#define CEC_PIN_MX GPIOW_16
#define CEC_PIN_FUNC PIN_FUNC1
#define CEC_IP 1 /* 0: cec a, 1: cecb*/
//reg table define
-#define CEC_CHIP_SEL_T5M
+#define CEC_CHIP_SEL_T3X
#define CEC_ON 1
#endif