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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EE8D5C07E9B for ; Wed, 21 Jul 2021 07:41:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D226E611C1 for ; Wed, 21 Jul 2021 07:41:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234503AbhGUHAw (ORCPT ); Wed, 21 Jul 2021 03:00:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:35954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235277AbhGUG6k (ORCPT ); Wed, 21 Jul 2021 02:58:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0082560241; Wed, 21 Jul 2021 07:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626853136; bh=HkkgJ8gLSwywFlBk8m9wiXDy6SHIAGv0Zq0t423xyug=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XZ55eHKMGYl2QOgFeLKFT4xeChIjf7byrTouzjjxZ5/f8nQiSUn3a7lzVS8zbs2Wz AKohceimcYqPyF2FQIcnooQmgbpD/43iL3ASJHwZrd/Nk4Li3p0mNeG5xj66mtsjyI sI2dwwNjB1CaWqpQw/0JEUKAFHXP7aH6xEij48iY= Date: Wed, 21 Jul 2021 09:38:54 +0200 From: Greg Kroah-Hartman To: Serge Semin Cc: John Stultz , Serge Semin , Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Andy Gross , Bjorn Andersson , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-arm-msm , Linux USB List , lkml , linux-arm-kernel , Amit Pundir Subject: Re: [PATCH 29/29] arm64: dts: qcom: Harmonize DWC USB3 DT nodes name Message-ID: References: <20201020115959.2658-1-Sergey.Semin@baikalelectronics.ru> <20201020115959.2658-30-Sergey.Semin@baikalelectronics.ru> <20210714124807.o22mottsrg3tv6nt@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210714124807.o22mottsrg3tv6nt@mobilestation> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 14, 2021 at 03:48:07PM +0300, Serge Semin wrote: > Hello John, > > On Tue, Jul 13, 2021 at 05:07:00PM -0700, John Stultz wrote: > > On Tue, Oct 20, 2020 at 5:10 AM Serge Semin > > wrote: > > > > > > In accordance with the DWC USB3 bindings the corresponding node > > > name is suppose to comply with the Generic USB HCD DT schema, which > > > requires the USB nodes to have the name acceptable by the regexp: > > > "^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly > > > named. > > > > > > Signed-off-by: Serge Semin > > > > > I know folks like to ignore this, but this patch breaks AOSP on db845c. :( > > Sorry to hear that. Alas there is no much can be done about it. Yes there is, we can revert the change. We do not break existing configurations, sorry. thanks, greg k-h