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 <jason.zhu@rock-chips.com> Change-Id: I9bb1efc4c33a1433cc09ae8466bfd8f56ab8a2c9
This commit is contained in:
parent
a230447799
commit
26dba18e91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue