From 3b645bd13915fdb5263f96207e69766de8f66323 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Fri, 22 Dec 2017 18:08:24 +0800 Subject: [PATCH] MLK-17289-4: hdp api: Add hdmi cec base address Add hdmi cec base address. Signed-off-by: Sandor Yu --- drivers/mxc/hdp/address.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mxc/hdp/address.h b/drivers/mxc/hdp/address.h index de4bcac925a5..59a68a631645 100644 --- a/drivers/mxc/hdp/address.h +++ b/drivers/mxc/hdp/address.h @@ -101,6 +101,7 @@ #define ADDR_CIPHER 0x60000 #define BASE_CIPHER 0x600 #define ADDR_SOURCE_MHL_HD 0x01000 +#define ADDR_HDP_CEC_BASE 0x33800 #define ADDR_AFE (0x20000 * 4) #define ADDR_SOURCD_PHY (0x800) -- 2.17.1