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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08F4AC433EF for ; Mon, 18 Jul 2022 23:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229969AbiGRXTS (ORCPT ); Mon, 18 Jul 2022 19:19:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233803AbiGRXTK (ORCPT ); Mon, 18 Jul 2022 19:19:10 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A72CBEB8; Mon, 18 Jul 2022 16:19:09 -0700 (PDT) Received: from notapiano (pool-98-113-53-228.nycmny.fios.verizon.net [98.113.53.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id C29806601A63; Tue, 19 Jul 2022 00:19:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1658186347; bh=XFPSYryFsHSm1snQkSKESjY+F9VagO1bDzS/jPV8Kjs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ePGi/Hlb1QivZZC6HeuX/uO5OhvRK7VZ1BmohU8BErrd0yARRoKIdcJ5ZljQk+2d4 HENFjU1ZicKCHA17S7gnBRNAt5JVRuWxx3ukFtea/2U2w0TNEZvdiAMObOck/pkfIA rmqgnSkF7GmQejHafbo3rs0APJyFsVIjaDYKC8HTi0sy4E6A0gcKxrd8nbUyge6ulG wVVdesNqF36iSl4Vt3L2T67XdLoiNu7C55bJxld7OLu0I7wQs28gEFBzlINQpPAbQf cVHqNyP1iftvWANL2W+DHxsHAq0oPICan9pMOygI/XiY7ThfImAVfFm5z/fJraOCZ1 Y5lcT69TQwURQ== Date: Mon, 18 Jul 2022 19:19:03 -0400 From: =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado To: Allen-KH Cheng Cc: Matthias Brugger , Rob Herring , Krzysztof Kozlowski , Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai Subject: Re: [PATCH v3 4/5] arm64: dts: mt8192: Add display nodes Message-ID: <20220718231903.bdrzoj6zxvlmba2x@notapiano> References: <20220712114046.15574-1-allen-kh.cheng@mediatek.com> <20220712114046.15574-5-allen-kh.cheng@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220712114046.15574-5-allen-kh.cheng@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 12, 2022 at 07:40:45PM +0800, Allen-KH Cheng wrote: > Add display nodes and gce info for mt8192 SoC. > > GCE (Global Command Engine) properties to the display nodes in order to > enable the usage of the CMDQ (Command Queue), which is required for > operating the display. > > Signed-off-by: Allen-KH Cheng Reviewed-by: Nícolas F. R. A. Prado