From patchwork Wed Jun 23 16:43:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 12340129 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=-17.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 0FE27C4743C for ; Wed, 23 Jun 2021 16:43:15 +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 D047861075 for ; Wed, 23 Jun 2021 16:43:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D047861075 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 651226E94F; Wed, 23 Jun 2021 16:43:14 +0000 (UTC) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by gabe.freedesktop.org (Postfix) with ESMTPS id 251CF6E94F for ; Wed, 23 Jun 2021 16:43:13 +0000 (UTC) Received: by mail-io1-f44.google.com with SMTP id b14so4221906iow.13 for ; Wed, 23 Jun 2021 09:43:13 -0700 (PDT) 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:mime-version :content-transfer-encoding; bh=fs5wqocEnsX9tgAffHRTk2LbXor5QUxIFTJtXjA5IEg=; b=RphOkh3YrpIeid9UH+pIioQVE+TradnkayelBF+IU/Hts+VrDVJkEV789Pi90w/5Po f+iMAq1TUYF8qEYG64pjJbSfSAH+h0I6tqRJYUA/pHh9qOyA0w/zChLrSHUrpENXMM5H 8YgGJcNzHV8wa68UjO3Mz4Efof8seecyXXuO/bmFN8F+qR8NGqhKuaiE3DbvhQwCDfHQ YQtvIIq4WwPOImSKzUb7OOou0/BpM0l3351BAcCx2WH+ti2GIGJAN94hPCqVpCm+6HJi Hg745KyRtcqnljF312zK93T3Qqq6wzslnNI6VsD7ugvmOf8029xb1HM+ujXX72xySbV+ zgbw== X-Gm-Message-State: AOAM531ddWvK37QtMpFItR3mUzOXrJWcaNbDL3Hd7MGw4+XduyPWvQLK KOLNjcMrTRj5zOVeTtpLxQ== X-Google-Smtp-Source: ABdhPJwtRJdQCc2iLaRjmdHa8/bwsCpCy5NB+RtOuhiI4r2uwcczqfYdMV7TjuZ1ybdpg0xrgpkHdQ== X-Received: by 2002:a5d:9445:: with SMTP id x5mr407043ior.2.1624466592587; Wed, 23 Jun 2021 09:43:12 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id z2sm150232iol.45.2021.06.23.09.43.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Jun 2021 09:43:11 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Subject: [PATCH] dt-bindings: display: renesas,du: Fix 'ports' reference Date: Wed, 23 Jun 2021 10:43:08 -0600 Message-Id: <20210623164308.2570164-1-robh@kernel.org> X-Mailer: git-send-email 2.27.0 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: linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, Laurent Pinchart , linux-kernel@vger.kernel.org, Kieran Bingham Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Fix the renesas,du binding 'ports' schema which is referencing the 'port' schema instead of the 'ports' schema. Fixes: 99d66127fad2 ("dt-bindings: display: renesas,du: Convert binding to YAML") Cc: Laurent Pinchart Cc: Kieran Bingham Cc: dri-devel@lists.freedesktop.org Cc: linux-renesas-soc@vger.kernel.org Signed-off-by: Rob Herring Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/devicetree/bindings/display/renesas,du.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/renesas,du.yaml b/Documentation/devicetree/bindings/display/renesas,du.yaml index 121596f106da..5f4345d43020 100644 --- a/Documentation/devicetree/bindings/display/renesas,du.yaml +++ b/Documentation/devicetree/bindings/display/renesas,du.yaml @@ -55,7 +55,7 @@ properties: maxItems: 1 ports: - $ref: /schemas/graph.yaml#/properties/port + $ref: /schemas/graph.yaml#/properties/ports description: | The connections to the DU output video ports are modeled using the OF graph bindings specified in Documentation/devicetree/bindings/graph.txt.