[U-Boot] [PATCH] board: turris_mox: Add fixed regulator support to defconfig
Marek BehĂșn
marek.behun at nic.cz
Wed May 16 20:13:49 UTC 2018
Without this USB3 won't work in U-Boot.
Signed-off-by: Marek Behun <marek.behun at nic.cz>
---
configs/turris_mox_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 9538903bd3..45c1399687 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -63,6 +63,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
--
2.16.1
More information about the U-Boot
mailing list