summaryrefslogtreecommitdiff
path: root/include/power
diff options
context:
space:
mode:
authorJoseph Chen <chenjh@rock-chips.com>2019-09-26 10:45:07 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-10 15:34:10 +0300
commitee30068fa5742ef611d796e16bfc5047db2d7f9e (patch)
tree8766a4f111ae232947a80f2fa4e2458aad9decd6 /include/power
parentb4a35574b38d0fb42031be32a47fb1095cceafa7 (diff)
downloadu-boot-ee30068fa5742ef611d796e16bfc5047db2d7f9e.tar.xz
power: pmic: rk809: support rk809 pmic
The RK809 is a Power Management IC (PMIC) for multimedia and handheld devices. They contains the following components: - Regulators(5*BUCKs, 9*LDOs, 2*SWITCHes) - RTC - Clocking Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/rk8xx_pmic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/rk8xx_pmic.h b/include/power/rk8xx_pmic.h
index d93ceceddd..8ff0af35c5 100644
--- a/include/power/rk8xx_pmic.h
+++ b/include/power/rk8xx_pmic.h
@@ -185,6 +185,7 @@ enum {
enum {
RK805_ID = 0x8050,
RK808_ID = 0x0000,
+ RK809_ID = 0x8090,
RK816_ID = 0x8160,
RK817_ID = 0x8170,
RK818_ID = 0x8180,