Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1301397pxu; Sat, 5 Dec 2020 10:42:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJxuqcOCYsCEwJM7QKV+DeSCQbjLtUaPr4gYqLp8O3pn7EpQY/QuEgfhp/ojxo7N9Id5b+ZI X-Received: by 2002:a05:6402:10ce:: with SMTP id p14mr13157103edu.12.1607193774171; Sat, 05 Dec 2020 10:42:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607193774; cv=none; d=google.com; s=arc-20160816; b=NR567pqOx9w7Rl0SqRUWctGmOTVIANOzkLj9PU+WwsVDity0bKid9Hi1fZ7OKUGOrU Pk+ySXX7c7F/v0mvyID1sQg0YYz4pR1FP8LnV0CmrMnxzuXtoUtx4rJOQa+/guGvY8gB y0qKv6MfDWh9q2XvW83Prizj3kb9xulwj0+PbHaqSY6bWIhzvC2SfJzuTPRaYeUW4Grj md3CWdQFhiGPVli8kNhx5m/3Xx056OdACgvu6FHc/ARrgsX1zKLT4CCg5WGKlo6cqAae MJVdksXsMcA0U+0WkTqnA1sdCvHpJuJNRAC0IvkcaZ35V0o+yJNhfTjRe/d96652s4Ws u3qQ== 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=0IlaDcsyJKG/fGNRBRQqEDQpKqb/DaVAT6+GfMBdFKQ=; b=Dlbv5q9LpX5ZHsuwhRIFOn1RsNdtAG9q81NUhjrdqTdj/bsSolgd4TqcZ8zYL1bQIc f5H1Ts6hLwdYWvvEQBnbAkuWZVQJhq4XLW9V5Grf/asD/G08MhDAGubD62TgCi+t6lEJ ASforuA5UQJGm7o54U/NqiFtIJZNKhQlEyCv8tZbFt/nDZmUF3NamhnlOoMsz0eLxei8 sTRXVYHiGsSNgua8+1el029gVpjI8pDqjGvaJuEYSSdMFwu/rNAQbgoe8IL0wqyPiik2 +WkpJtU3odK3pXfD8qGur6tL/etf7KjS9qM+TG6LXqU0RPDw5P4a6rQ0ServlzJya6Fb p0LQ== 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 j3si3664951eje.93.2020.12.05.10.42.30; Sat, 05 Dec 2020 10:42:54 -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 S1728597AbgLESTV (ORCPT + 99 others); Sat, 5 Dec 2020 13:19:21 -0500 Received: from ns2.baikalelectronics.com ([94.125.187.42]:53274 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727076AbgLERkK (ORCPT ); Sat, 5 Dec 2020 12:40:10 -0500 From: Serge Semin To: Mathias Nyman , Felipe Balbi , Krzysztof Kozlowski , Greg Kroah-Hartman , Rob Herring , Chunfeng Yun , Lad Prabhakar , Yoshihiro Shimoda CC: Serge Semin , Serge Semin , Alexey Malahov , Pavel Parkhomenko , Andy Gross , Bjorn Andersson , Manu Gautam , Roger Quadros , Neil Armstrong , Kevin Hilman , Martin Blumenstingl , Ahmad Zainie , , , , , , , , Rob Herring Subject: [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file Date: Sat, 5 Dec 2020 18:24:16 +0300 Message-ID: <20201205152427.29537-10-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 With minor peculiarities (like uploading some vendor-specific firmware) these are just Generic xHCI controllers fully compatible with its properties. Make sure the Renesas USB xHCI DT nodes are also validated against the Generic xHCI DT schema. Signed-off-by: Serge Semin Reviewed-by: Rob Herring Reviewed-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml index 0f078bd0a3e5..7e5ed196b52c 100644 --- a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml @@ -11,7 +11,7 @@ maintainers: - Yoshihiro Shimoda allOf: - - $ref: "usb-hcd.yaml" + - $ref: "usb-xhci.yaml" properties: compatible: @@ -69,7 +69,7 @@ required: - power-domains - resets -additionalProperties: false +unevaluatedProperties: false examples: - | -- 2.29.2