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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 AD447C4361B for ; Mon, 7 Dec 2020 16:54:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83B332388C for ; Mon, 7 Dec 2020 16:54:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727569AbgLGQx4 (ORCPT ); Mon, 7 Dec 2020 11:53:56 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:46715 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725832AbgLGQxz (ORCPT ); Mon, 7 Dec 2020 11:53:55 -0500 Received: by mail-ot1-f66.google.com with SMTP id w3so12438030otp.13; Mon, 07 Dec 2020 08:53:39 -0800 (PST) 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=7U3Yhw/pl02ZoaOBu+HcEPYWSZaSb6JEpp9JpxVMzwM=; b=fYfC4KqeFvhbX4miWrNPXO1fjzpj68LjNr10zgjfNUTNkyoOFkRbx4/cUZqISa+5FI RpWNSWv5hACzZ1VKxjpBtHsMZtZX8ycboKWqzcmIQhv/mfUMTl8KEqXgBqS5eWDxE3OY ikPliu/Sdugf7Z+hASEdawo3fv/m51ZWI6m2dfkdVfiXDYj5m+xKxeofWvIyRPjAgEWm 7Rav9TZpqv/0xfYq7U6GEaFIxlihsZiMuJ5Apl9myc6qkmKAriHIY5qcEkkVDw3jGjYQ 5ya9d5haitxEDfa3vmk+GUItoHqMN9CXvCU8VYaZ3/1EFXs68vcRH6KXkQ13xbm9C068 q2FA== X-Gm-Message-State: AOAM533WTcLMQ0gFseLZD69nAnt2W+MYCR+Y+c+IFZFpwQjU+RQUAM3d tJPxBzJvjhVNF7kbX49HaQ== X-Google-Smtp-Source: ABdhPJy7Q0USqnNLm3yD6fipjmEKQhCRZjQyZNGy1bziDJf63sFl8UXBj77WW4CCsAJh3BBAvF6/3A== X-Received: by 2002:a9d:6b88:: with SMTP id b8mr13781346otq.60.1607359994430; Mon, 07 Dec 2020 08:53:14 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t5sm2754514oth.16.2020.12.07.08.53.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 08:53:13 -0800 (PST) Received: (nullmailer pid 425824 invoked by uid 1000); Mon, 07 Dec 2020 16:53:12 -0000 Date: Mon, 7 Dec 2020 10:53:12 -0600 From: Rob Herring To: Serge Semin Cc: Krzysztof Kozlowski , Chunfeng Yun , linux-snps-arc@lists.infradead.org, Alexey Malahov , linux-usb@vger.kernel.org, Yoshihiro Shimoda , Ahmad Zainie , Bjorn Andersson , Manu Gautam , Lad Prabhakar , linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, Serge Semin , Pavel Parkhomenko , Kevin Hilman , Andy Gross , Roger Quadros , Mathias Nyman , linux-mips@vger.kernel.org, Martin Blumenstingl , Neil Armstrong , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Felipe Balbi , Rob Herring Subject: Re: [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: Validate DWC3 sub-node Message-ID: <20201207165312.GA425775@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 05 Dec 2020 18:24:26 +0300, Serge Semin wrote: > Intel Keem Bay 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 v5: > - This is a new patch created for the new Intel Keem Bay bindings file, > which has been added just recently. > --- > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B2D0CC433FE for ; Mon, 7 Dec 2020 16:56:07 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DEC8E23877 for ; Mon, 7 Dec 2020 16:56:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DEC8E23877 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CqTwM541JzDqNS for ; Tue, 8 Dec 2020 03:56:03 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.67; helo=mail-ot1-f67.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CqTs855h8zDqYK for ; Tue, 8 Dec 2020 03:53:16 +1100 (AEDT) Received: by mail-ot1-f67.google.com with SMTP id d8so5147646otq.6 for ; Mon, 07 Dec 2020 08:53:16 -0800 (PST) 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=7U3Yhw/pl02ZoaOBu+HcEPYWSZaSb6JEpp9JpxVMzwM=; b=Vgli/G4/RToqrLIolHTjLKyFOtfzhK6TkAX/2YdN5Gi57EOuwZDzvD1lrjFUnAyQbO D0G7w0h5zEKw5v0jkLuIGEBax3cBSEjydP75b8J1wRcfSw1V7tKbgILOatSkakAP3PzK +YUyDacExzqdH/brRtUSplrhUVXES+n6uqtiURDTKZMV5sCmIcyPbvEGQLjl9qN0uQzi 3/1iGBQd+fyPoLPyk2I6SxuZ+XOEqFNG8RIRIx1kU/mz5bw++0AhUc8rpT9XmiCp1rPW bJ0+z/WFdLOMLNTdknyFFOsZsjIC9V7wTCznktxXj20MY/34Se867WH3aRjl1SXgLPF1 NFEA== X-Gm-Message-State: AOAM5312x2yTF3TyPlVXFdPKWhlxIq0iF07jI9CnZBH1WVG4YF2xnN1E v9Amqozj7jXZdqeASA9dNw== X-Google-Smtp-Source: ABdhPJy7Q0USqnNLm3yD6fipjmEKQhCRZjQyZNGy1bziDJf63sFl8UXBj77WW4CCsAJh3BBAvF6/3A== X-Received: by 2002:a9d:6b88:: with SMTP id b8mr13781346otq.60.1607359994430; Mon, 07 Dec 2020 08:53:14 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t5sm2754514oth.16.2020.12.07.08.53.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 08:53:13 -0800 (PST) Received: (nullmailer pid 425824 invoked by uid 1000); Mon, 07 Dec 2020 16:53:12 -0000 Date: Mon, 7 Dec 2020 10:53:12 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: Validate DWC3 sub-node Message-ID: <20201207165312.GA425775@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sat, 05 Dec 2020 18:24:26 +0300, Serge Semin wrote: > Intel Keem Bay 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 v5: > - This is a new patch created for the new Intel Keem Bay bindings file, > which has been added just recently. > --- > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9BFF6C197BF for ; Mon, 7 Dec 2020 16:53:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50CE323787 for ; Mon, 7 Dec 2020 16:53:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50CE323787 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=J8Y5lwSPn/ygQYXVozHkncDlh0NM4gB/CuaqjE954WA=; b=twcIyOMoDDrdsn0tWWwlsyf3A GaVdZHKu5C6vBSezJZtkVBxcxyxVkrAqyyUchsZri0VX5wKjmvbzYK+OCIJ2sEipMBjycSRUebN/n +QJUZJpvnUWQ11mM/wI+bNFQz/R3Oz3KXjGm6JMrlnXr3rbu3+8lS8FCu3+XL6J6+bqe+7h3EEala 6l/If0AxUyiPOBlWKAt1qAVxOaMILz9okXPU2+I3aK4E3XvlH4Vt9KmGOrFWqaWwqbHA0iaZkkrRz HpBCWpn/vo7bAeJM5+ML68x1VoV+2XPtMkTij81b30tdCZyiMhpMg6WL6hubSSkX9U+Hs7aIWM1K/ mFhdr0EwA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmJlF-0004xz-Lb; Mon, 07 Dec 2020 16:53:17 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmJlD-0004xC-75; Mon, 07 Dec 2020 16:53:15 +0000 Received: by mail-ot1-f66.google.com with SMTP id b18so13104148ots.0; Mon, 07 Dec 2020 08:53:14 -0800 (PST) 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=7U3Yhw/pl02ZoaOBu+HcEPYWSZaSb6JEpp9JpxVMzwM=; b=BdGbgnk85/VHewm5K5MI/kyM4pdOwugqjBOGs9mDLYVopNvqsTNbi/rT1CCdE7PyEJ Ind3CpxHHPzW29BqclVW4vcludLRI0lQWXJ1jtMO7QwJYpZEmmnRsKqzLVOOMP/2qBCj SIfDkRy3+q5dDk325lOmJPAIAoCzYycx8zXKTXcXj0vhR5THpQTOeh0ieSYahelxUBJ8 B7SNgIxWHxQQJ7TLe1wjm7mWAPzG+LTL/jTcleE/edEiABuzPUUv32/k9u++2gioMfej bUUiS7c5+QlfjS5D46LMcbvxOgOcICssPZwav8B8SqcltM/r/Do6j4P0cE1qhcBKyefz x19Q== X-Gm-Message-State: AOAM531bKzu28qUGc+XduRKxS1CSLSx1ZzgylCQdvTQc3L4O/VLWB/oA AKKnn0US6oZbsAkG0OQKnw== X-Google-Smtp-Source: ABdhPJy7Q0USqnNLm3yD6fipjmEKQhCRZjQyZNGy1bziDJf63sFl8UXBj77WW4CCsAJh3BBAvF6/3A== X-Received: by 2002:a9d:6b88:: with SMTP id b8mr13781346otq.60.1607359994430; Mon, 07 Dec 2020 08:53:14 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t5sm2754514oth.16.2020.12.07.08.53.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 08:53:13 -0800 (PST) Received: (nullmailer pid 425824 invoked by uid 1000); Mon, 07 Dec 2020 16:53:12 -0000 Date: Mon, 7 Dec 2020 10:53:12 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: Validate DWC3 sub-node Message-ID: <20201207165312.GA425775@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_115315_294211_7867DCAC X-CRM114-Status: GOOD ( 13.82 ) X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Sat, 05 Dec 2020 18:24:26 +0300, Serge Semin wrote: > Intel Keem Bay 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 v5: > - This is a new patch created for the new Intel Keem Bay bindings file, > which has been added just recently. > --- > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B8AD6C4361B for ; Mon, 7 Dec 2020 16:54:30 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6311023877 for ; Mon, 7 Dec 2020 16:54:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6311023877 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HAmw/4U/a3LQ+YQfX5qPjodVb1Amw58bmM/IB1IpTpU=; b=2lnvlXj6BhcRTUOuittupkzEg Y82+u8LxQu0abBxJBKWf1xxd1ZxGnwpDM53pBNX3wZB4Bi/g0phPSkP/gyRQHz51Reh7pQ9WyLM4q X43k/g7xfyJaZcL7z9nE4psU1/u1vZO2kAyuJBNCZsHpwzAxj4c94pnMQ1VpO0tEeQH+u8bNdz2kM 9+5PRspPoIv2jdISHeh6mj1MZj6GvariNwLtsvmLCaCUabRjGYI9YtA/0KGgt4P29DOyZK5Iq1vQb 0+OLDqVz2tBIypNZYsHW4tZvtCgKA/fXp28aFkMTtVy3A3I8B3xvics6SXE6IIjP79AunnfT6zTy5 uzriTEdAQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmJlG-0004yA-FN; Mon, 07 Dec 2020 16:53:18 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmJlD-0004xC-75; Mon, 07 Dec 2020 16:53:15 +0000 Received: by mail-ot1-f66.google.com with SMTP id b18so13104148ots.0; Mon, 07 Dec 2020 08:53:14 -0800 (PST) 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=7U3Yhw/pl02ZoaOBu+HcEPYWSZaSb6JEpp9JpxVMzwM=; b=BdGbgnk85/VHewm5K5MI/kyM4pdOwugqjBOGs9mDLYVopNvqsTNbi/rT1CCdE7PyEJ Ind3CpxHHPzW29BqclVW4vcludLRI0lQWXJ1jtMO7QwJYpZEmmnRsKqzLVOOMP/2qBCj SIfDkRy3+q5dDk325lOmJPAIAoCzYycx8zXKTXcXj0vhR5THpQTOeh0ieSYahelxUBJ8 B7SNgIxWHxQQJ7TLe1wjm7mWAPzG+LTL/jTcleE/edEiABuzPUUv32/k9u++2gioMfej bUUiS7c5+QlfjS5D46LMcbvxOgOcICssPZwav8B8SqcltM/r/Do6j4P0cE1qhcBKyefz x19Q== X-Gm-Message-State: AOAM531bKzu28qUGc+XduRKxS1CSLSx1ZzgylCQdvTQc3L4O/VLWB/oA AKKnn0US6oZbsAkG0OQKnw== X-Google-Smtp-Source: ABdhPJy7Q0USqnNLm3yD6fipjmEKQhCRZjQyZNGy1bziDJf63sFl8UXBj77WW4CCsAJh3BBAvF6/3A== X-Received: by 2002:a9d:6b88:: with SMTP id b8mr13781346otq.60.1607359994430; Mon, 07 Dec 2020 08:53:14 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t5sm2754514oth.16.2020.12.07.08.53.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 08:53:13 -0800 (PST) Received: (nullmailer pid 425824 invoked by uid 1000); Mon, 07 Dec 2020 16:53:12 -0000 Date: Mon, 7 Dec 2020 10:53:12 -0600 From: Rob Herring To: Serge Semin Subject: Re: [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: Validate DWC3 sub-node Message-ID: <20201207165312.GA425775@robh.at.kernel.org> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201205152427.29537-20-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_115315_294211_7867DCAC X-CRM114-Status: GOOD ( 13.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Bjorn Andersson , Pavel Parkhomenko , Kevin Hilman , Krzysztof Kozlowski , Ahmad Zainie , Andy Gross , Chunfeng Yun , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Martin Blumenstingl , Lad Prabhakar , Alexey Malahov , Rob Herring , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , linux-kernel@vger.kernel.org, Manu Gautam , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 05 Dec 2020 18:24:26 +0300, Serge Semin wrote: > Intel Keem Bay 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 v5: > - This is a new patch created for the new Intel Keem Bay bindings file, > which has been added just recently. > --- > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel