From patchwork Mon Nov 2 20:36:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring \(Arm\)" X-Patchwork-Id: 314543 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=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 B675BC00A89 for ; Mon, 2 Nov 2020 20:37:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 72C5F22245 for ; Mon, 2 Nov 2020 20:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604349422; bh=NLEFyrhYfoQ9VdzhYhyhYWlcMc7iIM2r5mnKKOD3hBk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=gOf0P/ENDf6i4LW4WtWBeuJIEmXRaTGAdBWodZrizhKVEgsiy5FwErrckBVwod2el Drouvlg4Wt3ZUgbQk/+d4ys0XfypmH9ix4IiV5Oi0UKTB7JGDbx/ILkMZudSW8XUat 2N3W0MBFcnsPfJT4hAumqgufrZxptgQu7EJRyr+c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726694AbgKBUhB (ORCPT ); Mon, 2 Nov 2020 15:37:01 -0500 Received: from mail-oi1-f195.google.com ([209.85.167.195]:41278 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726470AbgKBUhA (ORCPT ); Mon, 2 Nov 2020 15:37:00 -0500 Received: by mail-oi1-f195.google.com with SMTP id m13so6944575oih.8; Mon, 02 Nov 2020 12:37:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=eBkyOameG65gPdI9hP/LB1y9VakkF5I8ME127+VZVqc=; b=hKQsaJTh/ePz2LirYhSA+uojhFKTY0SFSvdy1jw4XCTn+h6Kn32J9zjkgukAleS10l jQrId8dWAnADMaHlMBLPGgKKqS8snUnBLMC0qj+Dx4TioTv9yG86ZeiXMFz1Dfr7PNn+ Cg5UisdI/isuCkU9lG1rJgTKAzx6/beqcleDd+N1WXrmTVMltj88jEJvYxMYadb4y7gY FrpyCYNr+0S8HOQqGcsL1WbyWyAOHT1eRk6x/7u82qj3YB8kc5IXP0y2YYQVwNs0tO28 OkieQZ8YizsoPtHuB58TBb8qMxmu/JQP8yZ/NRStQsWSBvRGZfREYkjoAvmRz+gf8QbG hf/w== X-Gm-Message-State: AOAM533c1pKzhbXDRHt4eWbMu2Synhfz06j4FRabYj0LsPpUdkUzQcc8 ww4QEAd5DestPIKq66GnN34Ww/VU0g== X-Google-Smtp-Source: ABdhPJza4LmMMzpz+0LH9Gpao9906cuonotrypVydZeajYy0mOHdV3RtSRdJvM/cXR+aDA22TFg5EA== X-Received: by 2002:aca:1012:: with SMTP id 18mr11289075oiq.30.1604349420093; Mon, 02 Nov 2020 12:37:00 -0800 (PST) Received: from xps15.herring.priv (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.googlemail.com with ESMTPSA id z8sm3839151otm.45.2020.11.02.12.36.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Nov 2020 12:36:59 -0800 (PST) From: Rob Herring To: devicetree@vger.kernel.org, Sameer Pujar , Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Thierry Reding , Sam Ravnborg , Philipp Zabel , kuninori.morimoto.gx@renesas.com, Jacopo Mondi Subject: [PATCH v3 2/3] dt-bindings: usb-connector: Add reference to graph schema Date: Mon, 2 Nov 2020 14:36:55 -0600 Message-Id: <20201102203656.220187-3-robh@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201102203656.220187-1-robh@kernel.org> References: <20201102203656.220187-1-robh@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Now that we have a graph schema, reference it from the usb-connector schema. Signed-off-by: Rob Herring Reviewed-by: Laurent Pinchart --- v3: new patch .../devicetree/bindings/connector/usb-connector.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- 2.25.1 diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index 728f82db073d..64f2e1246ddb 100644 --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml @@ -125,11 +125,13 @@ properties: power dual role. ports: - description: OF graph bindings (specified in bindings/graph.txt) that model - any data bus to the connector unless the bus is between parent node and - the connector. Since a single connector can have multiple data buses every - bus has an assigned OF graph port number as described below. + $ref: /schemas/graph.yaml#/properties/ports type: object + description: OF graph bindings modeling any data bus to the connector + unless the bus is between parent node and the connector. Since a single + connector can have multiple data buses every bus has an assigned OF graph + port number as described below. + properties: port@0: type: object