summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2019-10-02 10:40:48 +0900
committerDongjin Kim <tobetter@gmail.com>2020-02-13 17:13:40 +0900
commitf540398d9c305f12fcc74faf2a14763eb45fdd9e (patch)
treefd28aa4263431bd368f343ba7a5ec8d755f8449e
parent285e76718eac8bb5d6fc2c7591595848918b05f7 (diff)
downloadu-boot-odroid-c1-f540398d9c305f12fcc74faf2a14763eb45fdd9e.tar.gz
ODROID-C4: Set CEC name to ODROID-C4
Change-Id: I987228b3c91404aeaac0e45d54616a1444eac903 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
-rw-r--r--include/configs/odroidc4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/odroidc4.h b/include/configs/odroidc4.h
index 8b6c735b34..d3cdf4416c 100644
--- a/include/configs/odroidc4.h
+++ b/include/configs/odroidc4.h
@@ -12,6 +12,10 @@
#define CONFIG_DEVICE_PRODUCT "odroidc4"
#define ODROID_BOARD_UUID "9098004a-a1dd-11e8-98d0-529269fb1459"
+/* configs for CEC */
+#define CONFIG_CEC_OSD_NAME "ODROID-C4"
+#define CONFIG_CEC_WAKEUP
+
#include "odroid-g12-common.h"
#endif