From a0666e411f96d9bfab7022186bbac356d706ee8f Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 14 Sep 2007 01:26:00 +0000 Subject: [PATCH] TWL_PMIC_REV was changed from 0 to 100. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@275 4ee2a332-4b2b-5046-8439-1ba90f034370 --- build/buildtools/commondefs | 2 +- include/twl/pm/common/pm_reg_ex.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/buildtools/commondefs b/build/buildtools/commondefs index 3fb9c32..f8d5b36 100644 --- a/build/buildtools/commondefs +++ b/build/buildtools/commondefs @@ -95,7 +95,7 @@ NITRO_BUILD_DIR ?= $(TWL_BUILD_DIR) # PMIC Revision # -TWL_PMIC_REV ?= 0 +TWL_PMIC_REV ?= 100 # diff --git a/include/twl/pm/common/pm_reg_ex.h b/include/twl/pm/common/pm_reg_ex.h index 0c82fa3..344e2ec 100644 --- a/include/twl/pm/common/pm_reg_ex.h +++ b/include/twl/pm/common/pm_reg_ex.h @@ -149,6 +149,7 @@ extern "C" { #define PMIC_LED_CTL_L12_B4_ONLY (1<< 0) #define PMIC_LED_CTL_L12_AT_BLK (1<< 1) #if SDK_PMIC_REV!=0 +#define PMIC_LED_CTL_L12_BLK_BY_SLP (1<< 2) #define PMIC_LED_CTL_L12_BLKF_SHIFT 4 #define PMIC_LED_CTL_L12_BLKF_MASK (0x3<< PMIC_LED_CTL_L12_BLKF_SHIFT) #define PMIC_LED_CTL_L12_BLKD_SHIFT 6