From patchwork Mon Nov 2 20:36:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 11875223 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.0 required=3.0 tests=BAYES_00,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 0259EC2D0A3 for ; Mon, 2 Nov 2020 20:37:10 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9CE4020719 for ; Mon, 2 Nov 2020 20:37:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9CE4020719 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5270C6E328; Mon, 2 Nov 2020 20:37:04 +0000 (UTC) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id E1BA16E328 for ; Mon, 2 Nov 2020 20:37:01 +0000 (UTC) Received: by mail-oi1-f195.google.com with SMTP id x1so15984977oic.13 for ; Mon, 02 Nov 2020 12:37:01 -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=eSe0Eyg4T+VVxvIrbRKcVjoJlAgtXIYs2ZOG69Hyme4=; b=jmmM08e7+2WJT1XHOc4zpbulUK7xm6FbcNOeDzrzMKGrxOweV477hvBVyqJ11+r7D/ SqQgI4F/HW14a571RBJoMj03hDQfjy5b2A1looRel+W20qxSQkLuZIfKx3fobS65klH3 amwyKbP1wQ4Bm6Dk9WiKL0rs3QU2SO9vG4N/Mb5xuzu74UTucUoMlIbWuvSiZ5KjKiD9 KqJuGnmIARAh47utGV+jPU6P5cCybugujIDaU3LtvfTReuKIvFWih7SE+CTCLoPdW8wH iQyHyX2Nk58ohkip2p/uKHCQoMOZanQzmw8It4zbpxodaV/BzWncbtsd06EzljpSppDs 7i5g== X-Gm-Message-State: AOAM530ebR7wwn4mAH2TsKUhDvXWf3o6AyWIzvNOOjXhRlaXwO2lA2Dl 6WH9CcW//qzleQ+CWGDu6g== X-Google-Smtp-Source: ABdhPJx6uroqdLoV5D8UzKlIH+axYRNJV35FHtiXCCA2TytPvvByeT1flj+DmvIAJWnKLmiKDTEkiA== X-Received: by 2002:aca:3a46:: with SMTP id h67mr11418122oia.21.1604349421291; Mon, 02 Nov 2020 12:37:01 -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.37.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Nov 2020 12:37:00 -0800 (PST) From: Rob Herring To: devicetree@vger.kernel.org, Sameer Pujar , Laurent Pinchart Subject: [PATCH v3 3/3] dt-bindings: panel: common: Add reference to graph schema Date: Mon, 2 Nov 2020 14:36:56 -0600 Message-Id: <20201102203656.220187-4-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 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kuninori.morimoto.gx@renesas.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Thierry Reding , Jacopo Mondi , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Now that we have a graph schema, reference it from the common panel schema. Cc: Thierry Reding Cc: Sam Ravnborg Cc: Laurent Pinchart Signed-off-by: Rob Herring Reviewed-by: Sam Ravnborg Reviewed-by: Laurent Pinchart --- v3: new patch .../devicetree/bindings/display/panel/panel-common.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 2.25.1 diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.yaml b/Documentation/devicetree/bindings/display/panel/panel-common.yaml index cd6dc5461721..a3a72c574213 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-common.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-common.yaml @@ -68,16 +68,15 @@ properties: # Connectivity port: - type: object + $ref: /schemas/graph.yaml#/properties/port ports: - type: object + $ref: /schemas/graph.yaml#/properties/ports description: Panels receive video data through one or multiple connections. While the nature of those connections is specific to the panel type, the connectivity is expressed in a standard fashion using ports as specified - in the device graph bindings defined in - Documentation/devicetree/bindings/graph.txt. + in the device graph bindings. ddc-i2c-bus: $ref: /schemas/types.yaml#/definitions/phandle