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 CA3B1C352A1 for ; Wed, 30 Nov 2022 11:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232035AbiK3L1h (ORCPT ); Wed, 30 Nov 2022 06:27:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbiK3L1g (ORCPT ); Wed, 30 Nov 2022 06:27:36 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C938B29; Wed, 30 Nov 2022 03:27:35 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9C8F16602B54; Wed, 30 Nov 2022 11:27:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1669807654; bh=kWjNWvSSWzmMWFlVFsu7JLK0HHOMIvZT6PtRFM1iPPY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=n06qiu0wTRMYK0ayVkLisLO4lHylw8YLI9bcrNnrn62e48f9rST8I0TSHWbLTBb79 MEtMaa4S/dKv1Oc4h8BTqTV6pTbW4k4vBt5wrA8V9W23J8cjoyTMQjNeNRdIvpsXLv f1BMly73nthosBDqCpYoriQTE3LcN/ya5j/GV7ZWExTmvezYOeWtGbkiT6azXMtSCL DppGfPtR+/BWd1v8ovi5v7yjgwr9Uehf+f+U4wM0t0tmeKQ4dbAZ8Uv/K0HDxbJyVU 4EvGYmasu3oXZEFLOyNQpZzT0Zu4DLPdQ8RHJLeORMlbz92vTpWPX+D01xXF3aRNBr 1r7hyd09xu5Pw== Message-ID: Date: Wed, 30 Nov 2022 12:27:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v5 3/3] arm64: dts: mt8192: Add video-codec nodes Content-Language: en-US To: Allen-KH Cheng , Mauro Carvalho Chehab , Matthias Brugger , Rob Herring , Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, yunfei.dong@mediatek.com References: <20221128143832.25584-1-allen-kh.cheng@mediatek.com> <20221128143832.25584-4-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221128143832.25584-4-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 28/11/22 15:38, Allen-KH Cheng ha scritto: > Add video-codec lat and core nodes for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno