diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2018-05-16 22:13:49 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-29 08:33:03 +0200 |
commit | 58d6f68e75cdcf1bd7587ff7a3c46cf6bd53f0bf (patch) | |
tree | cf4bec6f1444cecdcc7f4a49f69ea1d13f136760 /configs/turris_mox_defconfig | |
parent | c3c863880479edeb5b08226e622d13c91326e4a7 (diff) |
board: turris_mox: Add fixed regulator support to defconfig
Without this USB3 won't work in U-Boot.
Signed-off-by: Marek Behun <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 7dea7157dc..3eb0479c61 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -62,6 +62,8 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_MVEBU_A3700_UART=y CONFIG_MVEBU_A3700_SPI=y +CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_FIXED=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |