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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 F2FC2C2BA19 for ; Wed, 15 Apr 2020 13:51:23 +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 C3AD62076D for ; Wed, 15 Apr 2020 13:51:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Xyi7WTFF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3AD62076D 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 426D36E9A3; Wed, 15 Apr 2020 13:51:23 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 42ECC6E9A3 for ; Wed, 15 Apr 2020 13:51:22 +0000 (UTC) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 058912076D for ; Wed, 15 Apr 2020 13:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586958682; bh=tgRWJgcQnzKnLeznzhvqULTc+zIFVRd3kVZ1uDyLL4w=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Xyi7WTFF1Ivk4AODkFjXnSTYive/d79InJiM153usRGt4/wRuN866slUW6VebcJFa 6ykBjbm0i7Q02mno8mWmn+Xw9XUFojyv3RWQU1hwipMpKTX/BZRAwbfDHhl+qDVpJS ujrLqag7FiRoHeztpZ2PnxWADR/hHDmM3272wLWM= Received: by mail-qk1-f178.google.com with SMTP id m67so17149072qke.12 for ; Wed, 15 Apr 2020 06:51:21 -0700 (PDT) X-Gm-Message-State: AGi0PuaI2OHgfQgxL1nRTcSLBKrIrkjzPuYP5XNUnZH+53oxQYMe7M0X GsFN4GuqhN7uP6H2NpCoEfOTFQ5UCskTbR5DLw== X-Google-Smtp-Source: APiQypJ3111GBMYlDRbfn4eXTDJL7JtT27pCtIPZGQwiYB10ssWlg+vntVXMHZ59a9Y9Ehae3ReAQAzk3dJAf4jH+1E= X-Received: by 2002:a37:cc1:: with SMTP id 184mr23450327qkm.254.1586958681147; Wed, 15 Apr 2020 06:51:21 -0700 (PDT) MIME-Version: 1.0 References: <20200415005427.GY19819@pendragon.ideasonboard.com> <20200415005909.18650-1-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <20200415005909.18650-1-laurent.pinchart+renesas@ideasonboard.com> From: Rob Herring Date: Wed, 15 Apr 2020 08:51:09 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v1.1 2/4] dt-bindings: display: bridge: Convert simple-bridge bindings to YAML To: Laurent Pinchart 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: "open list:MEDIA DRIVERS FOR RENESAS - FCP" , devicetree@vger.kernel.org, Jacopo Mondi , Maxime Ripard , dri-devel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Apr 14, 2020 at 7:59 PM Laurent Pinchart wrote: > > The simple-bridge driver supports multiple simple or dumb bridges, > covered by different compatible strings but otherwise identical DT > bindings. Some of those bridges have undocumented bindings, while others > are documented in text form in separate files. Group them all in a > single binding and convert it to YAML. > > The psave-gpios property of the adi,adv7123 is dropped, as it isn't > supported by the driver and isn't specified in any DT file upstream. > Support for power saving is available through the enable-gpios property > that should cover all the needs of the ADV7123 (as the device only has a > /PSAVE pin and no enable pin). > > Signed-off-by: Laurent Pinchart > Acked-by: Maxime Ripard > --- > Changes since v1: > > - Mention dropping psave-gpios in the commit message. > --- > .../bindings/display/bridge/adi,adv7123.txt | 50 ---------- > .../bindings/display/bridge/dumb-vga-dac.txt | 50 ---------- > .../display/bridge/simple-bridge.yaml | 99 +++++++++++++++++++ > .../bindings/display/bridge/ti,ths813x.txt | 51 ---------- > 4 files changed, 99 insertions(+), 151 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/bridge/adi,adv7123.txt > delete mode 100644 Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt > create mode 100644 Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml > delete mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel