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