diff mbox

[U-Boot,8/8] rockchip: Enable pmic options and act8846 driver on rk3188 rock boards

Message ID 20170320114036.21475-9-heiko@sntech.de
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Heiko Stuebner March 20, 2017, 11:40 a.m. UTC
The rock board uses the already existing act8846 as pmic, so enable the
driver and needed pmic options for it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 configs/rock_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass March 24, 2017, 3:28 a.m. UTC | #1
On 20 March 2017 at 05:40, Heiko Stuebner <heiko@sntech.de> wrote:
> The rock board uses the already existing act8846 as pmic, so enable the
> driver and needed pmic options for it.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  configs/rock_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)

Acked-by: Simon Glass <sjg@chromium.org>
Heiko Stuebner March 26, 2017, 7:13 p.m. UTC | #2
Am Donnerstag, 23. März 2017, 21:28:15 CEST schrieb Simon Glass:
> On 20 March 2017 at 05:40, Heiko Stuebner <heiko@sntech.de> wrote:
> > The rock board uses the already existing act8846 as pmic, so enable the
> > driver and needed pmic options for it.
> >
> > Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> > ---
> >  configs/rock_defconfig | 4 ++++
> >  1 file changed, 4 insertions(+)
> 
> Acked-by: Simon Glass <sjg@chromium.org>

just as a note, I folded that into the update Rock board patch from
just now, as there is no need to have that separately.


Heiko
diff mbox

Patch

diff --git a/configs/rock_defconfig b/configs/rock_defconfig
index 86048c8fd7..153ebb5a44 100644
--- a/configs/rock_defconfig
+++ b/configs/rock_defconfig
@@ -46,6 +46,10 @@  CONFIG_SYSRESET=y
 CONFIG_PINCTRL=y
 # CONFIG_SPL_PINCTRL_FULL is not set
 CONFIG_ROCKCHIP_RK3188_PINCTRL=y
+CONFIG_DM_PMIC=y
+# CONFIG_SPL_PMIC_CHILDREN is not set
+CONFIG_PMIC_ACT8846=y
+CONFIG_REGULATOR_ACT8846=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_RAM=y
 CONFIG_DEBUG_UART=y