diff options
author | Elaine Zhang | 2019-09-26 15:43:55 +0800 |
---|---|---|
committer | Kever Yang | 2019-11-10 20:32:51 +0800 |
commit | b62280745e553b5800fa0797b920e547c92da82d (patch) | |
tree | bbff2e6e55cb55fdb95fdb157df44da5a765d50b /include | |
parent | addd062beaccc028fccdc90500d5d17647461da6 (diff) |
power: pmic: rk805: support rk805 pmic
The RK805 are a Power Management IC (PMIC) for multimedia
and handheld devices. They contains the following components:
- Regulators(4*BUCKs, 3*LDOs)
- RTC
- Clocking
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/power/rk8xx_pmic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/rk8xx_pmic.h b/include/power/rk8xx_pmic.h index 44e8d687dfb..7784c2a5e47 100644 --- a/include/power/rk8xx_pmic.h +++ b/include/power/rk8xx_pmic.h @@ -179,6 +179,7 @@ enum { }; enum { + RK805_ID = 0x8050, RK808_ID = 0x0000, RK816_ID = 0x8160, RK818_ID = 0x8180, |