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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 5A5F8C35E0C for ; Tue, 25 Feb 2020 18:19: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 37CF52176D for ; Tue, 25 Feb 2020 18:19:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37CF52176D 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 879FA6EB76; Tue, 25 Feb 2020 18:19:16 +0000 (UTC) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3D8796EB76 for ; Tue, 25 Feb 2020 18:19:15 +0000 (UTC) Received: by mail-oi1-f195.google.com with SMTP id i1so235067oie.8 for ; Tue, 25 Feb 2020 10:19:15 -0800 (PST) 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:user-agent; bh=iSNFodvA5lKumKKqhkZzGA6DFgZu/Be6kzIV2/+7uvI=; b=R+C9cKhzMQNG1f8yytcjtBGtl6lDdkhoRVtu6UV4a4rCDSm9q4iZqoLq8s+Qr2wGEP LPeae+m4JFvnC12G8CZYQ5CW69dzkOjOdDGbf9wjzprv6UOysU8xAv+so3AmLLA1h6hF 5ftVs+/a/5roWeUxUVA75B1gKmeUPiuzhM7NFNS0P+Mai2X9JoIP62Y52kk64sJSDwQ7 3gtfD0Lk6LZc8y08eTSyFKPmVvU4Z4rE9aYozp8IK17l0Apr99Q5xXp+YZngLUno6RA5 GJDZccDUN83ZBQp6A9NF7T5GRTlz8uSdae5J6nWxaITZUOYmj/lcq84EoFCCCoTNIf0N VlMg== X-Gm-Message-State: APjAAAU6Yms5l+5RX+w3fbQjCLH8APf92apvqFSAcH4mHCneeKf74L6h dNmbEYhtU9VezE+5QYBGXA== X-Google-Smtp-Source: APXvYqylGxOIYQjx7oEtM4f5L4ZlqydvtMZMW3lXsVUQ+Cx55CgvSY6HFR33P45JatrRLi9lFN5i7w== X-Received: by 2002:aca:d544:: with SMTP id m65mr158319oig.177.1582654754520; Tue, 25 Feb 2020 10:19:14 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y6sm5921513oti.44.2020.02.25.10.19.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Feb 2020 10:19:14 -0800 (PST) Received: (nullmailer pid 7582 invoked by uid 1000); Tue, 25 Feb 2020 18:19:13 -0000 Date: Tue, 25 Feb 2020 12:19:13 -0600 From: Rob Herring To: Maxime Ripard Subject: Re: [PATCH 59/89] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves Message-ID: <20200225181913.GA7531@bogus> References: <4a3c6e3cad10eeff93fafbc512c35b0c69dd1c68.1582533919.git-series.maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4a3c6e3cad10eeff93fafbc512c35b0c69dd1c68.1582533919.git-series.maxime@cerno.tech> User-Agent: Mutt/1.10.1 (2018-07-13) 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 , Maxime Ripard , 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 Mon, 24 Feb 2020 10:07:01 +0100, Maxime Ripard wrote: > The BCM2711 comes with other pixelvalves that have different requirements > and capabilities. Let's document their compatible. > > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel