rv1126: 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: I91873168e6af877c006bb477070a88f66bd1bb8d
This commit is contained in:
parent
91fb3e0a6b
commit
70d0725693
|
|
@ -82,7 +82,7 @@ CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64
|
|||
CONFIG_SPL_OF_CONTROL=y
|
||||
CONFIG_SPL_DTB_MINIMUM=y
|
||||
CONFIG_OF_LIVE=y
|
||||
CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
|
||||
CONFIG_OF_SPL_REMOVE_PROPS="interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
|
||||
CONFIG_OF_U_BOOT_REMOVE_PROPS="interrupt-parent"
|
||||
CONFIG_NET_RANDOM_ETHADDR=y
|
||||
CONFIG_REGMAP=y
|
||||
|
|
@ -132,6 +132,7 @@ CONFIG_DWC_ETH_QOS=y
|
|||
CONFIG_GMAC_ROCKCHIP=y
|
||||
CONFIG_PHY_ROCKCHIP_NANENG_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