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 50F19C636CA for ; Wed, 21 Jul 2021 07:41:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3156F61221 for ; Wed, 21 Jul 2021 07:41:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235120AbhGUHAn (ORCPT ); Wed, 21 Jul 2021 03:00:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:36074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234706AbhGUG7C (ORCPT ); Wed, 21 Jul 2021 02:59:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 02EE961181; Wed, 21 Jul 2021 07:39:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626853179; bh=2+aIADsNMywloffWsQ/EH6AZceZU2TxZe1S4FGZ6kg8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zEtb9gnJ+bjNEB+fmDcY8H8GFfC9Sh7vBRvRCP+DWQkuykeIQeI8bi8ohRI2ffFb3 uqt2Fh4ddpXzGoWB0c4mleMIq73g2vszkErNQ+8uvJ3UjLXxLS/rm6YdSEKMXz2ISn 8tczLJppYpdWXwsRNDQU1PpGzMKZt26hgC3hM7ts= Date: Wed, 21 Jul 2021 09:39:37 +0200 From: Greg Kroah-Hartman To: Bjorn Andersson Cc: John Stultz , Serge Semin , Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Andy Gross , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-arm-msm , Linux USB List , lkml , Serge Semin , 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 13, 2021 at 09:27:39PM -0500, Bjorn Andersson wrote: > On Tue 13 Jul 19:07 CDT 2021, 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, I totally forgot that the name of that node is part of the USB > gadget configfs interface. Yes, and as such, it's a user-visible change, so I will go revert this. thanks, greg k-h