From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Jul 2015 20:53:51 -0600 Subject: [U-Boot] [PATCH 19/20] arm: rpi: Move to driver model for USB In-Reply-To: <1436324032-17931-1-git-send-email-sjg@chromium.org> References: <1436324032-17931-1-git-send-email-sjg@chromium.org> Message-ID: <1436324032-17931-20-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Start using driver model for USB on the Raspberry Pi. The dwc2 supports this now so this is just a config change. Signed-off-by: Simon Glass --- configs/rpi_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 94e298b..f2e8ab1 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -4,3 +4,5 @@ CONFIG_TARGET_RPI=y CONFIG_CMD_NET=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b" +CONFIG_USB=y +CONFIG_DM_USB=y -- 2.4.3.573.g4eafbef