From ee30068fa5742ef611d796e16bfc5047db2d7f9e Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Thu, 26 Sep 2019 15:45:07 +0800 Subject: 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 Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang --- include/power/rk8xx_pmic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/power') 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, -- cgit v1.2.3