summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoradamg <adamg88@users.noreply.github.com>2019-03-27 15:20:34 +0000
committerDongjin Kim <tobetter@hardkernel.com>2019-06-20 16:08:32 +0900
commit76db217d1926b0b7c5cf7c09fd53a1c9921bdb53 (patch)
tree7fdc02852c2a4c25b9d93b5b89969227d93646a6 /include
parente6e4cc897d0a53ec122478b541982c3b44b827b9 (diff)
downloadu-boot-odroid-c1-76db217d1926b0b7c5cf7c09fd53a1c9921bdb53.tar.gz
BACKPORT: CE: Set CEC name to ODROID-<C3|N2>
Change-Id: Ibafe54cfbdc3ba693eabc29d936b400e219083d8
Diffstat (limited to 'include')
-rw-r--r--include/configs/odroid-g12-common.h4
-rw-r--r--include/configs/odroidc3.h4
-rw-r--r--include/configs/odroidn2.h4
3 files changed, 8 insertions, 4 deletions
diff --git a/include/configs/odroid-g12-common.h b/include/configs/odroid-g12-common.h
index c9f6be7acc..86f8122c46 100644
--- a/include/configs/odroid-g12-common.h
+++ b/include/configs/odroid-g12-common.h
@@ -28,10 +28,6 @@
#define CONFIG_VDDEE_INIT_VOLTAGE 860 /* VDDEE power up voltage */
#define CONFIG_VDDEE_SLEEP_VOLTAGE 731 /* VDDEE suspend voltage */
-/* configs for CEC */
-#define CONFIG_CEC_OSD_NAME "AML_TV"
-#define CONFIG_CEC_WAKEUP
-
/* SMP Definitinos */
#define CPU_RELEASE_ADDR secondary_boot_func
diff --git a/include/configs/odroidc3.h b/include/configs/odroidc3.h
index 3bebda3c4c..0c299c48b5 100644
--- a/include/configs/odroidc3.h
+++ b/include/configs/odroidc3.h
@@ -12,6 +12,10 @@
#define CONFIG_DEVICE_PRODUCT "odroidc3"
#define ODROID_BOARD_UUID "9098004a-a1dd-11e8-98d0-529269fb1459"
+/* configs for CEC */
+#define CONFIG_CEC_OSD_NAME "ODROID-C3"
+#define CONFIG_CEC_WAKEUP
+
#include "odroid-g12-common.h"
#endif
diff --git a/include/configs/odroidn2.h b/include/configs/odroidn2.h
index 6de143a3c2..56f56fd439 100644
--- a/include/configs/odroidn2.h
+++ b/include/configs/odroidn2.h
@@ -13,6 +13,10 @@
#define CONFIG_DEVICE_PRODUCT "odroidn2"
#define ODROID_BOARD_UUID "909802f2-a1dd-11e8-98d0-529269fb1459"
+/* configs for CEC */
+#define CONFIG_CEC_OSD_NAME "ODROID-N2"
+#define CONFIG_CEC_WAKEUP
+
#include "odroid-g12-common.h"
#endif