diff mbox series

[U-Boot,v2,07/14] configs: db410c: Enable USB PHY

Message ID 20180921103555.16240-8-ramon.fried@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Introduce fastboot support for dragonboard410c | expand

Commit Message

Ramon Fried Sept. 21, 2018, 10:35 a.m. UTC
Enable USB PHY driver.
Also fixed the alphabetically ordering of the config.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---

Changes in v2: None

 configs/dragonboard410c_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Sept. 30, 2018, 7:25 p.m. UTC | #1
On Fri, Sep 21, 2018 at 01:35:49PM +0300, Ramon Fried wrote:

> Enable USB PHY driver.
> Also fixed the alphabetically ordering of the config.
> 
> Signed-off-by: Ramon Fried <ramon.fried@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig
index 96a831443a..0d9008deb7 100644
--- a/configs/dragonboard410c_defconfig
+++ b/configs/dragonboard410c_defconfig
@@ -29,6 +29,7 @@  CONFIG_LED_GPIO=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_MSM=y
+CONFIG_PHY=y
 CONFIG_PINCTRL=y
 CONFIG_PINCONF=y
 CONFIG_DM_PMIC=y