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=BAYES_00,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 5C93AC4727F for ; Tue, 29 Sep 2020 20:17:47 +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 F40B12076D for ; Tue, 29 Sep 2020 20:17:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F40B12076D 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 DFD7F89CB2; Tue, 29 Sep 2020 20:17:45 +0000 (UTC) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id CEBE389CB2 for ; Tue, 29 Sep 2020 20:17:44 +0000 (UTC) Received: by mail-oi1-f196.google.com with SMTP id c13so6915082oiy.6 for ; Tue, 29 Sep 2020 13:17:44 -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=t59aWAhpZ67eszyLSCndlt/OHfuA01Ub+RG0vyS1B2E=; b=ZF7EF4wYI4udzlUiXyH+sWPinXirut5F6RZHfvrl8xntJXyTsM40dIKR3q+PQ9asq3 oUHm5BPeKmwzEre8rYWmXisratrVJCxeNWsUK1pmTIKJTa0tKfx37cpqBTtbG84e/Qfq YKjEXZO6SjLSn6japyBCb3XdkIqVdqZJbxx7Nb+c4qCQ+mzeBNREjfTl0g0of+WOim7n KP1mZgODxqPmPI7BkG0JLOd+BKJ+E9x1BjaAzxttJn+NBL4skN7U+W1JTsz3UDN1slBP uu7amvF1v5QcW7L6TJlSdkCeInRQcCXbRUI2QmdItg+62eJRXmlo2AiDDVCo+Tf3K5lS gJoQ== X-Gm-Message-State: AOAM532XL800eSt/fZZDX3u3uqr+RBo9EKT+H8Sg8Vf121Kq0vgbWZtD G6yS36Jk49kR9ATjro3dYw== X-Google-Smtp-Source: ABdhPJw8oXYd5dk/F9BkkLRFREqhVnH4h9vwagRk0zBQyF0ATX6mu/B6LtNXUtj9G+uoPk7GzUntfw== X-Received: by 2002:aca:8cb:: with SMTP id 194mr3505368oii.37.1601410664200; Tue, 29 Sep 2020 13:17:44 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id m20sm3144986oof.23.2020.09.29.13.17.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 13:17:43 -0700 (PDT) Received: (nullmailer pid 1093221 invoked by uid 1000); Tue, 29 Sep 2020 20:17:42 -0000 Date: Tue, 29 Sep 2020 15:17:42 -0500 From: Rob Herring To: Alexandru Gagniuc Subject: Re: [PATCH v2 2/2] dt-bindings: display: sii902x: Add supply bindings Message-ID: <20200929201742.GA1093186@bogus> References: <20200924200507.1175888-1-mr.nuke.me@gmail.com> <20200928173056.1674274-1-mr.nuke.me@gmail.com> <20200928173056.1674274-2-mr.nuke.me@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200928173056.1674274-2-mr.nuke.me@gmail.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, Jernej Skrabec , Thomas Bogendoerfer , Neil Armstrong , Mauro Carvalho Chehab , Mark Brown , Jonas Karlman , open list , dri-devel@lists.freedesktop.org, Andrzej Hajda , Rob Herring , Laurent Pinchart , David Airlie Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 28 Sep 2020 12:30:54 -0500, Alexandru Gagniuc wrote: > The sii902x chip family requires IO and core voltages to reach the > correct voltage before chip initialization. Add binding for describing > the two supplies. > > Signed-off-by: Alexandru Gagniuc > --- > Changes since v1: > * Nothing. version incremented to stay in sync with sii902x regulator patch > > Documentation/devicetree/bindings/display/bridge/sii902x.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel