summaryrefslogtreecommitdiff
path: root/configs/firefly-rk3399_defconfig
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2017-05-03 23:29:13 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-07 12:57:49 (GMT)
commit91ff05275a32e459901c53fad9266e0274e5f68a (patch)
treeb2b32f0fd452fb5db8983f99e6fe4ea77251345d /configs/firefly-rk3399_defconfig
parent24796d27be0d0f403ed6ad7e3022b33e36ac08b5 (diff)
downloadu-boot-fsl-qoriq-91ff05275a32e459901c53fad9266e0274e5f68a.tar.xz
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>
Diffstat (limited to 'configs/firefly-rk3399_defconfig')
-rw-r--r--configs/firefly-rk3399_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
index f30f131..0a4d005 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