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=-10.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 F120AC433E3 for ; Mon, 24 Aug 2020 23:05:04 +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 CA40420702 for ; Mon, 24 Aug 2020 23:05:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA40420702 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 7AE2E89F3B; Mon, 24 Aug 2020 23:05:03 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 12A0A89F3B for ; Mon, 24 Aug 2020 23:05:01 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id g14so10547438iom.0 for ; Mon, 24 Aug 2020 16:05:01 -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=grnX0VUhlQ7UkI6SwTPw8N7QvRi6xvd/z+SkEjq5s38=; b=U2+CDUajIdtTw5bf5WvCFMVXj+ULFga78lCkF5yydUL+PcSauyOzfzWThU+QYWPFPO E6Wn8QtpQ7/9eQPai344ysbS0FEJgTNP2FiXtdtqJnBt+dqtQMDSt7MrBPkxOdEtDUaT VADMtvkiij2uQ/GJ4bPKtIFOUE62cjwHqBETpiACCoNXADWexnoOJGRh2K/W0whiTQC7 tnyLC6THEgb0qdfLaqiF47x4jBmnN+uzFzHGF68I/cxs2e2eRBE2I8XMUfQDCSygUnBl tdS9rxMgemHI9m1uChmyNsfZ2QOO1wG53gwfr908rE0XK3kUVzp9v34OMe6ldtAAx2uD P2NA== X-Gm-Message-State: AOAM533Rhw5PSRwu+WkLA8oKlJpLYfAxlk9vlBPCDw5amE6Ft3+3MozW OIHm4JBEvwpOJQ/R4/lDVQ== X-Google-Smtp-Source: ABdhPJytoxNmBvblOQpX2IFcshYzh8s4J78tGM0KQSovKW3qVcPlQofuNB/4DhfHCAVDCI8+ecT0Ag== X-Received: by 2002:a02:6983:: with SMTP id e125mr7654790jac.78.1598310301391; Mon, 24 Aug 2020 16:05:01 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id e23sm7410122iot.28.2020.08.24.16.04.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Aug 2020 16:05:00 -0700 (PDT) Received: (nullmailer pid 3498823 invoked by uid 1000); Mon, 24 Aug 2020 23:04:58 -0000 Date: Mon, 24 Aug 2020 17:04:58 -0600 From: Rob Herring To: Biju Das Subject: Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Message-ID: <20200824230458.GA3489164@bogus> References: <20200810152219.6254-1-biju.das.jz@bp.renesas.com> <20200810152219.6254-2-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200810152219.6254-2-biju.das.jz@bp.renesas.com> 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, Chris Paterson , Laurent Pinchart , Geert Uytterhoeven , Neil Armstrong , David Airlie , dri-devel@lists.freedesktop.org, Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org, Fabrizio Castro Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > Document optional vcc-supply property that may be used as VCC source. > > Signed-off-by: Biju Das > --- > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > --- > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 68951d56ebba..3248be31eceb 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -79,6 +79,9 @@ properties: > The GPIO used to control the power down line of this device. > maxItems: 1 > > + vcc-supply: > + maxItems: 1 Probably should be 'power-supply' to align with the 'simple' panels. That's also to signify there's only 1 supply. Using 'vcc' would encourage adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll NAK because at that point it's not a simple bridge with no configuration (it's arguably already there). Rob _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel