From: Philipp Tomsich Date: Fri, 30 Nov 2018 19:00:09 +0000 (+0100) Subject: rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driver X-Git-Tag: v2019.01-rc2~13^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3839431ea89fba530d498fc432227a7f3afeed87;p=platform%2Fkernel%2Fu-boot.git rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driver With a driver for the FAN53555 regulator family available, let's enable it for the RK3399-Q7 (which has two of these devices on-module). We enable this for the full U-Boot stage only, as these regulators provide a suitable default voltage and supply non-critical (i.e. for booting up) power rails only. Signed-off-by: Philipp Tomsich --- diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 8e33e09..a45a34b 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -76,6 +76,7 @@ CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y CONFIG_PINCTRL_ROCKCHIP_RK3399=y CONFIG_DM_PMIC=y +CONFIG_DM_PMIC_FAN53555=y CONFIG_PMIC_RK8XX=y CONFIG_SPL_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y