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 E5B36C43334 for ; Wed, 29 Jun 2022 23:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231689AbiF2Xcl (ORCPT ); Wed, 29 Jun 2022 19:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231706AbiF2Xck (ORCPT ); Wed, 29 Jun 2022 19:32:40 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E52E10AB; Wed, 29 Jun 2022 16:32:39 -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 15FBF6601907; Thu, 30 Jun 2022 00:32:36 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1656545558; bh=oVgoLvTdsd3vaxbfPQK9/lB07D3jznp/onCu5eG80IE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DYZVTa/kWWCEzdcyPjtsQlw1LwuKtkD0cA6/9L6y/+nGcLOi0f5Y39k6bMiekFkxJ tllDtSzjRfpkLgbBcUqOzzh07mw7maRlBggAZpCSxrQ1OxY80SCzM6lIQNbhSFz9Nu dtcvEjO1VLsqpJpmPalVBEeTQTKSWdhM7kQNmaw1wGJ+TB9p2w87alNwjQ3njXGaA/ jPglypyCNmhveth26Otc10vnzbGfNpWHfTv3/fmqeddQzp9wkZx+COF2dmsNGZz4l/ VONMwpCVJSZNrGvcsNFjQyON+khcMPpYDEybH/X38JXJlSspqJZ7bkxmFge+i/pexi KE//s4DwiSB9w== Date: Wed, 29 Jun 2022 19:32:32 -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 5/5] arm64: dts: mt8192: Add vcodec lat and core nodes Message-ID: <20220629233232.a3rz7vqu6qsq3gi6@notapiano> References: <20220629121358.19458-1-allen-kh.cheng@mediatek.com> <20220629121358.19458-6-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: <20220629121358.19458-6-allen-kh.cheng@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jun 29, 2022 at 08:13:58PM +0800, Allen-KH Cheng wrote: > Add vcodec lat and core nodes for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng > Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Nícolas F. R. A. Prado Thanks, Nícolas