From mboxrd@z Thu Jan 1 00:00:00 1970 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=-7.0 required=3.0 tests=INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 1C878C433E2 for ; Wed, 27 May 2020 19:12:17 +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 060A020899 for ; Wed, 27 May 2020 19:12:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 060A020899 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 52F1B6E0E8; Wed, 27 May 2020 19:12:16 +0000 (UTC) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6396D6E0E8 for ; Wed, 27 May 2020 19:12:15 +0000 (UTC) Received: by mail-io1-f65.google.com with SMTP id r2so17018852ioo.4 for ; Wed, 27 May 2020 12:12:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bcgn8vintUmn/KLNjY166boSuempda8GQiMOp/S9kfA=; b=eIsdRnG1W38G/i8+0A5E6vZ7I8q8ZLF08Fg2x3o2vFcvk0rMtiODhIDFCLCjzJp7Pq A/aaTNRufRgrGMeuEkmhwSRz89HNm2cTSl36xMC1z6wcZd9eARawd94RYYVUJJ+Ro4SO RMJ7EtqCTYIbLH+OB7p88bMDTW4SuYsmXWNxKeEgxmQdQRLCUSvtOO0o2WccWz0LbVQc SF5Vh4IqCQfY6wMlXoDAbV65G0B4WrkaEcAyR3TYPiFDUimml1oxtHVX0WDUxTMDNkGG GSfbcshPDulNLXbCAwAGG6V7bjTMsPfO1q2JJ08jJGI1bo17loqZDiY4mWOHQ4QjOI2a UZOw== X-Gm-Message-State: AOAM530L9SSZfl6+2pb+uWFKuv8yeZDLuC5dCZ75dUByPTiFQf1JNCbw IZhsXchtBkQHj+le0PyEiQ== X-Google-Smtp-Source: ABdhPJz3OUlhVOntgWTwiyD9K0iT6Dx6LzGlpf8nvq36l0+6hwUoaK1G46ggh/RhOEPZ+ELiB1RfTQ== X-Received: by 2002:a5e:aa14:: with SMTP id s20mr10199282ioe.58.1590606733230; Wed, 27 May 2020 12:12:13 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id v15sm2083078ila.57.2020.05.27.12.12.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 May 2020 12:12:12 -0700 (PDT) Received: (nullmailer pid 2570767 invoked by uid 1000); Wed, 27 May 2020 19:12:11 -0000 Date: Wed, 27 May 2020 13:12:11 -0600 From: Rob Herring To: Maxime Ripard Subject: Re: [PATCH v3 006/105] dt-bindings: display: Convert VC4 bindings to schemas Message-ID: <20200527191211.GA2559189@bogus> References: <2dc6384c945c7d35ab4f75464d3a77046dc125b3.1590594512.git-series.maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2dc6384c945c7d35ab4f75464d3a77046dc125b3.1590594512.git-series.maxime@cerno.tech> 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: devicetree@vger.kernel.org, Tim Gover , Dave Stevenson , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, bcm-kernel-feedback-list@broadcom.com, Nicolas Saenz Julienne , Phil Elwell , linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, May 27, 2020 at 05:47:36PM +0200, Maxime Ripard wrote: > The BCM283x SoCs have a display pipeline composed of several controllers > with device tree bindings that are supported by Linux. > > Now that we have the DT validation in place, let's split into separate > files and convert the device tree bindings for those controllers to > schemas. > > This is just a 1:1 conversion though, and some bindings were incomplete so > it results in example validation warnings that are going to be addressed in > the following patches. > > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 174 +------------------------------------------------------------------------ > Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml | 66 +++++++++++++++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml | 73 ++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml | 75 +++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml | 37 +++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml | 40 +++++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml | 37 +++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml | 42 +++++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml | 34 ++++++++++++++- > Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 44 ++++++++++++++++++- > MAINTAINERS | 2 +- > 11 files changed, 449 insertions(+), 175 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml > create mode 100644 Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml > diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml > new file mode 100644 > index 000000000000..3887675f844e > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml > @@ -0,0 +1,73 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/brcm,bcm2835-dsi0.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Broadcom VC4 (VideoCore4) DSI Controller > + > +maintainers: > + - Eric Anholt > + > +properties: > + compatible: > + enum: > + - brcm,bcm2835-dsi0 > + - brcm,bcm2835-dsi1 > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: The DSI PLL clock feeding the DSI analog PHY > + - description: The DSI ESC clock > + - description: The DSI pixel clock > + > + clock-output-names: true > + # FIXME: The meta-schemas don't seem to allow it for now > + # items: > + # - description: The DSI byte clock for the PHY > + # - description: The DSI DDR2 clock > + # - description: The DSI DDR clock Doesn't pattern work for you? pattern: '^dsi[0-1]_byte$' Either way, Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel