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 D792DC4708E for ; Wed, 7 Dec 2022 10:15:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230334AbiLGKPv (ORCPT ); Wed, 7 Dec 2022 05:15:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230323AbiLGKPr (ORCPT ); Wed, 7 Dec 2022 05:15:47 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4911627DF2; Wed, 7 Dec 2022 02:15:46 -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 6D9246602BCA; Wed, 7 Dec 2022 10:15:44 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1670408145; bh=xenTL6ycu6+J3dZkWwVqbyz6cpJbQ3K/72/MLgrrW/g=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=csvgkyZsfJVtOhUqHsF67yjdQ4Myj7Ij6uUKXdL5wVB/Wc4qJx0ziPEA+6pIUJKQX n2tdsBeKl95ESt8JzqfIV4c9SfzXumwbyRnITpibdLhlhhbMUGp/7DAkCcY6Fav1Sr j7eV9ZfTMkIxo2z3bEtjgjW7tfTpK1XsKomx+pAGmhjKbJoSkv8HvK/mPfGIulapqv T6HVXqH5ccANG3Qzeew0izlxulMivy8ics97W4y/466JTM2GZAWvoy5cSeh2EQ5qpO f5HRlmMmRKisM33PWsUAVVDvN8s4lBNgXkdvkerr5D8phfpuCzeEkBFYQxwyeyWj7w +9rz5aQQLZBqg== Message-ID: Date: Wed, 7 Dec 2022 11:15:41 +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 v4 3/8] arm64: dts: mediatek: mt8195: add MMSYS configuration for VPPSYS Content-Language: en-US To: Moudy Ho , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Chun-Kuang Hu Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, "Roy-CW.Yeh" References: <20221207094921.15450-1-moudy.ho@mediatek.com> <20221207094921.15450-4-moudy.ho@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221207094921.15450-4-moudy.ho@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/12/22 10:49, Moudy Ho ha scritto: > From: "Roy-CW.Yeh" > > With the change of the MMSYS binding file for MT8195, the compatible > name of VPPSYS in dts need to be fixed to match the definition. > > Signed-off-by: Roy-CW.Yeh > Signed-off-by: Moudy Ho Reviewed-by: AngeloGioacchino Del Regno