From: Marek BehĂșn Date: Wed, 16 May 2018 20:13:49 +0000 (+0200) Subject: board: turris_mox: Add fixed regulator support to defconfig X-Git-Tag: v2018.07-rc1~29^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58d6f68e75cdcf1bd7587ff7a3c46cf6bd53f0bf;p=platform%2Fkernel%2Fu-boot.git board: turris_mox: Add fixed regulator support to defconfig Without this USB3 won't work in U-Boot. Signed-off-by: Marek Behun Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 7dea715..3eb0479 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