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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 78B3AC43457 for ; Fri, 16 Oct 2020 18:55:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A9E622202 for ; Fri, 16 Oct 2020 18:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602874542; bh=ai3Q50Q5aGsiCX5kRCmBTwT8o2WB9lgeOnTSyXksXBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=aPPCFnN7JobaYDR2o8WKqOG3i8QHvUIjUfsAmS+RhKdLW6/xRrBeFuXIKG4mPRVPr WQEbdW+tEgOi6min0q90dJNl/RxsaKlUxr1DiP/vF6cuQCz7rgaTL8YKYlEQ6NwnZv VITefBmEfR4PRPaZotgAK2bdHkT1EhX5nwqBjo+0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408102AbgJPSzk (ORCPT ); Fri, 16 Oct 2020 14:55:40 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:34346 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407918AbgJPSzj (ORCPT ); Fri, 16 Oct 2020 14:55:39 -0400 Received: by mail-ot1-f67.google.com with SMTP id d28so3402037ote.1; Fri, 16 Oct 2020 11:55:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1qsbroh8jyH1La6q3n8nR798td9FmfS1E+IS46iSd8Y=; b=YFukM9Hs0zZPzd/cDSYpKHaGondsuhce2OW10oTP47gZ4Y70/rKEK5YOS6lygp8RBz 9nO5yQ+Skd+BSoTq8q0BVWyFjHyHAl6/xYTFn3vupliy0loQOCq1tz5v/q2RraxIq28N KVx2i9RzSFkuuo20r3vr3xghFFpqmPd619TiUj7VbErgkdIPh0sPOoxSe5h+yuOURQMh jCKVxnL6MrtkQJspPmxrlGTrj0lLonZbcNwNSEVT0nstERglo0NAbfr2Mvai1xRFSe/J n9S92Y2M9VaIx4xA93rDwbHoFneoV4WmZ0XQH0xWQ+R6qAmEMsGT00qy3KGwsZaL2Ei4 S4hg== X-Gm-Message-State: AOAM530G4KesshAlgxmrrSH0Gg8ZGNgjuWaQizHAudqOwJiISNnovjlY 2ytNOdwU76M6gv0QoZL7yg== X-Google-Smtp-Source: ABdhPJyNJLnYhDVNfMr5gJcHIknRErh64x3+ylvRK0oSof5GJesuJTLIUcPjJE1UUw/Qlq2TlHLyzA== X-Received: by 2002:a9d:7752:: with SMTP id t18mr3718386otl.341.1602874538699; Fri, 16 Oct 2020 11:55:38 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w3sm1380171oop.4.2020.10.16.11.55.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Oct 2020 11:55:38 -0700 (PDT) Received: (nullmailer pid 1741601 invoked by uid 1000); Fri, 16 Oct 2020 18:55:37 -0000 Date: Fri, 16 Oct 2020 13:55:37 -0500 From: Rob Herring To: Serge Semin Cc: Alexey Malahov , linux-kernel@vger.kernel.org, Rob Herring , linux-snps-arc@lists.infradead.org, Andy Gross , Felipe Balbi , linux-arm-msm@vger.kernel.org, Neil Armstrong , Bjorn Andersson , Lad Prabhakar , linux-mips@vger.kernel.org, Pavel Parkhomenko , Manu Gautam , Mathias Nyman , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, Yoshihiro Shimoda , devicetree@vger.kernel.org, Serge Semin , linuxppc-dev@lists.ozlabs.org, Roger Quadros , Greg Kroah-Hartman , Kevin Hilman Subject: Re: [PATCH 17/20] dt-bindings: usb: qcom,dwc3: Validate DWC3 sub-node Message-ID: <20201016185537.GA1741555@bogus> References: <20201014101402.18271-1-Sergey.Semin@baikalelectronics.ru> <20201014101402.18271-18-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014101402.18271-18-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, 14 Oct 2020 13:13:59 +0300, Serge Semin wrote: > Qualcomm msm8996/sc7180/sdm845 DWC3 compatible DT nodes are supposed to > have a DWC USB3 compatible sub-node to describe a fully functioning USB > interface. Let's use the available DWC USB3 DT schema to validate the > Qualcomm DWC3 sub-nodes. > > Note since the generic DWC USB3 DT node is supposed to be named as generic > USB HCD ("^usb(@.*)?") one we have to accordingly fix the sub-nodes name > regexp and fix the DT node example. > > Signed-off-by: Serge Semin > > --- > > Changelog v2: > - Discard the "^dwc3@[0-9a-f]+$" nodes from being acceptable as sub-nodes. > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring