diff options
author | Heiko Stübner <heiko@sntech.de> | 2017-05-04 01:29:13 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 06:57:49 -0600 |
commit | 91ff05275a32e459901c53fad9266e0274e5f68a (patch) | |
tree | b2b32f0fd452fb5db8983f99e6fe4ea77251345d | |
parent | 24796d27be0d0f403ed6ad7e3022b33e36ac08b5 (diff) | |
download | u-boot-91ff05275a32e459901c53fad9266e0274e5f68a.tar.gz u-boot-91ff05275a32e459901c53fad9266e0274e5f68a.tar.bz2 u-boot-91ff05275a32e459901c53fad9266e0274e5f68a.zip |
defconfig: firefly-rk3399: fix pinctrl config option
The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL.
Set the correct option.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/firefly-rk3399_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index f30f131f34..0a4d005975 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -39,7 +39,7 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y -CONFIG_ROCKCHIP_RK3399_PINCTRL=y +CONFIG_PINCTRL_ROCKCHIP_RK3399=y CONFIG_DM_PMIC=y CONFIG_PMIC_RK8XX=y CONFIG_REGULATOR_PWM=y |