From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758007AbcILLei (ORCPT ); Mon, 12 Sep 2016 07:34:38 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:58005 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755843AbcILLef (ORCPT ); Mon, 12 Sep 2016 07:34:35 -0400 Subject: Re: [PATCH 1/1] ARM: keystone: defconfig: Fix USB configuration To: Santosh Shilimkar , Arnd Bergmann , Olof Johansson References: <1471430690-17143-1-git-send-email-rogerq@ti.com> <1471430690-17143-2-git-send-email-rogerq@ti.com> CC: , , , , From: Roger Quadros Message-ID: Date: Mon, 12 Sep 2016 14:33:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 25/08/16 19:39, Santosh Shilimkar wrote: > Ping !! > > On 8/17/2016 9:23 AM, Santosh Shilimkar wrote: >> Hi Arnd, Olof, >> >> Can you please pick-up the fix for 4.8-rcx ? >> Roger reported that USB ports are broken on Keystone2 boards >> since v4.8-rc1 because USB_HPY config option got dropped. >> >> >> On 8/17/2016 3:44 AM, Roger Quadros wrote: >>> Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore >>> as it depends on CONFIG_NOP_USB_XCEIV. We need to enable >>> that as well. >>> >>> This fixes USB on Keystone boards from v4.8-rc1 onwards. >>> >>> Signed-off-by: Roger Quadros >>> --- >> Acked-by: Santosh Shilimkar Gentle reminder. This is still missing in v4.8-rc6. cheers, -roger >> >> >>> arch/arm/configs/keystone_defconfig | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/arch/arm/configs/keystone_defconfig >>> b/arch/arm/configs/keystone_defconfig >>> index 71b42e6..78cd2f1 100644 >>> --- a/arch/arm/configs/keystone_defconfig >>> +++ b/arch/arm/configs/keystone_defconfig >>> @@ -161,6 +161,7 @@ CONFIG_USB_MON=y >>> CONFIG_USB_XHCI_HCD=y >>> CONFIG_USB_STORAGE=y >>> CONFIG_USB_DWC3=y >>> +CONFIG_NOP_USB_XCEIV=y >>> CONFIG_KEYSTONE_USB_PHY=y >>> CONFIG_NEW_LEDS=y >>> CONFIG_LEDS_CLASS=y >>>