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=-13.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 6B954C4338F for ; Mon, 26 Jul 2021 09:50:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54D5D60F4C for ; Mon, 26 Jul 2021 09:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232760AbhGZJJx (ORCPT ); Mon, 26 Jul 2021 05:09:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:53094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232861AbhGZJJw (ORCPT ); Mon, 26 Jul 2021 05:09:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D9DDA60F49; Mon, 26 Jul 2021 09:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627293021; bh=LJY0gZ5dzl0O4oIYvQ90kyHhKvNigjB2wcn+SOScISs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mDuEeHuyQTZyn5GAA033iSbYnw4N9lPTCoGbv5k20OtAUsIyyswNZ4S2jYTpun2qL cfSWnNjkvGRHrXvyjRoIEdr0V1gSMhjiPRDydKULOHxlHZxePKNWQcjTPoEx90O6rj XRErUJEuuC96rUsIWrdLIQrE5lRa24pk5qQKJ4AlkKsfmtvahR8mtgJM08eRvyaPer BAVU1kDB/Wg4pozRR1Ab5F1QfNtaLu9XdKOMXK9m/yZXAjewZyqP1RzUKXPgP33xqd 5SbazlIR8wHT4Qdk85iGhbSxClSTh2PgyWF4nXaR/61ZRRC6ZzeX1sPMfYz/L6vBuS Bq4huQrvMwUlw== Date: Mon, 26 Jul 2021 11:50:16 +0200 From: Mauro Carvalho Chehab To: Wei Xu Cc: , , Greg Kroah-Hartman , Rob Herring , Rob Herring , , , Subject: Re: [PATCH 2/2] dts: hisilicon: add support for USB3 on Hikey 970 Message-ID: <20210726115016.46a1cc60@coco.lan> In-Reply-To: <60FE25A4.4040905@hisilicon.com> References: <60FE25A4.4040905@hisilicon.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Em Mon, 26 Jul 2021 11:01:56 +0800 Wei Xu escreveu: > Hi Mauro, > > On 2021/7/24 16:55, Mauro Carvalho Chehab wrote: > > Add the USB3 bindings for Kirin 970 phy and Hikey 970 board. > > > > Signed-off-by: Mauro Carvalho Chehab > > Fine to me and I can merge this patch once the binding for the > "kirin970_hikey_usbhub" and "hi3670-dwc3" are ready. The compatible: "hisilicon,hi3670-dwc3" was already merged upstream on this patch: commit b68d9251561f33661e53dd618f1cafe7ec9ec3c2 Author: Mauro Carvalho Chehab AuthorDate: Tue Sep 8 11:58:23 2020 +0200 Commit: Felipe Balbi CommitDate: Thu Sep 24 11:56:01 2020 +0300 usb: dwc3: simple: add support for Hikey 970 This binding driver is needed for Hikey 970 to work, as otherwise a Serror is produced: It follows the DWC3 schema, e. g.: Documentation/devicetree/bindings/usb/snps,dwc3.yaml While double checking for "kirin970_hikey_usbhub", it sounds that the dt-binding patch was not merged yet, and require further discussions. I'll re-start the upstream thread where this was discussed in the past. I'll re-submit this patch once we finish such discussions. Thanks, Mauro