From 26dba18e917a023aea4376a9479f4b87f11577ee Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Thu, 3 Dec 2020 18:09:27 +0800 Subject: [PATCH] configs: rk3568: support pinctrl driver in spl So the sd iomux can be set in spl when the process is sd-boot. Signed-off-by: Jason Zhu Change-Id: I9bb1efc4c33a1433cc09ae8466bfd8f56ab8a2c9 --- configs/rk3568_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/rk3568_defconfig b/configs/rk3568_defconfig index cf741139f1..193189a7d3 100644 --- a/configs/rk3568_defconfig +++ b/configs/rk3568_defconfig @@ -74,7 +74,7 @@ CONFIG_CMD_MTD_BLK=y CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64 CONFIG_SPL_OF_CONTROL=y CONFIG_OF_LIVE=y -CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" +CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" # CONFIG_NET_TFTP_VARS is not set CONFIG_REGMAP=y CONFIG_SPL_REGMAP=y @@ -119,6 +119,7 @@ CONFIG_PHYLIB=y CONFIG_PHY=y CONFIG_PHY_ROCKCHIP_INNO_USB2=y CONFIG_PINCTRL=y +CONFIG_SPL_PINCTRL=y CONFIG_DM_FUEL_GAUGE=y CONFIG_POWER_FG_RK817=y CONFIG_IO_DOMAIN=y