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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C92BDC433F5 for ; Wed, 6 Oct 2021 20:35:03 +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 936FD60F5D for ; Wed, 6 Oct 2021 20:35:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 936FD60F5D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D4D096EE70; Wed, 6 Oct 2021 20:35:02 +0000 (UTC) Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) by gabe.freedesktop.org (Postfix) with ESMTPS id B04596EE70 for ; Wed, 6 Oct 2021 20:35:00 +0000 (UTC) Received: by mail-ot1-f50.google.com with SMTP id u20-20020a9d7214000000b0054e170300adso4659344otj.13 for ; Wed, 06 Oct 2021 13:35:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=E7TG+Uac4bJI7YKY+TM3uFDkJ28g/4VdhiFymUZGx+g=; b=w6HRnjfIXnhzFNVSf0amJNkgX1LTrWNk808eYksN/q0w1/NAmzJW70Zik5m2ZqDdCe UM3cx/AWcXI2o+8TkHXXT1GAwiSWEaUKS0wHz8z78rW7Go/JT+QRe8rfq2IrT1lZNO2i Pd8c1TNjwaMi5NmLy4SEVkO0+21RtxU8hRgpw+IkuNQG061bQqzDFY6MMzQ3TbZLkidj d/q+KCKGMnHH8DBfR8iC3IJ8oQ6TrlToOyKQ0xvBz+JBTeWkyoojlgsi2vIAG59LNwxi O2yMwoMDE1ZBvF/c57f1XOPK8HgjnfcbBHS5CkdvefoNT3U3s8CTv/0iw/E4GVcMNYhB hlew== X-Gm-Message-State: AOAM533V7AsP6tBPFckKl1zSLTkF6+zejiD2VxEajOqoNjRKTbkryP2p bHd9I5OAmoGWVfXiCxbsrA== X-Google-Smtp-Source: ABdhPJxbEWwDH9gdxDVfwWllfZTAK9KZZ4LOqy8pBSoAuEChSsWJ4j6phpzKcAtlTbWut41rkvsvqQ== X-Received: by 2002:a9d:17c5:: with SMTP id j63mr268795otj.191.1633552499973; Wed, 06 Oct 2021 13:34:59 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id w141sm315186oif.20.2021.10.06.13.34.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 13:34:59 -0700 (PDT) Received: (nullmailer pid 2823957 invoked by uid 1000); Wed, 06 Oct 2021 20:34:58 -0000 Date: Wed, 6 Oct 2021 15:34:58 -0500 From: Rob Herring To: Philip Chen Cc: Daniel Vetter , Rob Herring , Lee Jones , Sakari Ailus , Balletbo i Serra , dianders@chromium.org, Nicolas Boichat , swboyd@chromium.org, LKML , devicetree@vger.kernel.org, David Airlie , Sam Ravnborg , Laurent Pinchart , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 2/3] dt-bindings: drm/bridge: ps8640: Add aux-bus child Message-ID: References: <20210929173343.v2.1.Ib7e63ae17e827ce0636a09d5dec9796043e4f80a@changeid> <20210929173343.v2.2.I6050ba184b24d887e92692a72ee3054d643d6091@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210929173343.v2.2.I6050ba184b24d887e92692a72ee3054d643d6091@changeid> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 29 Sep 2021 17:34:57 -0700, Philip Chen wrote: > dp-aux-bus.yaml says we can list an eDP panel as a child of > an eDP controller node to represent the fact that the panel > is connected to the controller's DP AUX bus. > > Let's add it to the ps8640 bindings. > > Signed-off-by: Philip Chen > --- > > (no changes since v1) > > .../bindings/display/bridge/ps8640.yaml | 19 ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring