[U-Boot] [PATCH v3 7/8] rockchip: defconfig: puma-rk3399: enable RK808 support
Simon Glass
sjg at chromium.org
Sun May 14 09:13:52 UTC 2017
On 5 May 2017 at 13:48, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>
> ---
>
> Changes in v3:
> - enable RK8XX support instead to RK808 support (rebased to sjg/next)
>
> Changes in v2: None
>
> configs/puma-rk3399_defconfig | 3 +++
> 1 file changed, 3 insertions(+)
Acked-by: Simon Glass <sjg at chromium.org>
>
> diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
> index a8f60ae..33faf1f 100644
> --- a/configs/puma-rk3399_defconfig
> +++ b/configs/puma-rk3399_defconfig
> @@ -54,8 +54,11 @@ CONFIG_GMAC_ROCKCHIP=y
> CONFIG_PINCTRL=y
> CONFIG_SPL_PINCTRL=y
> CONFIG_PINCTRL_ROCKCHIP_RK3399=y
> +CONFIG_DM_PMIC=y
> +CONFIG_PMIC_RK8XX=y
> CONFIG_REGULATOR_PWM=y
> CONFIG_DM_REGULATOR_FIXED=y
> +CONFIG_REGULATOR_RK8XX=y
> CONFIG_PWM_ROCKCHIP=y
> CONFIG_RAM=y
> CONFIG_SPL_RAM=y
> --
> 1.9.1
>
More information about the U-Boot
mailing list