Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4059616pxk; Tue, 8 Sep 2020 09:37:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyispxEVbFQmiNMseSLIYZYbWFi+T0BGUgGL7CngXoFMBEL4dttq5WiDWCwAPQCLlrV9bZD X-Received: by 2002:a05:6402:6d6:: with SMTP id n22mr27494513edy.79.1599583069460; Tue, 08 Sep 2020 09:37:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599583069; cv=none; d=google.com; s=arc-20160816; b=dG2cq2H1+2tNTIMaQTJ1257aSlcRQedyLuueg1W2FwvYGPUDp7YdJ+5p2FWVXb84My L8rs5fep5VFQA0EfoZ5OUYkeFy58U9ErhmFFa9lLsFEACoqHm2fyN3YjyVOKoJ9kaUpp bQU6fqeyFWnZFbYZS0icLIuKAwP4qbIeJJjDMK4XOBJ8ZnPc1TJIx2ZZDWa6dchSynd0 aX7J+I7fCZP+f135mlCR96DdSx4TGiv+YFPiE5i+1CUYXUOaLwwN+Sq/P8Q9zJ8PGlQS 3MlmNJ181P2L/mOFC5e896PxxOIksed9DPOPnYkFoUOk3iahXq+tnsvNMFtJgKksarBI JvXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=GR7276XhlxSKfR2oj2JgneLy/zyak4EPRRvbRwFbH+4=; b=Omn4QyhVcDzrtIHmD2YaVlNYp7RTQw1dsCIGsb5U21XLhG3gvSzyeBKFK3lBZlS1io DEfVUCqVpHjV+0M0PdtV52bpINgIbgEQFFqUKx3azcVctcqYUtTtcTg9dZYG547BVeGd xhatrbYUawo9fbBFyxd8grhC9lh/8rglM0u3uTPELcBh0oe09gcHG9pGCqryPP8jQEQn 3uhfSoXWta5ZeEF6ve6G4nEZApqpxMASvTr4awdiQPQs3wFJlChHvMHcJd9KRM2jfQk6 n33RRsssDKffWfceXwFAxiTB9CPVw4ZYonm6C5o6oJQ9CbylEGwTopL3NGlKf1qlZL3w ErXw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y2si11491352edi.491.2020.09.08.09.37.25; Tue, 08 Sep 2020 09:37:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731947AbgIHQgg (ORCPT + 99 others); Tue, 8 Sep 2020 12:36:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:48044 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731934AbgIHQbq (ORCPT ); Tue, 8 Sep 2020 12:31:46 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2F7A0B7D1; Tue, 8 Sep 2020 16:31:46 +0000 (UTC) Message-ID: Subject: Re: [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline From: Nicolas Saenz Julienne To: Maxime Ripard , Eric Anholt Cc: dri-devel@lists.freedesktop.org, linux-rpi-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Dave Stevenson , Tim Gover , Phil Elwell , Chanwoo Choi , Hoegeun Kwon , Stefan Wahren Date: Tue, 08 Sep 2020 18:31:42 +0200 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-AwMin9yk1eCNmWRMdPWo" User-Agent: Evolution 3.36.5 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-AwMin9yk1eCNmWRMdPWo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2020-09-03 at 10:01 +0200, Maxime Ripard wrote: > Now that all the drivers have been adjusted for it, let's bring in the > necessary device tree changes. >=20 > The VEC and PV3 are left out for now, since it will require a more specif= ic > clock setup. >=20 > Reviewed-by: Dave Stevenson > Tested-by: Chanwoo Choi > Tested-by: Hoegeun Kwon > Tested-by: Stefan Wahren > Signed-off-by: Maxime Ripard > --- Applied for-next. Thanks! Nicolas --=-AwMin9yk1eCNmWRMdPWo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl9Xse4ACgkQlfZmHno8 x/7r7wf/c9LMy3CL6TDMF3nNWJaJPclZUgPWhuKeAd5RIOMbjR+REcXp0GtBl288 tA3a2Le4uwgSyLL+slJrXrnIZncbFwXa87NVC/N92yYzXAUqfocCkxRqpXE8trKq vBJz3fWh9AqDjZEQCcayZvXFFYbZ97fqJXJErPJOX5lHDMd2/LUAcpNN3b7aEGeP OqRno1Yl5v/GtNzGtx4rLbd+qUT/2TZalSxhUzlzpkFLaLZCuHLVkJfzgdwPkGbl cnj3wPBiJ6rnDS3N7RAdoxTj08ZdJOng1+5M7RdjwFrewwDtS24sfTTCBAQYSRzK eoii/d6dArfaYhhBOM7uTXBRhD80Dw== =vUSx -----END PGP SIGNATURE----- --=-AwMin9yk1eCNmWRMdPWo--