From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FD42FA372C for ; Fri, 8 Nov 2019 09:43:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 40A4F214DA for ; Fri, 8 Nov 2019 09:43:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Y0L9JuW5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731736AbfKHJnL (ORCPT ); Fri, 8 Nov 2019 04:43:11 -0500 Received: from lelv0143.ext.ti.com ([198.47.23.248]:60392 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730948AbfKHJnK (ORCPT ); Fri, 8 Nov 2019 04:43:10 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id xA89h7LY009895; Fri, 8 Nov 2019 03:43:07 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1573206187; bh=zg2/YsSCFq1t3f5hSt6q03ptxWCQAUh7f+bW6P8stAs=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Y0L9JuW5ZD12pWvXHrDXdO7hfwos33vF1est1rE6Aj2KJ3W6fhvz+vhmZqygZb27/ iTqIpafdZyBaUW983A3OFcs/e4aV+5fCrIRf0qpMEcgu8VJBwZOOXFK6klsFchO92E WD2ey3DLQCtVegH8qWi4tVpQdG7EmyqIC4F0ujhw= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id xA89h7Wd063362; Fri, 8 Nov 2019 03:43:07 -0600 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Fri, 8 Nov 2019 03:42:51 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Fri, 8 Nov 2019 03:42:50 -0600 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id xA89h4eo032802; Fri, 8 Nov 2019 03:43:05 -0600 Subject: Re: [PATCH 0/2] [PATCH 0/2] arm64: dts: ti: k3-j721e: Add USB ports To: Roger Quadros , CC: , References: <20191028093730.23094-1-rogerq@ti.com> From: Tero Kristo Message-ID: <5d1e233b-ada9-d5b6-f8fe-0922df8a5030@ti.com> Date: Fri, 8 Nov 2019 11:43:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/10/2019 13:34, Roger Quadros wrote: > Tero, > > On 28/10/2019 11:37, Roger Quadros wrote: >> Hi, >> >> This series enables USB 2.0 support on j721e-common-proc-board. >> >> The USB0 is available as a type-C port. Although it is super-speed >> capable, we limit it to high-speed for now till SERDES PHY >> support is added. >> >> USB1 is routed via on-board USB2.0 hub to 2 type-A ports. USB1 >> is used as high-speed host. >> >> Controller side DT binding is approved [1]. Driver [2] is yet to be >> in USB tree. This series is safe to be picked for -next. > > Driver is now in Maintainer's tree. > > https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git/commit/?h=testing/next&id=387c359b84f71ca29c1a9fa24293c65a257f6bf5 > > >> >> [1] https://lkml.org/lkml/2019/10/25/1036 >> [2] https://lkml.org/lkml/2019/10/24/371 >> >> Series is based on top of Tero's ti-k3-next branch. Queued up towards 5.5, thanks. -Tero >> >> cheers, >> -roger >> >> Roger Quadros (2): >>    arm64: dts: ti: k3-j721e-main: add USB controller nodes >>    arm64: dts: ti: k3-j721e-common-proc-board: Add USB ports >> >>   .../dts/ti/k3-j721e-common-proc-board.dts     | 35 +++++++++++ >>   arch/arm64/boot/dts/ti/k3-j721e-main.dtsi     | 60 +++++++++++++++++++ >>   arch/arm64/boot/dts/ti/k3-j721e.dtsi          |  2 + >>   3 files changed, 97 insertions(+) >> > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki