Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1297272pxu; Sat, 5 Dec 2020 10:33:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJxFxL7FnFwfeVAdS89VL+7T8S2auICDvzBBqlfTAK92wiWTfdJtSBVkDX7nywQdQGDvYL2Q X-Received: by 2002:a17:906:eb49:: with SMTP id mc9mr11998288ejb.487.1607193233073; Sat, 05 Dec 2020 10:33:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607193233; cv=none; d=google.com; s=arc-20160816; b=Gr8wzi+LCGfQN4Bnn1mS2Xwtjk9OTJzV8MCixyVsjkVjv7Nn4Vlxgqz9INVUJ1s4yH nr38CcPSBluE+mFIRSumhYR6KWFChNJAMSjkUFx4p0PzzdlLlJ24+Kr8kgsgFxBk4Tw8 PKtdls3r7pG0LosvMX/NmQv2HN5BHyT0kugIghhnGw/ZZtIetQE6eD95MTf+ieyF6Jpq heJp6CajRj9cfeES3qS25pK19WQqPLScZt+YAhl+iLLssoXZASaqxHB6lnAcS9J+O2ZV MdTngqgNBeBzgVcMASQe7GfyXaYZfj1UOYYVSwX9aaLeVMQ+3R/IF2Cz2AdjIZ8ejH+A zOyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=y0kpu3TJa2nDCLjXrbSTnRtu2yeD0XmzN3UghoVnQx8=; b=C43MGHjlYpS/lnmIj5McCKDYTQHo42cMwvY+THEK/1BRVQ9/haki35UVlLOZDh0fr6 80N33ChDBTJjpsAs2ax9hFHSKHPJWjhkug3kzZbc4S2RAdzVPqHgeXwpa+ppfdOxGjGs wHUlvDI+o07Tl624U0G6i5XwSFSx4ZMmdZrkBrbKvYYY2/mwoIPISuFxSH2//bASqEMA 5/+dej93A7FNJpXLIZ6J++1GAqeXluVzOSoUpaPHOmXY5k3cFpQKJGAKunmt/VSHZFJe oCyOng5XTj93xpai484fln02oNigmhZYjpZOx1pjZzEZpIPuv7HL+iWwtQW6xmL75AYu m8sw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id nq7si3754325ejb.109.2020.12.05.10.33.30; Sat, 05 Dec 2020 10:33:53 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729846AbgLESTn (ORCPT + 99 others); Sat, 5 Dec 2020 13:19:43 -0500 Received: from mx.baikalchip.com ([94.125.187.42]:53294 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727824AbgLERqo (ORCPT ); Sat, 5 Dec 2020 12:46:44 -0500 From: Serge Semin To: Mathias Nyman , Felipe Balbi , Krzysztof Kozlowski , Greg Kroah-Hartman , Rob Herring , Chunfeng Yun , Roger Quadros CC: Serge Semin , Serge Semin , Alexey Malahov , Pavel Parkhomenko , Andy Gross , Bjorn Andersson , Manu Gautam , Lad Prabhakar , Yoshihiro Shimoda , Neil Armstrong , Kevin Hilman , Martin Blumenstingl , Ahmad Zainie , , , , , , , , Rob Herring Subject: [PATCH v5 17/19] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node Date: Sat, 5 Dec 2020 18:24:24 +0300 Message-ID: <20201205152427.29537-18-Sergey.Semin@baikalelectronics.ru> In-Reply-To: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> References: <20201205152427.29537-1-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org TI Keystone DWC3 compatible DT node is supposed to have a DWC USB3 compatible sub-node to describe a fully functioning USB interface. Since DWC USB3 has now got a DT schema describing its DT node, let's make sure the TI Keystone DWC3 sub-node passes validation against it. Signed-off-by: Serge Semin Reviewed-by: Rob Herring --- Changelog v2: - Grammar fix: "s/it'/its" --- Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml b/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml index c1b19fc5d0a2..ca7fbe3ed22e 100644 --- a/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml @@ -64,9 +64,7 @@ properties: patternProperties: "usb@[a-f0-9]+$": - type: object - description: This is the node representing the DWC3 controller instance - Documentation/devicetree/bindings/usb/dwc3.txt + $ref: snps,dwc3.yaml# required: - compatible -- 2.29.2